Searched defs:need_slash (Results 1 – 6 of 6) sorted by relevance
53 int need_slash = in concatenated_pathname() local
118 int need_slash = end > p && strchr(DIR_SEPS, end[-1]) == 0; in open_file() local175 int need_slash = end > p && strchr(DIR_SEPS, end[-1]) == 0; in open_file_cautious() local
107 int need_slash = end > p && strchr(DIR_SEPS, end[-1]) == 0; in searchpath() local
86 int need_slash = strchr(DIR_SEPS, *tem_end) == NULL ? 1 : 0; in temp_init() local
447 int need_slash = (cwd[0] != 0 in munge_filename() local