/freebsd/crypto/openssl/test/ |
H A D | stack_test.c | 63 } finds[] = { in test_int_stack() local 70 const int n_finds = OSSL_NELEM(finds); in test_int_stack() 111 int *val = (finds[i].unsorted == -1) ? ¬present in test_int_stack() 112 : v + finds[i].unsorted; in test_int_stack() 114 if (!TEST_int_eq(sk_sint_find(s, val), finds[i].unsorted)) { in test_int_stack() 122 int *val = (finds[i].unsorted == -1) ? ¬present in test_int_stack() 123 : v + finds[i].unsorted; in test_int_stack() 125 if (!TEST_int_eq(sk_sint_find_ex(s, val), finds[i].unsorted)) { in test_int_stack() 141 if (!TEST_int_eq(sk_sint_find(s, &finds[i].value), finds[i].sorted)) { in test_int_stack() 148 if (!TEST_int_eq(sk_sint_find_ex(s, &finds[i].value), finds[i].ex)) { in test_int_stack()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.h | 76 // Finds the function declaration where a leak warning for the parameter 79 // Finds the location where the leaking object is allocated. 83 // Finds the binding that we should use in a leak warning.
|
/freebsd/crypto/libecc/src/examples/hash/ |
H A D | mdc2.h | 61 * loops on pointers in 'inputs' until it finds a NULL pointer. The function 70 * loops on pointers in 'inputs' until it finds a NULL pointer. The function 79 * loops on pointers in 'inputs' until it finds a NULL pointer. The function
|
H A D | mdc2.c | 220 * loops on pointers in 'inputs' until it finds a NULL pointer. The function 249 * loops on pointers in 'inputs' until it finds a NULL pointer. The function 261 * loops on pointers in 'inputs' until it finds a NULL pointer. The function
|
/freebsd/crypto/openssl/test/ssl-tests/ |
H A D | 09-alpn.cnf | 6 test-1 = 1-alpn-server-finds-match 56 [1-alpn-server-finds-match] 57 ssl_conf = 1-alpn-server-finds-match-ssl 59 [1-alpn-server-finds-match-ssl] 60 server = 1-alpn-server-finds-match-server 61 client = 1-alpn-server-finds-match-client 63 [1-alpn-server-finds-match-server] 68 [1-alpn-server-finds-match-client] 75 server = 1-alpn-server-finds-match-server-extra 76 client = 1-alpn-server-finds-match-client-extra [all …]
|
H A D | 08-npn.cnf | 6 test-1 = 1-npn-client-finds-match 61 [1-npn-client-finds-match] 62 ssl_conf = 1-npn-client-finds-match-ssl 64 [1-npn-client-finds-match-ssl] 65 server = 1-npn-client-finds-match-server 66 client = 1-npn-client-finds-match-client 68 [1-npn-client-finds-match-server] 73 [1-npn-client-finds-match-client] 81 server = 1-npn-client-finds-match-server-extra 82 client = 1-npn-client-finds-match-client-extra [all …]
|
/freebsd/tools/tools/net80211/wesside/ |
H A D | README | 9 * Channel hops, finds a WEP wifi, finds a MAC to spoof if necessary and
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pool_checkpoint/ |
H A D | checkpoint_zdb.ksh | 30 # 5. Verify zdb finds checkpoint when run on current state 31 # 6. Verify zdb finds old dataset when run on checkpointed
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | comp_hash.c | 51 * Finds the entry for the given string in the hash table if present. 86 * Finds the entry for the given name with the given type in the given table if 87 * present (as distinct from _nc_find_entry, which finds the last entry
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/ |
H A D | Debuginfod.h | 45 /// Finds default array of Debuginfod server URLs by checking DEBUGINFOD_URLS 56 /// Finds a default local file caching directory for the debuginfod client, 60 /// Finds a default timeout for debuginfod HTTP requests. Checks
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_set_type.pod | 25 key. When doing this, it finds a L<EVP_PKEY_ASN1_METHOD(3)> 31 key. When doing this, it finds a L<EVP_PKEY_ASN1_METHOD(3)>
|
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | snmp_mibII.3 | 223 finds an interface by searching for an SNMP 226 finds an interface by searching for a system interface index and 228 finds an interface by looking for an interface name.
|
/freebsd/contrib/unbound/sldns/ |
H A D | parse.h | 61 * and ignores when it finds them. 74 * and ignores when it finds them. 92 * and ignores when it finds them.
|
/freebsd/sys/sys/ |
H A D | rangeset.h | 72 * Finds the range that contains place, if any. 82 * Finds the range that begins at place, if any.
|
/freebsd/contrib/ldns/ldns/ |
H A D | parse.h | 62 * and ignores when it finds them. 75 * and ignores when it finds them. 103 * and ignores when it finds them.
|
/freebsd/lib/libc/arm/aeabi/ |
H A D | aeabi_unwind_exidx.c | 35 * This finds the exidx section address and size associated with a given code 58 * This finds the shared object that contains the given address, and returns the
|
/freebsd/usr.bin/whereis/ |
H A D | whereis.1 | 46 it finds. 138 The following finds all utilities under
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | IRObjectFile.h | 60 /// Finds and returns bitcode embedded in the given object file, or an 64 /// Finds and returns bitcode in the given memory buffer (which may
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | FileMatchTrie.h | 47 /// For a given input file, the \c FileMatchTrie finds its entries in order 70 /// Finds the corresponding file in this trie.
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_namemap_new.pod | 50 ossl_namemap_stored() finds or auto-creates the default namemap in the 62 ossl_namemap_name2num() finds the number corresponding to the given
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFIndex.h | 32 /// Finds global variables with the given base name. Any additional filtering 57 /// Finds all DIEs whose fully qualified name matches `context`. A base
|
/freebsd/share/doc/papers/bufbio/ |
H A D | bio.ms | 645 is on this disk. The MBR module finds a MBR in sector 0 and attach 657 It finds two "slices" in the MBR and creates two new "disks" one for 677 The BSD module finds three partitions, creates them as disks and the 692 The open request is passed to the BSD module, which finds that none of 695 basically the same procedure finds no objections and pass the request to 701 This time however, it finds that it has already opened the "downstream" 706 same case, the MBR finds no overlapping open slices and has already
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | EVP_PKEY_set_type.3 | 160 key. When doing this, it finds a \s-1\fBEVP_PKEY_ASN1_METHOD\s0\fR\|(3) 166 key. When doing this, it finds a \s-1\fBEVP_PKEY_ASN1_METHOD\s0\fR\|(3)
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRFinder.cpp | 9 /// \file Implements a recursive AST visitor that finds the USR of a symbol at a 35 // Finds the NamedDecl at a point in the source.
|
/freebsd/contrib/kyua/utils/cmdline/ |
H A D | commands_map.ipp | 127 /// Finds a command by name; mutable version. 144 /// Finds a command by name; constant version.
|