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

/openbsd-current/bin/mv/
H A Drm.c125 #define ISDOT(a) ((a)[0] == '.' && (!(a)[1] || ((a)[1] == '.' && !(a)[2]))) macro
145 if (ISDOT(p)) {
/openbsd-current/bin/rm/
H A Drm.c401 #define ISDOT(a) ((a)[0] == '.' && (!(a)[1] || ((a)[1] == '.' && !(a)[2]))) macro
429 if (ISDOT(p)) {
/openbsd-current/bin/csh/
H A Ddir.c258 #define ISDOT(c) (UC(c)[0] == '.' && ((UC(c)[1] == '\0') || (UC(c)[1] == '/'))) macro
259 #define ISDOTDOT(c) (UC(c)[0] == '.' && ISDOT(&((c)[1])))
277 if (ISDOT(cp)) {
/openbsd-current/lib/libc/gen/
H A Dfts.c57 #define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2]))) macro
653 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name))
845 if (ISDOT(p->fts_name))

Completed in 165 milliseconds