Searched refs:lookup (Results 201 - 225 of 628) sorted by relevance

1234567891011>>

/openbsd-current/usr.sbin/dvmrpd/
H A Dparse.y65 int lookup(char *);
393 lookup(char *s)
652 if ((token = lookup(buf)) == STRING)
/openbsd-current/usr.sbin/ntpd/
H A Dparse.y55 int lookup(char *);
531 lookup(char *s)
765 if ((token = lookup(buf)) == STRING)
/openbsd-current/usr.sbin/iscsictl/
H A Dparse.y68 int lookup(char *);
369 lookup(char *s)
636 if ((token = lookup(buf)) == STRING)
/openbsd-current/sbin/unwind/
H A Dparse.y66 int lookup(char *);
414 lookup(char *s)
698 if ((token = lookup(buf)) == STRING)
/openbsd-current/sys/dev/videomode/
H A Dedid.c298 const struct videomode *lookup; local
324 /* first try to lookup the mode as a DMT timing */
326 if ((lookup = edid_mode_lookup_list(name)) != NULL) {
327 *vmp = *lookup;
546 /* lookup established modes */
/openbsd-current/usr.bin/rcs/
H A Ddate.y30 /* An entry in the lexical lookup table */
79 static int lookup(char *);
633 lookup(char *buff)
770 return lookup(buff);
/openbsd-current/usr.bin/cvs/
H A Ddate.y29 /* An entry in the lexical lookup table */
78 static int lookup(char *);
628 lookup(char *buff)
765 return lookup(buff);
/openbsd-current/usr.sbin/radiusd/
H A Dparse.y65 int lookup(char *);
433 lookup(char *s)
667 if ((token = lookup(buf)) == STRING)
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DVectorUtils.h695 return Members.lookup(Key);
811 return InterleaveGroupMap.lookup(Instr);
968 !Dependences.lookup(Src).count(Sink);
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h810 DwarfCompileUnit *lookupCU(const DIE *Die) { return CUDieMap.lookup(Die); }
812 return CUDieMap.lookup(Die);
816 return StringTypeLocMap.lookup(ST);
H A DDebugHandlerBase.cpp135 MCSymbol *Label = LabelsBeforeInsn.lookup(MI);
142 return LabelsAfterInsn.lookup(MI);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp232 unsigned IOpBitwidth = InstInfoMap.lookup(IOp).ValidBitWidth;
239 unsigned MinBitWidth = InstInfoMap.lookup(cast<Instruction>(Src)).MinBitWidth;
375 Info Entry = InstInfoMap.lookup(I);
/openbsd-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_pages.c537 * Initial lookup is O(N), but this is amortized to O(1) for
543 goto lookup;
547 /* We prefer to reuse the last sg so that repeated lookup of this
563 * sg_idx so that on this lookup we are forced to linearly
592 goto lookup;
606 lookup:
/openbsd-current/usr.sbin/relayd/
H A Drelay_udp.c404 struct rsession lookup; local
433 lookup.se_priv = &lpriv;
435 &rlay->rl_sessions, &lookup)) != NULL &&
/openbsd-current/sbin/dhcpleased/
H A Dparse.y76 int lookup(char *);
361 lookup(char *s)
637 if ((token = lookup(buf)) == STRING)
/openbsd-current/sbin/dhcp6leased/
H A Dparse.y62 int lookup(char *);
241 lookup(char *s)
510 if ((token = lookup(buf)) == STRING)
/openbsd-current/usr.bin/mandoc/
H A Dmdoc_macro.c49 static int lookup(struct roff_man *, int, int, int, const char *);
243 lookup(struct roff_man *mdoc, int from, int line, int ppos, const char *p) function
520 lookup(mdoc, tok, line, ppos, p);
730 ntok = lookup(mdoc, tok, line, lastarg, p);
831 TOKEN_NONE : lookup(mdoc, tok, line, la, p);
1450 TOKEN_NONE : lookup(mdoc, tok, line, la, p);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp301 unsigned I1DFS = DFSNumber.lookup(I1);
302 unsigned I2DFS = DFSNumber.lookup(I2);
417 return (rank(*Map.lookup(r1).begin()) < rank(*Map.lookup(r2).begin()));
433 const SmallVecInsn &V = Map.lookup(R);
608 auto Result = DFSNumber.lookup(V);
/openbsd-current/sys/arch/amd64/stand/cdbr/
H A Dcdbr.S160 call lookup /* Try to find file */
231 lookup: label
/openbsd-current/sys/arch/i386/stand/cdbr/
H A Dcdbr.S163 call lookup /* Try to find file */
234 lookup: label
/openbsd-current/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/lib/Locale/Maketext/
H A DSimple.pm49 The language used is chosen from the loc_lang call. If a lookup is not
50 possible, the i-default language will be used. If the lookup is not in the
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DBitTracker.h52 const RegisterCell &lookup(unsigned Reg) const;
357 BitTracker::lookup(unsigned Reg) const {
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DDependencies.pm376 $solver->{tag_finder} //= OpenBSD::lookup::tag->new($solver, $state);
379 $solver->{tag_finder}->lookup($solver,
/openbsd-current/usr.sbin/unbound/smallapp/
H A Dunbound-host.c89 printf(" If an ip-address is given a reverse lookup is done.\n");
115 /** determine if str is ip4 and put into reverse lookup format */
132 /** determine if str is ip6 and put into reverse lookup format */
365 /** perform a lookup and printout return if domain existed */
383 /** perform host lookup */
385 lookup(struct ub_ctx* ctx, const char* nm, const char* qt, const char* qc) function
389 int reverse = 0; /* we are doing a reverse lookup */
397 /* domain exists, lookup more */
532 lookup(ctx, argv[0], qtype, qclass);
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp61 non_const_interface_decl->lookup(name);
552 ast_ctx.getTranslationUnitDecl()->lookup(decl_name);

Completed in 195 milliseconds

1234567891011>>