Home
last modified time | relevance | path

Searched refs:read_name_map (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcppfiles.c120 static struct file_name_map *read_name_map
898 read_name_map (pfile, dirname) in read_name_map() function
992 loc->name_map = read_name_map (pfile, dname);
1021 for (map = read_name_map (pfile, dir); map; map = map->map_next)
H A DFSFChangeLog.103471 (read_name_map): Likewise; this makes things more consistent for DOS.
3527 (is_system_include, read_name_map, remap_include_file):
5862 * cccp.c (do_include, read_name_map): Omit leading "./" and
8237 * cpplib.c (read_name_map): Add cpp_reader parameter. Access
H A DChangeLog.58064 (read_name_map): Don't simplify the pathname here.
8202 (read_name_map): Simplify remapped names when reading in.
12838 (read_name_map): Use IS_ABSOLUTE_PATH.
H A DChangeLog.4988 * cppfiles.c (read_name_map): Return null if open () fails.
13984 * cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.
H A DChangeLog.17161 * cppfiles.c (read_name_map): Likewise.
10265 lookup_import, add_import, read_filename_string, read_name_map,
H A DChangeLog.03256 read_name_map, read_filename_string, open_include_file,
H A DChangeLog.24491 absolute_filename, read_name_map, open_include_file,
H A DChangeLog17449 * cppfiles.c (read_name_map): Likewise.
/openbsd-src/gnu/gcc/libcpp/
H A Dfiles.c173 static void read_name_map (cpp_dir *dir);
1229 read_name_map (cpp_dir *dir) in read_name_map() function
1307 read_name_map (dir); in remap_filename()
H A DChangeLog309 (read_name_map): Cast return value of alloca. Use XRESIZEVEC.
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c15161 static struct file_name_map *read_name_map (const char *dirname);
15209 searchptr->name_map = read_name_map (searchptr->fname
15256 map = read_name_map (".");
15264 map = read_name_map (dir);
15369 read_name_map (dirname) in read_name_map() function
H A DChangeLog419 * com.c (read_name_map): Use concat in lieu of xmalloc/strcpy.
996 (read_filename_string, read_name_map): Don't use is_space or
2738 skip_redundant_dir_prefix, read_name_map, print_containing_files):
H A DChangeLog.03081 * com.c (skip_redundant_dir_prefix, read_name_map,