Home
last modified time | relevance | path

Searched refs:name_map (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dfiles.c1258 quote->name_map = NULL; in cpp_set_include_chains()
1330 dir->name_map = XNEWVEC (const char *, room); in read_name_map()
1347 dir->name_map = XRESIZEVEC (const char *, dir->name_map, room); in read_name_map()
1350 dir->name_map[count] = read_filename_string (ch, f); in read_name_map()
1356 dir->name_map[count + 1] = to; in read_name_map()
1359 dir->name_map[count + 1] = append_file_to_dir (to, dir); in read_name_map()
1373 dir->name_map[count] = NULL; in read_name_map()
1392 if (!dir->name_map) in remap_filename()
1395 for (index = 0; dir->name_map[index]; index += 2) in remap_filename()
1396 if (!strcmp (dir->name_map[index], fname)) in remap_filename()
[all …]
/freebsd-12.1/crypto/heimdal/lib/wind/
H A Dstringprep.py48 name_map = ['B.1', 'B.2'] variable
71 _merge_table(d, dict(map(lambda x: [x, ['name']], name_map)))
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp113 CStringToSymbol name_map; in Dump() local
118 name_map.insert(std::make_pair(name, &(*pos))); in Dump()
121 for (CStringToSymbol::const_iterator pos = name_map.begin(), in Dump()
122 end = name_map.end(); in Dump()
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h506 const char **name_map; member
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200312524 (cpp_dir): Rename from cpp_path. New datatype for name_map.