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

/macosx-10.10.1/tcsh-65/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.c339 #define IS_DOT(sp, p) (ISDOT(p) && ((p) == (sp) || *((p) - 1) == '/'))
/macosx-10.10.1/BerkeleyDB-21/db/clib/
H A Dgetcwd.c60 #define ISDOT(dp) \ macro
202 if (ISDOT(dp))
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dgetcwd.c47 #define ISDOT(dp) \ macro
171 if (ISDOT(dp))
/macosx-10.10.1/sudo-73/src/
H A Dgetcwd.c76 #define ISDOT(dp) \ macro
202 if (ISDOT(dp))
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dgetcwd.c49 #define ISDOT(dp) \ macro
260 if (ISDOT(dp))
/macosx-10.10.1/file_cmds-242/rm/
H A Drm.c523 #define ISDOT(a) ((a)[0] == '.' && (!(a)[1] || ((a)[1] == '.' && !(a)[2]))) macro
537 if (ISDOT(p)) {
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dfts.c81 #define ISDOT(a) (a[0] == '.' && (!a[1] || a[1] == '.' && !a[2])) macro
757 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name))
993 if (ISDOT(p->fts_name))

Completed in 169 milliseconds