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

/haiku-fatelf/src/system/libroot/posix/
H A Dfts.c83 #define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2]))) macro
762 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name))
947 if (ISDOT(p->fts_name))
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfts.c225 #define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2]))) macro
1363 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name))
1729 if (ISDOT(p->fts_name)) {

Completed in 77 milliseconds