Searched refs:name_map (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/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-10-stable/contrib/gcclibs/libcpp/
H A Dfiles.c1258 quote->name_map = NULL;
1330 dir->name_map = XNEWVEC (const char *, room);
1347 dir->name_map = XRESIZEVEC (const char *, dir->name_map, room);
1350 dir->name_map[count] = read_filename_string (ch, f);
1356 dir->name_map[count + 1] = to;
1359 dir->name_map[count + 1] = append_file_to_dir (to, dir);
1373 dir->name_map[count] = NULL;
1392 if (!dir->name_map)
1395 for (index = 0; dir->name_map[inde
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp128 CStringToSymbol name_map; local
133 name_map.insert (std::make_pair(name, &(*pos)));
136 for (CStringToSymbol::const_iterator pos = name_map.begin(), end = name_map.end(); pos != end; ++pos)
/freebsd-10-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h506 const char **name_map; member in struct:cpp_dir

Completed in 523 milliseconds