Searched defs:ISDIRSEP (Results 1 – 4 of 4) sorted by relevance
466 #define ISDIRSEP(c) (FOLD_FN_CHAR(c) == '/') macro494 #define ISDIRSEP(c) ((c) == '/') macro
245 #define ISDIRSEP(c) (FOLD_FN_CHAR(c) == '/') macro
309 #define ISDIRSEP(c) (FOLD_FN_CHAR(c) == '/') macro
819 #define ISDIRSEP(x) ((x) == '/') macro