Home
last modified time | relevance | path

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

/glibc-2.36/io/
Dfts.c106 #define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2]))) macro
723 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name)) in fts_build()
926 if (ISDOT(p->fts_name)) in fts_stat()