Searched defs:ISDOT (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.dir.h53 #define ISDOT(c) (NTRM((c)[0]) == '.' && ((NTRM((c)[1]) == '\0') || \ macro
/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dgetcwd.c60 #define ISDOT(dp) \ macro
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dgetcwd.c47 #define ISDOT(dp) \ macro
/macosx-10.10/sudo-73/src/
H A Dgetcwd.c76 #define ISDOT(dp) \ macro
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dgetcwd.c49 #define ISDOT(dp) \ macro
/macosx-10.10/file_cmds-242/rm/
H A Drm.c523 #define ISDOT(a) ((a)[0] == '.' && (!(a)[1] || ((a)[1] == '.' && !(a)[2]))) macro
/macosx-10.10/Libc-1044.1.2/gen/
H A Dfts.c81 #define ISDOT(a) (a[0] == '.' && (!a[1] || a[1] == '.' && !a[2])) macro

Completed in 291 milliseconds