Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_guarded.c1252 const uint32_t pathmax = 3 * EXIT_REASON_USER_DESC_MAX_LEN / 4; in vng_reason_from_pathname() local
1253 if (pathlen > pathmax) { in vng_reason_from_pathname()
1254 path += (pathlen - pathmax); in vng_reason_from_pathname()
1255 pathlen = pathmax; in vng_reason_from_pathname()