Home
last modified time | relevance | path

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

/third_party/FreeBSD/lib/libc/gen/
Dfts.c169 p->fts_accpath = p->fts_name; in fts_open()
240 memmove(sp->fts_path, p->fts_name, len + 1); in fts_load()
241 if ((cp = strrchr(p->fts_name, '/')) && (cp != p->fts_name || cp[1])) { in fts_load()
243 memmove(p->fts_name, cp, len + 1); in fts_load()
445 memmove(t, p->fts_name, p->fts_namelen + 1); in fts_read()
799 ISSET(FTS_NOCHDIR) ? p->fts_path : p->fts_name; in fts_build()
805 memmove(cp, p->fts_name, p->fts_namelen + 1); in fts_build()
808 p->fts_accpath = p->fts_name; in fts_build()
888 path = p->fts_name; in fts_stat()
938 if (ISDOT(p->fts_name)) in fts_stat()
[all …]
/third_party/FreeBSD/include/
Dfts.h158 char *fts_name; /* file name */ member