/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509_d2.c | 18 X509_LOOKUP *lookup; in X509_STORE_set_default_paths_ex() local 48 X509_LOOKUP *lookup; in X509_STORE_load_file_ex() local 66 X509_LOOKUP *lookup; in X509_STORE_load_path() local 79 X509_LOOKUP *lookup; in X509_STORE_load_store_ex() local
|
/freebsd/sys/amd64/amd64/ |
H A D | elf_machdep.c | 277 int type, bool late_ifunc, elf_lookup_fn lookup) in elf_reloc_internal() 401 elf_lookup_fn lookup) in elf_reloc() 409 int type, elf_lookup_fn lookup) in elf_reloc_local() 417 int type, elf_lookup_fn lookup) in elf_reloc_late()
|
/freebsd/sys/i386/i386/ |
H A D | elf_machdep.c | 174 int type, elf_lookup_fn lookup, int flags) in elf_reloc_internal() 273 elf_lookup_fn lookup) in elf_reloc() 281 int type, elf_lookup_fn lookup) in elf_reloc_local()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | AtomicOrdering.h | 92 static const bool lookup[8][8] = { in isStrongerThan() local 107 static const bool lookup[8][8] = { in isAtLeastOrStrongerThan() local 148 static const AtomicOrderingCABI lookup[8] = { in toCABI() local
|
/freebsd/lib/libc/rpc/ |
H A D | getpublickey.c | 63 char lookup[3 * HEXKEYBYTES]; in __getpublickey_real() local 108 char *lookup; in getpublicandprivatekey() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCGenericDylibManager.h | 54 lookup(tpctypes::DylibHandle H, const SymbolLookupSet &Lookup) { in lookup() function 63 lookup(tpctypes::DylibHandle H, const RemoteSymbolLookupSet &Lookup) { in lookup() function
|
/freebsd/sys/arm64/arm64/ |
H A D | elf_machdep.c | 179 int type, int flags, elf_lookup_fn lookup) in elf_reloc_internal() 272 int type, elf_lookup_fn lookup) in elf_reloc_local() 282 elf_lookup_fn lookup) in elf_reloc() 290 int type, elf_lookup_fn lookup) in elf_reloc_late()
|
/freebsd/sys/arm/arm/ |
H A D | elf_machdep.c | 185 int type, int local, elf_lookup_fn lookup) in elf_reloc_internal() 264 elf_lookup_fn lookup) in elf_reloc() 272 int type, elf_lookup_fn lookup) in elf_reloc_local()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | elf32_machdep.c | 237 int type, int local, elf_lookup_fn lookup) in elf_reloc_internal() 373 elf_lookup_fn lookup) in elf_reloc() 381 int type, elf_lookup_fn lookup) in elf_reloc_local()
|
H A D | elf64_machdep.c | 325 int type, int local, elf_lookup_fn lookup) in elf_reloc_internal() 425 elf_lookup_fn lookup) in elf_reloc() 433 int type, elf_lookup_fn lookup) in elf_reloc_local()
|
/freebsd/lib/librpcsvc/ |
H A D | secretkey.c | 58 char lookup[3 * HEXKEYBYTES]; in getsecretkey() local
|
/freebsd/sys/riscv/riscv/ |
H A D | elf_machdep.c | 291 int type, int local, elf_lookup_fn lookup) in elf_reloc_internal() 516 elf_lookup_fn lookup) in elf_reloc() 524 int type, elf_lookup_fn lookup) in elf_reloc_local()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | SymbolLocator.cpp | 25 auto lookup = [=]() { in DownloadSymbolFileAsync() local
|
/freebsd/crypto/openssl/test/ |
H A D | x509_dup_cert_test.c | 22 X509_LOOKUP *lookup = NULL; in test_509_dup_cert() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | CodeExpansions.h | 36 std::string lookup(StringRef Variable) const { in lookup() function
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverName.cpp | 197 new StructuredData::String(lookup.GetName().GetStringRef()))); in SerializeToStructuredData() local 275 context.module_sp->FindFunctions(lookup, CompilerDeclContext(), in SearchCallback() local 219 Module::LookupInfo lookup(name, name_type_mask, m_language); AddNameLookup() local
|
/freebsd/crypto/openssl/crypto/modes/ |
H A D | ocb128.c | 281 OCB_BLOCK *lookup; in CRYPTO_ocb128_aad() local 362 OCB_BLOCK *lookup; in CRYPTO_ocb128_encrypt() local 458 OCB_BLOCK *lookup = ocb_lookup_l(ctx, ocb_ntz(i)); in CRYPTO_ocb128_decrypt() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | InlineInfo.cpp | 109 static bool lookup(const GsymReader &GR, DataExtractor &Data, uint64_t &Offset, in lookup() function 160 llvm::Error InlineInfo::lookup(const GsymReader &GR, DataExtractor &Data, in lookup() function in InlineInfo
|
/freebsd/usr.sbin/prometheus_sysctl_exporter/ |
H A D | prometheus_sysctl_exporter.c | 88 int lookup[CTL_MAXNAME + 2]; in oid_get_next() local 132 int lookup[CTL_MAXNAME + 2]; in oid_get_format() local 339 int lookup[CTL_MAXNAME + 2]; in oid_get_name() local 460 int lookup[CTL_MAXNAME + 2]; in oid_get_description() local
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | locate_plugin.h | 60 krb5plugin_service_locate_lookup lookup; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SymbolRemappingReader.h | 123 Key lookup(StringRef FunctionName) { in lookup() function
|
/freebsd/lib/libpam/modules/pam_guest/ |
H A D | pam_guest.c | 49 lookup(const char *str, const char *list) in lookup() function
|
/freebsd/usr.bin/systat/ |
H A D | cmds.c | 147 lookup(const char *name) in lookup() function
|
/freebsd/contrib/unbound/cachedb/ |
H A D | cachedb.h | 83 int (*lookup)(struct module_env*, struct cachedb_env*, char*, member
|
/freebsd/libexec/mknetid/ |
H A D | hash.c | 109 struct grouplist *lookup(struct member_entry *table[], char *key) in lookup() function
|