Home
last modified time | relevance | path

Searched refs:append_file_to_dir (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c197 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() function
1663 dir->name_map[count + 1] = append_file_to_dir (to, dir); in read_name_map()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc197 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() function
1803 dir->name_map[count + 1] = append_file_to_dir (to, dir); in read_name_map()
H A DChangeLog4945 (append_file_to_dir): Check for IS_DIR_SEPARATOR
6592 (append_file_to_dir): Use XNEWVEC.