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

/freebsd-10-stable/contrib/tcsh/
H A Dsh.dir.h53 #define ISDOT(c) (NTRM((c)[0]) == '.' && ((NTRM((c)[1]) == '\0') || \ macro
/freebsd-10-stable/lib/libc/gen/
H A Dgetcwd.c51 #define ISDOT(dp) \ macro
H A Dfts-compat.c79 #define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2]))) macro
H A Dfts.c69 #define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2]))) macro
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dgetcwd.c47 #define ISDOT(dp) \ macro
/freebsd-10-stable/usr.bin/make/
H A Dutil.h96 #define ISDOT(c) ((c)[0] == '.' && (((c)[1] == '\0') || ((c)[1] == '/'))) macro
/freebsd-10-stable/bin/rm/
H A Drm.c604 #define ISDOT(a) ((a)[0] == '.' && (!(a)[1] || ((a)[1] == '.' && !(a)[2]))) macro
/freebsd-10-stable/contrib/bmake/
H A Dutil.c265 #define ISDOT(c) ((c)[0] == '.' && (((c)[1] == '\0') || ((c)[1] == '/'))) macro

Completed in 424 milliseconds