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

/haiku/src/libs/bsd/
H A Dfts.c80 #define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2]))) macro
798 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name))
1003 if (ISDOT(p->fts_name))

Completed in 79 milliseconds