Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_attrlist.c2549 ssize_t *fullpathlenp; member
2618 *(pathsp->fullpathlenp) = strlen(pathsp->fullpathptr); in calc_varsize()
2620 *(pathsp->fullpathlenp) = 0; in calc_varsize()
2622 *varsizep += roundup(((*(pathsp->fullpathlenp)) + 1), 4); in calc_varsize()
2693 struct _attrlist_paths apaths = {.fullpathptr = NULL, .fullpathlenp = NULL, in vfs_attr_pack_internal()
2786 apaths.fullpathlenp = &fullpathlen; in vfs_attr_pack_internal()