Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_attrlist.c2608 ssize_t *fullpathlenp; member
2677 *(pathsp->fullpathlenp) = strlen(pathsp->fullpathptr); in calc_varsize()
2679 *(pathsp->fullpathlenp) = 0; in calc_varsize()
2681 *varsizep += roundup(((*(pathsp->fullpathlenp)) + 1), 4); in calc_varsize()
2752 struct _attrlist_paths apaths = {.fullpathptr = NULL, .fullpathlenp = NULL, in vfs_attr_pack_internal()
2845 apaths.fullpathlenp = &fullpathlen; in vfs_attr_pack_internal()