Searched refs:lookup (Results 1 - 25 of 285) sorted by relevance

1234567891011>>

/freebsd-10.1-release/crypto/openssl/crypto/x509/
H A Dx509_d2.c67 X509_LOOKUP *lookup; local
69 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_file());
70 if (lookup == NULL)
72 X509_LOOKUP_load_file(lookup, NULL, X509_FILETYPE_DEFAULT);
74 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_hash_dir());
75 if (lookup == NULL)
77 X509_LOOKUP_add_dir(lookup, NULL, X509_FILETYPE_DEFAULT);
88 X509_LOOKUP *lookup; local
91 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_file());
92 if (lookup
[all...]
/freebsd-10.1-release/lib/libc/rpc/
H A Dgetpublickey.c41 * Public key lookup routines
69 char lookup[3 * HEXKEYBYTES]; local
74 if (!getpublicandprivatekey(netname, lookup))
76 p = strchr(lookup, ':');
81 (void) strncpy(publickey, lookup, HEXKEYBYTES);
116 char *lookup; local
125 lookup = NULL;
126 err = yp_match(domain, PKMAP, key, strlen(key), &lookup, &len);
133 lookup[len] = 0;
134 strcpy(ret, lookup);
[all...]
/freebsd-10.1-release/libexec/mknetid/
H A Dhash.h53 extern struct grouplist *lookup(struct member_entry **, char *);
/freebsd-10.1-release/lib/librpcsvc/
H A Dsecretkey.c44 * Secret key lookup routines
63 char lookup[3 * HEXKEYBYTES]; local
68 if (!getpublicandprivatekey(netname, lookup))
70 p = strchr(lookup, ':');
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp112 LookupInfo lookup; local
113 lookup.name.SetCString(method);
114 lookup.lookup_name = lookup.name;
115 lookup.name_type_mask = eFunctionNameTypeMethod;
116 lookup.match_name_after_lookup = false;
117 m_lookups.push_back (lookup);
134 LookupInfo lookup; local
135 lookup.name = name;
136 lookup
144 LookupInfo lookup; local
[all...]
/freebsd-10.1-release/contrib/smbfs/smbutil/
H A DMakefile4 SRCS= smbutil.c dumptree.c login.c lookup.c view.c print.c
/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dlocate_plugin.h60 krb5plugin_service_locate_lookup lookup; member in struct:krb5plugin_service_locate_ftable
/freebsd-10.1-release/libexec/revnetgroup/
H A Dhash.h64 extern char *lookup(struct group_entry **, char *);
/freebsd-10.1-release/contrib/groff/src/roff/troff/
H A Ddictionary.cpp49 void *dictionary::lookup(symbol s, void *v) function in class:dictionary
79 (void)lookup(old_table[i].s, old_table[i].v);
85 void *dictionary::lookup(const char *p) function in class:dictionary
91 return lookup(s);
168 object *object_dictionary::lookup(symbol nm) function in class:object_dictionary
170 return (object *)d.lookup(nm);
176 obj = (object *)d.lookup(nm, obj);
185 obj = (object *)d.lookup(newnm, obj);
202 object *obj = (object *)d.lookup(oldnm);
205 obj = (object *)d.lookup(newn
[all...]
H A Ddictionary.h51 void *lookup(symbol s, void *v=0); // returns value associated with key
52 void *lookup(const char *);
80 object *lookup(symbol nm);
/freebsd-10.1-release/crypto/openssh/
H A Dauth2-hostbased.c154 const char *resolvedname, *ipaddr, *lookup, *reason; local
176 lookup = chost;
184 lookup = resolvedname;
189 key_cert_check_authority(key, 1, 0, lookup, &reason)) {
195 host_status = check_key_in_hostfiles(pw, key, lookup,
201 host_status = check_key_in_hostfiles(pw, key, lookup,
214 cuser, lookup);
218 key_type(key), fp, cuser, lookup);
/freebsd-10.1-release/libexec/bootpd/tools/bootpef/
H A DMakefile6 SRCS= bootpef.c dovend.c readfile.c hash.c dumptab.c lookup.c \
/freebsd-10.1-release/usr.bin/gprof/
H A DMakefile5 SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c hertz.c \
/freebsd-10.1-release/usr.bin/smbutil/
H A DMakefile4 SRCS= smbutil.c dumptree.c login.c lookup.c view.c print.c
/freebsd-10.1-release/sys/arm/arm/
H A Delf_machdep.c127 int type, int local, elf_lookup_fn lookup)
170 addr = lookup(lf, symidx, 1);
186 addr = lookup(lf, symidx, 1);
205 elf_lookup_fn lookup)
208 return (elf_reloc_internal(lf, relocbase, data, type, 0, lookup));
213 int type, elf_lookup_fn lookup)
216 return (elf_reloc_internal(lf, relocbase, data, type, 1, lookup));
126 elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, int local, elf_lookup_fn lookup) argument
204 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, elf_lookup_fn lookup) argument
212 elf_reloc_local(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, elf_lookup_fn lookup) argument
/freebsd-10.1-release/sys/powerpc/powerpc/
H A Delf64_machdep.c131 int type, int local, elf_lookup_fn lookup)
160 addr = lookup(lf, symidx, 1);
172 addr = lookup(lf, symidx, 1);
187 elf_lookup_fn lookup)
190 return (elf_reloc_internal(lf, relocbase, data, type, 0, lookup));
195 int type, elf_lookup_fn lookup)
198 return (elf_reloc_internal(lf, relocbase, data, type, 1, lookup));
130 elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, int local, elf_lookup_fn lookup) argument
186 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, elf_lookup_fn lookup) argument
194 elf_reloc_local(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, elf_lookup_fn lookup) argument
/freebsd-10.1-release/sys/ia64/ia64/
H A Delf_machdep.c131 lookup_fdesc(linker_file_t lf, Elf_Size symidx, elf_lookup_fn lookup) argument
139 addr = lookup(lf, symidx, 0);
180 int type, int local, elf_lookup_fn lookup)
226 addr = lookup(lf, symidx, 1);
236 addr = lookup_fdesc(lf, symidx, lookup);
244 addr = lookup_fdesc(lf, symidx, lookup);
261 elf_lookup_fn lookup)
264 return (elf_reloc_internal(lf, relocbase, data, type, 0, lookup));
269 int type, elf_lookup_fn lookup)
272 return (elf_reloc_internal(lf, relocbase, data, type, 1, lookup));
179 elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, int local, elf_lookup_fn lookup) argument
260 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, elf_lookup_fn lookup) argument
268 elf_reloc_local(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, elf_lookup_fn lookup) argument
[all...]
/freebsd-10.1-release/sys/mips/mips/
H A Delf_machdep.c169 int type, int local, elf_lookup_fn lookup)
216 addr = lookup(lf, symidx, 1);
225 addr = lookup(lf, symidx, 1);
244 addr = lookup(lf, symidx, 1);
254 addr = lookup(lf, symidx, 1);
269 addr = lookup(lf, symidx, 1);
278 addr = lookup(lf, symidx, 1);
295 addr = lookup(lf, symidx, 1);
304 addr = lookup(lf, symidx, 1);
323 elf_lookup_fn lookup)
168 elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, int local, elf_lookup_fn lookup) argument
322 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, elf_lookup_fn lookup) argument
330 elf_reloc_local(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, elf_lookup_fn lookup) argument
[all...]
/freebsd-10.1-release/usr.bin/mail/
H A Dvars.c57 vp = lookup(name);
111 if ((vp = lookup(name)) == NULL)
122 lookup(const char *name) function
/freebsd-10.1-release/contrib/groff/src/libs/libgroff/
H A Dglyphuni.cpp502 glyph_to_unicode *result = glyph_to_unicode_table.lookup(s);
H A Duniglyph.cpp502 unicode_to_glyph *result = unicode_to_glyph_table.lookup(s);
H A Duniuni.cpp1992 unicode_decompose *result = unicode_decompose_table.lookup(s);
/freebsd-10.1-release/contrib/groff/src/utils/hpftodit/
H A Dhpuni.cpp696 hp_msl_to_unicode *result = hp_msl_to_unicode_table.lookup(s);
/freebsd-10.1-release/libexec/bootpd/
H A DMakefile13 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
/freebsd-10.1-release/sys/amd64/amd64/
H A Delf_machdep.c145 int type, int local, elf_lookup_fn lookup)
189 addr = lookup(lf, symidx, 1);
198 addr = lookup(lf, symidx, 1);
208 addr = lookup(lf, symidx, 1);
228 addr = lookup(lf, symidx, 1);
252 elf_lookup_fn lookup)
255 return (elf_reloc_internal(lf, relocbase, data, type, 0, lookup));
260 int type, elf_lookup_fn lookup)
263 return (elf_reloc_internal(lf, relocbase, data, type, 1, lookup));
144 elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, int local, elf_lookup_fn lookup) argument
251 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, elf_lookup_fn lookup) argument
259 elf_reloc_local(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, elf_lookup_fn lookup) argument

Completed in 225 milliseconds

1234567891011>>