Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dcompat_fts.c175 len = p->fts_pathlen = p->fts_namelen; in fts_load()
180 p->fts_namelen = len; in fts_load()
294 memmove(t, p->fts_name, p->fts_namelen + 1); in fts_read()
459 memmove(cp, p->fts_name, p->fts_namelen + 1); in fts_build()
602 p->fts_namelen = namelen; in fts_alloc()
H A Dcompat_fts.h66 size_t fts_namelen; /* strlen(fts_name) */ member
/freebsd/lib/libc/gen/
H A Dfts-compat11.h60 __size_t fts_namelen; /* strlen(fts_name) */ member
H A Dfts-compat11.c231 len = p->fts_pathlen = p->fts_namelen; in fts_load()
236 p->fts_namelen = len; in fts_load()
437 memmove(t, p->fts_name, p->fts_namelen + 1); in freebsd11_fts_read()
813 memmove(cp, p->fts_name, p->fts_namelen + 1); in fts_build()
1062 p->fts_namelen = namelen; in fts_alloc()
H A Dfts.c230 len = p->fts_pathlen = p->fts_namelen; in fts_load()
235 p->fts_namelen = len; in fts_load()
436 memmove(t, p->fts_name, p->fts_namelen + 1); in fts_read()
812 memmove(cp, p->fts_name, p->fts_namelen + 1); in fts_build()
1049 p->fts_namelen = namelen; in fts_alloc()
H A Dnftw-compat11.c97 ftw.base = cur->fts_pathlen - cur->fts_namelen; in freebsd11_nftw()
H A Dnftw.c93 ftw.base = cur->fts_pathlen - cur->fts_namelen; in nftw()
H A Dfts-compat.h82 u_short fts_namelen; /* strlen(fts_name) */ member
H A Dfts-compat.c241 len = p->fts_pathlen = p->fts_namelen; in fts_load()
246 p->fts_namelen = len; in fts_load()
444 memmove(t, p->fts_name, p->fts_namelen + 1); in __fts_read_44bsd()
829 memmove(cp, p->fts_name, p->fts_namelen + 1); in fts_build()
1071 p->fts_namelen = namelen; in fts_alloc()
/freebsd/include/
H A Dfts.h77 __size_t fts_namelen; /* strlen(fts_name) */ member
/freebsd/bin/ls/
H A Dls.c831 if (cur->fts_namelen > maxlen) in display()
832 maxlen = cur->fts_namelen; in display()
834 u_long t = len_octal(cur->fts_name, cur->fts_namelen); in display()
/freebsd/lib/libpmc/pmu-events/
H A Djevents.c1431 ftw.base = cur->fts_pathlen - cur->fts_namelen; in nftw_ordered()