Searched defs:ISDOTDOT (Results 1 – 3 of 3) sorted by relevance
232 #define ISDOTDOT(c) ((c)[0] == '.' && ISDOT(&((c)[1]))) macro
274 #define ISDOTDOT(c) (UC(c)[0] == '.' && ISDOT(&((c)[1]))) in dnormalize() macro
171 #define ISDOTDOT 0x0002000 /* current component name is .. */ macro