Searched refs:ISDOT (Results 1 – 1 of 1) sorted by relevance
106 #define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2]))) macro723 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name)) in fts_build()926 if (ISDOT(p->fts_name)) in fts_stat()