Searched refs:append_file_to_dir (Results 1 – 3 of 3) sorted by relevance
197 static char *append_file_to_dir (const char *fname, cpp_dir *dir);400 path = append_file_to_dir (file->name, file->dir); in find_file_in_dir()1572 append_file_to_dir (const char *fname, cpp_dir *dir) in append_file_to_dir() function1663 dir->name_map[count + 1] = append_file_to_dir (to, dir); in read_name_map()
197 static char *append_file_to_dir (const char *fname, cpp_dir *dir);400 path = append_file_to_dir (file->name, file->dir); in find_file_in_dir()1712 append_file_to_dir (const char *fname, cpp_dir *dir) in append_file_to_dir() function1803 dir->name_map[count + 1] = append_file_to_dir (to, dir); in read_name_map()
4945 (append_file_to_dir): Check for IS_DIR_SEPARATOR6592 (append_file_to_dir): Use XNEWVEC.