Lines Matching refs:SEP
134 static const wchar_t separator[2] = {SEP, '\0'};
158 while (i > 0 && dir[i] != SEP) in reduce()
242 if (stuff[0] == SEP) { in joinpath()
247 if (n > 0 && buffer[n-1] != SEP && n < MAXPATHLEN) { in joinpath()
248 buffer[n++] = SEP; in joinpath()
268 if (p[0] == SEP) { in copy_absolute()
277 if (p[0] == '.' && p[1] == SEP) { in copy_absolute()
291 if (path[0] == SEP) { in absolutize()
582 if (wcschr(core_config->program_name, SEP)) { in calculate_program_full_path()
597 execpath[0] == SEP) in calculate_program_full_path()
640 if (program_full_path[0] != SEP && program_full_path[0] != '\0') { in calculate_program_full_path()
715 if (tmpbuffer[0] == SEP) { in calculate_argv0_path()
816 if (defpath[0] != SEP) { in calculate_module_search_path()
858 if (defpath[0] != SEP) { in calculate_module_search_path()
860 if (prefixsz >= 2 && prefix[prefixsz - 2] != SEP && in calculate_module_search_path()