Home
last modified time | relevance | path

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

/third_party/FreeBSD/lib/libc/gen/
Dfts.c62 #define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2]))) macro
744 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name)) in fts_build()
938 if (ISDOT(p->fts_name)) in fts_stat()