Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dfts.c59 #define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2]))) macro
652 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name)) in fts_build()
845 if (ISDOT(p->fts_name)) in fts_stat()