Lines Matching refs:PATH_SEPARATOR
1910 next = strchr(path, PATH_SEPARATOR);
2765 if (*x == PATH_SEPARATOR) {
2781 while (cur_path[start] == PATH_SEPARATOR) {
2785 while (cur_path[stop] != PATH_SEPARATOR && cur_path[stop] != '\0') {
2807 *cur_write++ = PATH_SEPARATOR;
3193 *cur_path_ptr++ = PATH_SEPARATOR;
3238 char path_sep_str[2] = {PATH_SEPARATOR, '\0'};
3242 if (search_path[first] == PATH_SEPARATOR) {
3255 // Found duplicate. Include PATH_SEPARATOR in second_end, then erase it from search_path.
3256 if (search_path[second_end] == PATH_SEPARATOR) {