Searched refs:is_path_sep (Results 1 – 1 of 1) sorted by relevance
1693 # define is_path_sep(c) ((c) == L'\\' || (c) == L'/') macro1702 if (isalpha(p[0]) && p[1] == L':' && is_path_sep(p[2])) in is_reparse_point_included()1704 else if (is_path_sep(p[0]) && is_path_sep(p[1])) in is_reparse_point_included()