Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Dkern_guarded.c1167 const uint32_t pathmax = 3 * EXIT_REASON_USER_DESC_MAX_LEN / 4; in vng_reason_from_pathname() local
1168 if (pathlen > pathmax) { in vng_reason_from_pathname()
1169 path += (pathlen - pathmax); in vng_reason_from_pathname()
1170 pathlen = pathmax; in vng_reason_from_pathname()