| /netbsd-src/crypto/external/bsd/openssl/dist/util/ |
| H A D | find-doc-nits | 832 my %name_map = (); 891 my %names = map { $_ => 1 } (keys %name_map, keys %state, keys %missing); 895 next if ( $name_map{$_} // '') eq '' || $_ =~ /$ignored/; 909 if ( $declared_public && $name_map{$_} =~ /\/internal\// ); 911 if ( $declared_internal && $name_map{$_} !~ /\/internal\// ); 932 next if defined $name_map{$macro} 955 next if defined $name_map{$func} 985 if ( !defined $name_map{$name_sec} ) { 986 $name_map{$name_sec} = $filename; 990 } elsif ( $filename eq $name_map{$name_sec} ) { [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| H A D | stringprep.py | 48 name_map = ['B.1', 'B.2'] variable 71 _merge_table(d, dict(map(lambda x: [x, ['name']], name_map)))
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | files.c | 1562 quote->name_map = NULL; in cpp_set_include_chains() 1634 dir->name_map = XNEWVEC (const char *, room); in read_name_map() 1651 dir->name_map = XRESIZEVEC (const char *, dir->name_map, room); in read_name_map() 1654 dir->name_map[count] = read_filename_string (ch, f); in read_name_map() 1660 dir->name_map[count + 1] = to; in read_name_map() 1663 dir->name_map[count + 1] = append_file_to_dir (to, dir); in read_name_map() 1677 dir->name_map[count] = NULL; in read_name_map() 1696 if (!dir->name_map) in remap_filename() 1699 for (index = 0; dir->name_map[index]; index += 2) in remap_filename() 1700 if (!filename_cmp (dir->name_map[index], fname)) in remap_filename() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | files.cc | 1702 quote->name_map = NULL; in cpp_set_include_chains() 1774 dir->name_map = XNEWVEC (const char *, room); in read_name_map() 1791 dir->name_map = XRESIZEVEC (const char *, dir->name_map, room); in read_name_map() 1794 dir->name_map[count] = read_filename_string (ch, f); in read_name_map() 1800 dir->name_map[count + 1] = to; in read_name_map() 1803 dir->name_map[count + 1] = append_file_to_dir (to, dir); in read_name_map() 1817 dir->name_map[count] = NULL; in read_name_map() 1836 if (!dir->name_map) in remap_filename() 1839 for (index = 0; dir->name_map[index]; index += 2) in remap_filename() 1840 if (!filename_cmp (dir->name_map[index], fname)) in remap_filename() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gcov.c | 431 class name_map 434 name_map () in name_map() function 438 name_map (char *_name, unsigned _src): name (_name), src (_src) in name_map() function 442 bool operator== (const name_map &rhs) const 451 bool operator< (const name_map &rhs) const 474 static vector<name_map> names; 1412 name_map needle; in generate_results() 1417 vector<name_map>::iterator it = std::find (names.begin (), names.end (), in generate_results() 1613 name_map needle; in find_source() 1616 vector<name_map>::iterator it = std::find (names.begin (), names.end (), in find_source() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gcov.cc | 459 class name_map class 462 name_map () in name_map() function in name_map 466 name_map (char *_name, unsigned _src): name (_name), src (_src) in name_map() function in name_map 470 bool operator== (const name_map &rhs) const in operator ==() 479 bool operator< (const name_map &rhs) const in operator <() 502 static vector<name_map> names; 1514 name_map needle; in generate_results() 1516 vector<name_map>::iterator it in generate_results() 1718 name_map needle; in find_source() 1721 vector<name_map>::iterator it = std::find (names.begin (), names.end (), in find_source() [all …]
|
| H A D | ChangeLog-2003 | 12524 (cpp_dir): Rename from cpp_path. New datatype for name_map.
|
| H A D | ChangeLog-2011 | 3571 * gcov.c (struct name_map): New.
|
| H A D | ChangeLog-2017 | 9337 * gcov.c (struct name_map): do not use typedef.
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | message.c | 1013 isc_ht_t *name_map = NULL; in getquestions() local 1016 isc_ht_init(&name_map, msg->mctx, 1, ISC_HT_CASE_INSENSITIVE); in getquestions() 1039 if (name_map == NULL) { in getquestions() 1050 result = name_hash_add(name_map, name, &name2); in getquestions() 1193 if (name_map != NULL) { in getquestions() 1194 isc_ht_destroy(&name_map); in getquestions() 1289 isc_ht_t *name_map = NULL; in getsection() local 1292 isc_ht_init(&name_map, msg->mctx, 1, ISC_HT_CASE_INSENSITIVE); in getsection() 1539 if (name_map == NULL) { in getsection() 1550 result = name_hash_add(name_map, name, &name2); in getsection() [all …]
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | message.c | 994 isc_hashmap_t *name_map = NULL; in getquestions() 997 isc_hashmap_create(msg->mctx, 1, &name_map); in getquestions() 1017 if (name_map == NULL) { in getquestions() 1028 result = isc_hashmap_add(name_map, dns_name_hash(name), in getquestions() 1167 if (name_map != NULL) { in getquestions() 1168 isc_hashmap_destroy(&name_map); in getquestions() 1258 isc_hashmap_t *name_map = NULL; in auth_signed() 1261 isc_hashmap_create(msg->mctx, 1, &name_map); in auth_signed() 1507 if (name_map == NULL) { in getsection() 1518 result = isc_hashmap_add(name_map, dns_name_has in getsection() 1005 isc_ht_t *name_map = NULL; getquestions() local 1307 isc_ht_t *name_map = NULL; getsection() local [all...] |
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
| H A D | cpplib.h | 735 const char **name_map; member
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
| H A D | cpplib.h | 792 const char **name_map; member
|