Searched refs:ISDOT (Results 1 – 6 of 6) sorted by relevance
231 #define ISDOT(c) ((c)[0] == '.' && (((c)[1] == '\0') || ((c)[1] == '/'))) macro232 #define ISDOTDOT(c) ((c)[0] == '.' && ISDOT(&((c)[1])))300 if (ISDOT(d->d_name) || ISDOTDOT(d->d_name)) in getwd()
63 #define ISDOT(dp) \ macro198 if (ISDOT(dp))
65 #define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2]))) macro408 if (ISDOT(dp->d_name)) in fts_build()537 if (ISDOT(p->fts_name)) in fts_stat()
564 #define ISDOT(a) ((a)[0] == '.' && (!(a)[1] || ((a)[1] == '.' && !(a)[2]))) macro584 if (ISDOT(p)) { in checkdot()
273 #define ISDOT(c) (UC(c)[0] == '.' && ((UC(c)[1] == '\0') || (UC(c)[1] == '/'))) in dnormalize() macro274 #define ISDOTDOT(c) (UC(c)[0] == '.' && ISDOT(&((c)[1]))) in dnormalize()290 if (ISDOT(cp)) { in dnormalize()
99 #define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2]))) macro764 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name)) in fts_build()978 if (ISDOT(p->fts_name)) in fts_stat()