Searched defs:IS_DIR_SEPARATOR (Results 1 – 15 of 15) sorted by relevance
36 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro38 # define IS_DIR_SEPARATOR(ch) \ macro
93 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro95 # define IS_DIR_SEPARATOR(ch) \ macro
44 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c) macro
93 #define IS_DIR_SEPARATOR(C) ((C) == '/') macro