Searched refs:ISDIRDELIM (Results 1 – 3 of 3) sorted by relevance
62 #define ISDIRDELIM(c) ((c) == '/' || (c) == '\\') macro
1065 while (path[0] && ISDIRDELIM(path[0])) in fat_itr_resolve()1077 while (next[0] && !ISDIRDELIM(next[0])) in fat_itr_resolve()
1212 if (ISDIRDELIM(*p)) { in split_filename()1216 while (ISDIRDELIM(*p)) in split_filename()
Completed in 12 milliseconds