Searched refs:IS_SEPARATOR (Results 1 – 1 of 1) sorted by relevance
351 #define IS_SEPARATOR(c) ((c) == '/' || (c) == 0) macro396 } else if (in[in_index] == '.' && IS_SEPARATOR(in[in_index + 1])) { in __fdio_cleanpath()401 IS_SEPARATOR(in[in_index + 2])) { in __fdio_cleanpath()429 while (!IS_SEPARATOR(in[in_index])) { in __fdio_cleanpath()
Completed in 7 milliseconds