/openbsd/usr.sbin/config/ |
H A D | files.c | 148 if ((fi = ht_lookup(pathtab, path)) == NULL) in addfile() 184 if ((oi = ht_lookup(pathtab, path)) == NULL) in addobject() 229 if (ht_lookup(devbasetab, name) == NULL) { in checkaux() 273 if ((ofi = ht_lookup(basetab, fi->fi_base)) == NULL) in fixfiles() 347 dev = ht_lookup(devbasetab, name); in fixcount() 368 sel = ht_lookup(selecttab, name) != NULL; in fixfsel() 382 return (ht_lookup(selecttab, name) != NULL); in fixsel()
|
H A D | sem.c | 316 dev = ht_lookup(devbasetab, name); in getdevbase() 448 deva = ht_lookup(devatab, name); in getdevattach() 585 dev = ht_lookup(devbasetab, intern(buf)); in resolve() 714 i = ht_lookup(devitab, name); in enabledev() 726 ab = ht_lookup(devbasetab, cp); in enabledev() 823 ab = ht_lookup(devbasetab, cp); in adddev() 826 attr = ht_lookup(attrtab, cp); in adddev() 895 d = ht_lookup(devbasetab, name); in addpseudo() 904 if (ht_lookup(devitab, name) != NULL) { in addpseudo() 934 d = ht_lookup(devbasetab, intern(base)); in getdevi() [all …]
|
H A D | main.c | 413 if ((nv = ht_lookup(opttab, name)) != NULL) { in removeoption() 496 if ((nv = ht_lookup(ht, name)) == NULL) in do_option() 584 dev = ht_lookup(devbasetab, nv->nv_name); in cfcrosscheck() 667 if (ht_lookup(needcnttab, d->d_name)) { in badstar()
|
H A D | mkheaders.c | 134 if ((option = ht_lookup(opttab, nv->nv_str)) == NULL) in emitopt()
|
H A D | config.h | 329 void *ht_lookup(struct hashtab *, const char *);
|
H A D | hash.c | 259 ht_lookup(struct hashtab *ht, const char *nam) in ht_lookup() function
|
H A D | mkmakefile.c | 250 if (ht_lookup(defopttab, nv->nv_name) != NULL) in emitdefs()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | stringpool.c | 103 hashnode ht_node = ht_lookup (ident_hash, 119 hashnode ht_node = ht_lookup (ident_hash, 137 ht_node = ht_lookup (ident_hash, (const unsigned char *) text,
|
H A D | cpphash.c | 100 return CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_ALLOC)); 112 node = CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_NO_INSERT));
|
H A D | hashtable.h | 75 extern hashnode ht_lookup PARAMS ((hash_table *, const unsigned char *,
|
H A D | hashtable.c | 117 ht_lookup (table, str, len, insert) in ht_lookup() function
|
H A D | cpplex.c | 458 ht_lookup (pfile->hash_table, base, len, HT_ALLOCED); 465 ht_lookup (pfile->hash_table, base, cur - base, HT_ALLOC);
|
H A D | cpptrad.c | 321 result = (cpp_hashnode *) ht_lookup (pfile->hash_table, pfile->out.cur,
|
H A D | dwarf2out.c | 4575 ht_lookup (debug_str_hash, (const unsigned char *) str,
|
H A D | ChangeLog | 4296 * hashtable.c (ht_lookup): Use it.
|
H A D | ChangeLog.6 | 11614 * hashtable.c (ht_lookup): Don't assume that the string we've
|
H A D | ChangeLog.7 | 2646 (lex_identifier): Call ht_lookup with correct start.
|
/openbsd/gnu/gcc/gcc/ |
H A D | stringpool.c | 110 hashnode ht_node = ht_lookup (ident_hash, in get_identifier() 124 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length() 141 ht_node = ht_lookup (ident_hash, (const unsigned char *) text, in maybe_get_identifier()
|
/openbsd/gnu/gcc/libcpp/ |
H A D | identifiers.c | 95 return CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_ALLOC)); in cpp_lookup() 104 node = CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_NO_INSERT)); in cpp_defined()
|
H A D | symtab.c | 94 ht_lookup (hash_table *table, const unsigned char *str, size_t len, in ht_lookup() function
|
H A D | traditional.c | 256 result = (cpp_hashnode *) ht_lookup (pfile->hash_table, pfile->out.cur, in lex_identifier()
|
H A D | charset.c | 1576 return CPP_HASHNODE (ht_lookup (pfile->hash_table, in _cpp_interpret_identifier()
|
/openbsd/gnu/gcc/libcpp/include/ |
H A D | symtab.h | 75 extern hashnode ht_lookup (hash_table *, const unsigned char *,
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | mangle.c | 2591 hashnode ht_node = ht_lookup (ident_hash, (const unsigned char *) name, in get_identifier_nocopy()
|