Searched refs:IS_UNC_PATH (Results 1 – 2 of 2) sorted by relevance
82 #define IS_UNC_PATH(path, len) \ macro
625 !(IS_UNC_PATH(path, len) && len >= 3 && path[2] != '?') && in tsrm_realpath_r()1048 } else if (IS_UNC_PATH(state->cwd, state->cwd_length)) { in virtual_file_ex()1108 if (IS_UNC_PATH(resolved_path, path_length)) { in virtual_file_ex()
Completed in 11 milliseconds