Searched defs:IS_DIR_SEPARATOR (Results 1 – 3 of 3) sorted by relevance
36 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro38 # define IS_DIR_SEPARATOR(ch) \ macro
94 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro96 # define IS_DIR_SEPARATOR(ch) \ macro
43 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c) macro