Home
last modified time | relevance | path

Searched refs:lookup (Results 51 – 75 of 195) sorted by relevance

12345678

/dragonfly/contrib/binutils-2.34/ld/
H A Dmri.c60 lookup (const char *name, struct section_name_struct **list) in lookup() function
87 struct section_name_struct **ptr = lookup (name, list); in mri_add_to_list()
/dragonfly/libexec/bootpd/
H A DMakefile6 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
/dragonfly/usr.bin/bc/
H A Dbc.y82 static ssize_t lookup(char *, size_t, char);
854 lookup(char * str, size_t len, char type) in lookup() function
899 return lookup(str, len, 'L'); in letter_node()
911 return lookup(str, len, 'A'); in array_node()
923 return lookup(str, len, 'F'); in function_node()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dggc-page.c361 page_table lookup; member
560 base = &G.lookup[0]; in ggc_allocated_p()
562 page_table table = G.lookup; in ggc_allocated_p()
592 base = &G.lookup[0]; in lookup_page_table_entry()
594 page_table table = G.lookup; in lookup_page_table_entry()
617 base = &G.lookup[0]; in set_page_table_entry()
621 for (table = G.lookup; table; table = table->next) in set_page_table_entry()
627 table->next = G.lookup; in set_page_table_entry()
629 G.lookup = table; in set_page_table_entry()
/dragonfly/contrib/binutils-2.27/ld/
H A Dmri.c58 lookup (const char *name, struct section_name_struct **list) in lookup() function
85 struct section_name_struct **ptr = lookup (name, list); in mri_add_to_list()
/dragonfly/contrib/gcc-4.7/gcc/objcp/
H A Dconfig-lang.in48 …rcdir)/cp/rtti.c \$(srcdir)/cp/mangle.c \$(srcdir)/cp/name-lookup.h \$(srcdir)/cp/name-lookup.c \$…
/dragonfly/gnu/usr.bin/binutils234/block1/libctf/
H A DMakefile7 ctf-hash.c ctf-labels.c ctf-link.c ctf-lookup.c ctf-open.c \
/dragonfly/contrib/gcc-8.0/gcc/
H A Dggc-page.c387 page_table lookup; member
594 base = &G.lookup[0]; in safe_lookup_page_table_entry()
596 page_table table = G.lookup; in safe_lookup_page_table_entry()
628 base = &G.lookup[0]; in lookup_page_table_entry()
630 page_table table = G.lookup; in lookup_page_table_entry()
653 base = &G.lookup[0]; in set_page_table_entry()
657 for (table = G.lookup; table; table = table->next) in set_page_table_entry()
663 table->next = G.lookup; in set_page_table_entry()
665 G.lookup = table; in set_page_table_entry()
/dragonfly/crypto/libressl/apps/openssl/
H A Dapps.c1074 X509_LOOKUP *lookup; in setup_verify() local
1078 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); in setup_verify()
1079 if (lookup == NULL) in setup_verify()
1082 if (!X509_LOOKUP_load_file(lookup, CAfile, X509_FILETYPE_PEM)) { in setup_verify()
1087 X509_LOOKUP_load_file(lookup, NULL, X509_FILETYPE_DEFAULT); in setup_verify()
1089 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir()); in setup_verify()
1090 if (lookup == NULL) in setup_verify()
1093 if (!X509_LOOKUP_add_dir(lookup, CApath, X509_FILETYPE_PEM)) { in setup_verify()
1098 X509_LOOKUP_add_dir(lookup, NULL, X509_FILETYPE_DEFAULT); in setup_verify()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcfns.h964 static const short lookup[] = in libc_name_p() local
1123 register int index = lookup[key]; in libc_name_p()
/dragonfly/contrib/tcp_wrappers/
H A DCHANGES111 - Backwards compatibility: hostname lookup remains enabled when
158 hostname lookup or hostname double checks unless required by %letter
207 manual page. The inetd.conf lookup was suggested by Everett F Batey.
311 - Username lookup integrated with the access control language.
386 - A small loophole in the netgroup lookup code was closed, and the
387 remote username lookup code was made more portable.
429 5 - a pattern that matches hosts whose name or address lookup fails
431 7 - optional remote username lookup with the RFC 931 protocol
/dragonfly/contrib/binutils-2.27/ld/emultempl/
H A Delf32.em1745 lookup != NULL;
1746 lookup = lookup->next)
1748 if (lookup->constraint >= 0
1751 int lookrela = lookup->name[4] == 'a';
1764 last_rel = lookup;
1766 && lookup->bfd_section != NULL
1768 last_rel_alloc = lookup;
1771 last = lookup;
1772 if (lookup->bfd_section != NULL
1775 last_alloc = lookup;
[all …]
/dragonfly/libexec/mknetid/
H A Dhash.c111 lookup(struct member_entry *table[], char *key) in lookup() function
/dragonfly/contrib/mdocml/
H A Dmdoc_macro.c51 static int lookup(struct roff_man *, int, int, int, const char *);
245 lookup(struct roff_man *mdoc, int from, int line, int ppos, const char *p) in lookup() function
522 lookup(mdoc, tok, line, ppos, p); in macro_or_word()
732 ntok = lookup(mdoc, tok, line, lastarg, p); in blk_exp_close()
833 TOKEN_NONE : lookup(mdoc, tok, line, la, p); in in_line()
1452 TOKEN_NONE : lookup(mdoc, tok, line, la, p); in in_line_argn()
/dragonfly/sys/vfs/isofs/cd9660/
H A DTODO.hibler5 them back. It looks like a separate (but very similar) lookup routine
/dragonfly/etc/
H A Ddevtab15 # type is supported and will translate into a subdirectory lookup in /dev.
/dragonfly/gnu/usr.bin/cc80/
H A DMakefile.langs123 $(srcdir)/cp/name-lookup.h \
149 $(srcdir)/cp/name-lookup.c \
211 cp/name-lookup.o cp/optimize.o \
/dragonfly/lib/libalias/
H A DHISTORY94 - Substantial rework to the aliasing lookup engine.
97 - Continuing rework to the aliasing lookup engine
/dragonfly/libexec/revnetgroup/
H A Dhash.c111 lookup(struct group_entry *table[], char *key) in lookup() function
/dragonfly/contrib/byacc/
H A Dsymtab.c63 lookup(const char *name) in lookup() function
/dragonfly/gnu/usr.bin/cc47/cc1plus/
H A DMakefile52 name-lookup.c \
/dragonfly/contrib/expat/lib/
H A Dxmlparse.c523 static NAMED *lookup(XML_Parser parser, HASH_TABLE *table, KEY name,
3544 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, s, 0); in storeAtts()
4765 parser->m_declEntity = (ENTITY *)lookup( in doProlog()
5085 parser->m_declEntity = (ENTITY *)lookup( in doProlog()
6485 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, name, in getAttributeId()
6517 id->prefix = (PREFIX *)lookup(parser, &dtd->prefixes, in getAttributeId()
6641 e = (ENTITY *)lookup(parser, &dtd->generalEntities, in setContext()
6657 = (PREFIX *)lookup(parser, &dtd->prefixes, in setContext()
6898 newE->prefix = (PREFIX *)lookup(oldParser, &(newDtd->prefixes), in dtdCopy()
6901 newE->defaultAtts[i].id = (ATTRIBUTE_ID *)lookup( in dtdCopy()
[all …]
/dragonfly/usr.bin/m4/
H A Dextern.h70 extern ndptr lookup(const char *);
/dragonfly/libexec/ftpd/
H A Dftpcmd.y1160 lookup(struct tab *, char *);
1173 lookup(struct tab *p, char *cmd)
1332 p = lookup(cmdtab, cbuf);
1354 p = lookup(sitetab, cp);
1591 c = lookup(ctab, s);
/dragonfly/contrib/binutils-2.27/gold/
H A Dgold.cc504 Symbol* sym = symtab->lookup(parameters->entry()); in queue_middle_tasks()
507 sym = symtab->lookup(parameters->options().init()); in queue_middle_tasks()
510 sym = symtab->lookup(parameters->options().fini()); in queue_middle_tasks()

12345678