Searched defs:ISDOTDOT (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/tcsh/
H A Dsh.dir.h55 #define ISDOTDOT(c) (NTRM((c)[0]) == '.' && ISDOT(&((c)[1]))) macro
/freebsd-10-stable/usr.bin/make/
H A Dutil.h97 #define ISDOTDOT(c) ((c)[0] == '.' && ISDOT(&((c)[1]))) macro
/freebsd-10-stable/contrib/bmake/
H A Dutil.c266 #define ISDOTDOT(c) ((c)[0] == '.' && ISDOT(&((c)[1]))) macro
/freebsd-10-stable/sys/sys/
H A Dnamei.h138 #define ISDOTDOT 0x00002000 /* current component name is .. */ macro

Completed in 172 milliseconds