Searched refs:lookup (Results 51 - 75 of 286) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/libc/rpc/
H A Dnetnamer.c253 char *lookup; local
283 lookup = NULL;
285 strlen(key), &lookup, &len);
292 lookup[len] = 0;
293 strcpy(ret, lookup);
294 free(lookup);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dbyaddr.c34 #include <dns/lookup.h>
121 dns_lookup_t * lookup; member in struct:dns_byaddr
256 byaddr->lookup = NULL;
259 lookup_done, byaddr, &byaddr->lookup);
294 if (byaddr->lookup != NULL)
295 dns_lookup_cancel(byaddr->lookup);
310 dns_lookup_destroy(&byaddr->lookup);
/freebsd-9.3-release/contrib/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp248 if (!isa<Constant>(*I) && !SimplifiedValues.lookup(*I))
269 if (Constant *SimpleOp = SimplifiedValues.lookup(GTI.getOperand()))
336 std::pair<Value *, APInt> BaseAndOffset = ConstantOffsetPtrs.lookup(Ptr);
377 COp = SimplifiedValues.lookup(I.getOperand(0));
386 = ConstantOffsetPtrs.lookup(I.getOperand(0));
405 COp = SimplifiedValues.lookup(I.getOperand(0));
417 = ConstantOffsetPtrs.lookup(I.getOperand(0));
441 COp = SimplifiedValues.lookup(I.getOperand(0));
453 std::pair<Value *, APInt> BaseAndOffset = ConstantOffsetPtrs.lookup(Op);
471 COp = SimplifiedValues.lookup(
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h89 return AbstractScopeMap.lookup(N);
95 return InlinedLexicalScopeMap.lookup(DL);
100 return LexicalScopeMap.lookup(N);
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh1.c56 export(lookup(*ap++));
61 shell = lookup("SHELL");
66 homedir = lookup("HOME");
71 setval(lookup("$"), itoa(getpid(), 5));
73 path = lookup("PATH");
78 ifs = lookup("IFS");
82 prompt = lookup("PS1");
94 cprompt = lookup("PS2");
175 setval(lookup("#"), putn((--dolc < 0) ? (dolc = 0) : dolc));
195 setval(lookup("
522 lookup(n) function
[all...]
/freebsd-9.3-release/sys/i386/pci/
H A Dpci_pir.c195 struct pci_link_lookup *lookup; local
197 lookup = (struct pci_link_lookup *)arg;
198 if (entry->pe_bus == lookup->bus &&
199 entry->pe_device == lookup->device &&
200 intpin - entry->pe_intpin == lookup->pin)
201 *lookup->pci_link_ptr = pci_pir_find_link(intpin->link);
499 struct pci_link_lookup lookup; local
508 lookup.bus = bus;
509 lookup.device = device;
510 lookup
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DLexicalScopes.cpp129 return InlinedLexicalScopeMap.lookup(DebugLoc::getFromDILocation(IA));
130 return LexicalScopeMap.lookup(Scope);
158 LexicalScope *WScope = LexicalScopeMap.lookup(Scope);
177 LexicalScope *InlinedScope = LexicalScopeMap.lookup(InlinedAt);
196 LexicalScope *AScope = AbstractScopeMap.lookup(N);
251 LexicalScope *S = MI2ScopeMap.lookup(R.first);
/freebsd-9.3-release/sys/kern/
H A Dsubr_firmware.c141 * Helper function to lookup a name.
148 lookup(const char *name, struct priv_fw **empty_slot) function
181 * Do a lookup to make sure the name is unique or find a free slot.
183 match = lookup(imagename, &frp);
222 fp = lookup(imagename, NULL);
225 * It is ok for the lookup to fail; this can happen
275 fp = lookup(imagename, NULL);
305 fp = lookup(imagename, NULL);
334 fp = lookup(imagename, NULL);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DModuleManager.h42 /// \brief A lookup of in-memory (virtual file) buffers
137 ModuleFile *lookup(StringRef Name);
140 ModuleFile *lookup(const FileEntry *File);
216 /// This traversal is intended to support various "lookup"
/freebsd-9.3-release/contrib/opie/libopie/
H A DMakefile.in17 OBJS=md4c.o md5c.o atob8.o btoa8.o btoh.o challenge.o getsequence.o hash.o hashlen.o keycrunch.o lock.o lookup.o newseed.o parsechallenge.o passcheck.o passwd.o randomchallenge.o readpass.o unlock.o verify.o version.o btoe.o accessfile.o generator.o insecure.o getutmpentry.o readrec.o writerec.o login.o open.o logwtmp.o # sha.o
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dnametoindex.cpp87 int *np = table.lookup(s);
/freebsd-9.3-release/usr.bin/m4/
H A Dlook.c98 lookup(const char *name) function
184 ndptr n = lookup(name);
201 ndptr n = lookup(name);
272 p = lookup(name);
H A Dextern.h69 extern ndptr lookup(const char *);
/freebsd-9.3-release/usr.sbin/lpr/pac/
H A Dpac.c102 static struct hent *lookup(const char _name[]);
234 hp = lookup(cp);
337 if ((hp = lookup(name)) != NULL)
357 lookup(const char name[]) function
421 * Perform lookup for printer name or abbreviation --
/freebsd-9.3-release/contrib/ipfilter/BSD/
H A Dkupgrade47 for j in auth frag nat proxy scan state sync pool htable lookup rules; do
98 for j in auth compat fil frag nat proxy scan state sync pool htable lookup; do
160 for i in htable pool lookup; do
186 for i in htable pool lookup; do
213 for i in htable pool lookup; do
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dreg.cpp311 reg *r = (reg *)number_reg_dictionary.lookup(nm);
339 reg *r = (reg *)number_reg_dictionary.lookup(nm);
363 reg *r = (reg *)number_reg_dictionary.lookup(nm);
373 reg *r = (reg *)number_reg_dictionary.lookup(nm);
389 reg *r = (reg *)number_reg_dictionary.lookup(nm);
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dif_pflog.c357 if (rm->log & PF_LOG_SOCKET_LOOKUP && !pd->lookup.done)
360 * XXX: This should not happen as we force an early lookup
365 pd->lookup.done = pf_socket_lookup(dir, pd);
367 if (pd->lookup.done > 0) {
368 hdr.uid = pd->lookup.uid;
369 hdr.pid = pd->lookup.pid;
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlwdgrbn.c30 #include <dns/lookup.h>
214 INSIST(client->lookup == (dns_lookup_t *)event->ev_sender);
219 ns_lwdclient_log(50, "lookup event result = %s",
224 dns_lookup_destroy(&client->lookup);
364 dns_lookup_destroy(&client->lookup);
384 if (client->lookup != NULL)
385 dns_lookup_destroy(&client->lookup);
403 INSIST(client->lookup == NULL);
419 client, &client->lookup);
/freebsd-9.3-release/contrib/groff/src/include/
H A Dptable.h66 T *lookup(const char *); \
144 T *PTABLE(T)::lookup(const char *key) \
/freebsd-9.3-release/usr.bin/systat/
H A Dcmds.c112 p = lookup(tmpstr1);
151 lookup(const char *name) function
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp69 // default constructor by DenseMap::lookup.
71 LastEMS = LastMappingSymbols.lookup(Section);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp62 CountMap::data_type* T = M.lookup(CountKey(CallSite, BlockID));
/freebsd-9.3-release/libexec/mknetid/
H A Dhash.c112 struct grouplist *lookup(struct member_entry *table[], char *key) function
/freebsd-9.3-release/usr.bin/yacc/
H A Dsymtab.c101 lookup(char *name) function
/freebsd-9.3-release/usr.sbin/repquota/
H A Drepquota.c93 struct fileusage *lookup(u_long, int);
232 if ((fup = lookup(id, type)) == 0)
301 lookup(u_long id, int type) function
320 if ((fup = lookup(id, type)))

Completed in 174 milliseconds

1234567891011>>