Searched refs:IS_DELIM (Results 1 – 1 of 1) sorted by relevance
447 #define IS_DELIM(c) ((c) == '/' || (c) == '\\') macro453 while (IS_DELIM(*cursor1)) in sanitize_path()462 if (IS_DELIM(*cursor1) && IS_DELIM(*cursor2)) in sanitize_path()468 if (IS_DELIM(*(cursor2 - 1))) in sanitize_path()