Searched defs:ISDOTDOT (Results 1 – 3 of 3) sorted by relevance
54 #define ISDOTDOT(c) (NTRM((c)[0]) == '.' && ISDOT(&((c)[1]))) macro
231 #define ISDOTDOT(c) ((c)[0] == '.' && ISDOT(&((c)[1]))) macro
186 #define ISDOTDOT 0x20000000 /* current component name is .. */ macro