Searched refs:IS_PATH_SEPAR (Results 1 – 7 of 7) sorted by relevance
38 #define IS_PATH_SEPAR(c) ((c) == '\\' || (c) == '/') macro40 #define IS_PATH_SEPAR(c) ((c) == CHAR_PATH_SEPARATOR) macro43 inline bool IsPathSepar(char c) { return IS_PATH_SEPAR(c); } in IsPathSepar()44 inline bool IsPathSepar(wchar_t c) { return IS_PATH_SEPAR(c); } in IsPathSepar()
718 if (IS_PATH_SEPAR(c)) in ReverseFind_PathSepar()1292 if (IS_PATH_SEPAR(c)) in ReverseFind_PathSepar()
471 if (IS_PATH_SEPAR(s.Back())) in GetParentPath()475 if (IS_PATH_SEPAR(s.Back())) in GetParentPath()
381 if (pos == 1 && IS_PATH_SEPAR(path[0])) in CreateComplexDir()
543 else if (IS_PATH_SEPAR(path[0])) in Find()
15 #define IS_SEPAR(c) IS_PATH_SEPAR(c)
1663 if (IS_PATH_SEPAR(c)) in SetNumSlashes()