Searched refs:ALTSEP (Results 1 – 4 of 4) sorted by relevance
12 #define ALTSEP L'/' macro
141 #ifdef ALTSEP in is_sep()142 return ch == SEP || ch == ALTSEP; in is_sep()
4033 if (wch != SEP && wch != ALTSEP && wch != L':') in _listdir_windows_no_opendir()13830 if (ch != SEP && ch != ALTSEP && ch != L':') in join_path_filenameW()
424 #define ALTSEP L'/'3762 + return ch == SEP || ch == ALTSEP;