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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.dir.h53 #define ISDOT(c) (NTRM((c)[0]) == '.' && ((NTRM((c)[1]) == '\0') || \ macro
55 #define ISDOTDOT(c) (NTRM((c)[0]) == '.' && ISDOT(&((c)[1])))
H A Dtw.spell.c138 if (ISDOT(item) || ISDOTDOT(item))
H A Dtc.os.c1377 if (ISDOT(d->d_name) || ISDOTDOT(d->d_name))
H A Dsh.dir.c341 #define IS_DOT(sp, p) (ISDOT(p) && ((p) == (sp) || *((p) - 1) == '/'))
/freebsd-9.3-release/usr.bin/make/
H A Dutil.h96 #define ISDOT(c) ((c)[0] == '.' && (((c)[1] == '\0') || ((c)[1] == '/'))) macro
97 #define ISDOTDOT(c) ((c)[0] == '.' && ISDOT(&((c)[1])))
H A Ddir.c721 if (*cp == '\0' || ISDOT(cp) || ISDOTDOT(cp)) {
1068 if (ISDOT(dp->d_name) || ISDOTDOT(dp->d_name))
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dgetcwd.c47 #define ISDOT(dp) \ macro
171 if (ISDOT(dp))
/freebsd-9.3-release/lib/libc/gen/
H A Dgetcwd.c49 #define ISDOT(dp) \ macro
170 if (ISDOT(dp))
H A Dfts-compat.c77 #define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2]))) macro
754 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name))
960 if (ISDOT(p->fts_name))
H A Dfts.c67 #define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2]))) macro
751 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name))
939 if (ISDOT(p->fts_name))
/freebsd-9.3-release/contrib/bmake/
H A Dutil.c262 #define ISDOT(c) ((c)[0] == '.' && (((c)[1] == '\0') || ((c)[1] == '/'))) macro
263 #define ISDOTDOT(c) ((c)[0] == '.' && ISDOT(&((c)[1])))
332 if (ISDOT(d->d_name) || ISDOTDOT(d->d_name))
/freebsd-9.3-release/bin/rm/
H A Drm.c596 #define ISDOT(a) ((a)[0] == '.' && (!(a)[1] || ((a)[1] == '.' && !(a)[2]))) macro
609 if (ISDOT(p)) {

Completed in 107 milliseconds