Home
last modified time | relevance | path

Searched refs:pathmax (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/bsd/kern/
H A Dkern_guarded.c1175 const uint32_t pathmax = 3 * EXIT_REASON_USER_DESC_MAX_LEN / 4; in vng_reason_from_pathname() local
1176 if (pathlen > pathmax) { in vng_reason_from_pathname()
1177 path += (pathlen - pathmax); in vng_reason_from_pathname()
1178 pathlen = pathmax; in vng_reason_from_pathname()