| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock_output_test_golden.txt | 36 Google Mock tried the following 1 expectation, but it didn't match: 50 Google Mock tried the following 1 expectation, but it didn't match: 97 Google Mock tried the following 2 expectations, but none matched: 99 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(_, _))... 104 FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(0, 0))... 119 Google Mock tried the following 2 expectations, but none matched: 121 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(0, 0))... 126 FILE:#: tried expectation #1: EXPECT_CALL(foo_, Bar2(1, _))... 141 Google Mock tried the following 2 expectations, but none matched: 143 FILE:#: tried expectation #0: EXPECT_CALL(foo_, Bar2(0, 0))... [all …]
|
| /freebsd/usr.bin/tip/tip/ |
| H A D | acu.c | 64 volatile int tried = 0; in con() local 109 tried++; in con() 136 tried++; in con() 145 } else if (!tried) { in con()
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | depsrc.mk | 23 : 'Undefined variables are tried to be expanded in a dependency' 25 : 'the expression is preserved and tried to be expanded later.'
|
| H A D | varmod-range.mk | 59 # Until 2020-11-01, the parser tried to read the 'x' as a number, failed and 60 # stopped there. It then tried to parse the next modifier at that point,
|
| H A D | var-eval-short.mk | 52 # the nested expression ${FAIL} and then tried to parse the unexpanded text, 66 # nested expression ${FAIL}, which is correct, and then tried to compile the
|
| /freebsd/sys/compat/linux/ |
| H A D | check_error.d | 93 …printf("INFO: Application %s tried to use unknown clockid %d. Please report this to freebsd-emulat… 99 …printf("WARNING: Application %s tried to use unsupported clockid (%d), this may or may not be a pr… 104 …printf("WARNING: Application %s tried to use unsupported flags (%d), this may or may not be a prob…
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | main.c | 2751 char *buff, *tried, *pwd = NULL, *p = NULL; in get_refdir() local 2766 tried = calloc(tried_size, 1); in get_refdir() 2767 if (tried == NULL) { in get_refdir() 2778 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() 2779 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir() 2796 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() 2797 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir() 2802 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() 2803 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir() 2812 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() [all …]
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | acexcep.h | 430 …EXCEP_TXT ("AE_AML_UNINITIALIZED_LOCAL", "Method tried to use an uninitialized local variable"), 431 EXCEP_TXT ("AE_AML_UNINITIALIZED_ARG", "Method tried to use an uninitialized argument"), 432 EXCEP_TXT ("AE_AML_UNINITIALIZED_ELEMENT", "Method tried to use an empty package element"), 434 …EXCEP_TXT ("AE_AML_REGION_LIMIT", "Tried to access beyond the end of an Operation Region… 435 EXCEP_TXT ("AE_AML_BUFFER_LIMIT", "Tried to access beyond the end of a buffer"), 436 EXCEP_TXT ("AE_AML_PACKAGE_LIMIT", "Tried to access beyond the end of a package"), 445 …EXCEP_TXT ("AE_AML_NOT_OWNER", "A thread tried to release a mutex that it does not ow…
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
| H A D | zpool_import_destroyed_001_neg.ksh | 39 # destroyed the pool, reinserted the spare disk, and then tried to import the 41 # spare disk had a non-destroyed label, so zpool tried to import it. A panic
|
| /freebsd/stand/lua/ |
| H A D | hook.lua | 50 print("Tried registering a hook for an unknown hook type: " .. 69 print("Tried to run hooks for an unknown hook type: " ..
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSubtarget.cpp | 145 "Tried to get vector length without Zve or V extension support!"); in getMaxRVVVectorSizeInBits() 158 "Tried to get vector length without Zve or V extension support!"); in getMinRVVVectorSizeInBits() 174 "Tried to get vector length without Zve or V extension support!"); in getMaxLMULForFixedLengthVectors()
|
| /freebsd/contrib/libarchive/test_utils/ |
| H A D | test_main.c | 3691 char *buff, *tried, *pwd = NULL, *p = NULL; in get_refdir() local 3706 tried = calloc(tried_size, 1); in get_refdir() 3707 if (tried == NULL) { in get_refdir() 3718 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() 3719 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir() 3736 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() 3737 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir() 3742 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() 3743 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir() 3752 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_CMP_validate_msg.pod | 39 Each acceptable cert is tried in the given order to see if the message 54 Any cert that has been found as described above is cached and tried first when
|
| H A D | CMS_decrypt.pod | 59 If I<cert> is set to NULL all possible recipients are tried. This case however 61 PKCS #1 v1.5 RSA padding) all recipients are tried whether they succeed or
|
| /freebsd/sys/dev/mgb/ |
| H A D | if_mgb.c | 969 ("tried to refill TX Channel %d.\n", ipi->ipi_qsidx)); in mgb_isc_txd_encap() 1008 KASSERT(txqid == 0, ("tried to flush TX Channel %d.\n", txqid)); in mgb_isc_txd_flush() 1033 KASSERT(txqid == 0, ("tried to credits_update TX Channel %d.\n", in mgb_isc_txd_credits_update() 1059 KASSERT(rxqid == 0, ("tried to check availability in RX Channel %d.\n", in mgb_isc_rxd_available() 1081 ("tried to check availability in RX Channel %d\n", ri->iri_qsidx)); in mgb_isc_rxd_pkt_get() 1096 "Tried to read descriptor ... " in mgb_isc_rxd_pkt_get() 1102 "Tried to read descriptor ... " in mgb_isc_rxd_pkt_get() 1104 device_printf(sc->dev, "Tried to read descriptor ... that it FS is not set.\n"); in mgb_isc_rxd_pkt_get() 1110 "Tried to read descriptor ... " in mgb_isc_rxd_pkt_get() 1144 ("tried to refill RX Channel %d.\n", iru->iru_qsidx)); in mgb_isc_rxd_refill() [all …]
|
| /freebsd/lib/libc/rpc/ |
| H A D | rpc_clnt_create.3 | 143 The transports are tried in left to right order in 183 each transport class tried. 256 each transport class tried.
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | OSSL_CMP_validate_msg.3 | 98 Each acceptable cert is tried in the given order to see if the message 113 Any cert that has been found as described above is cached and tried first when
|
| H A D | CMS_decrypt.3 | 117 If \fIcert\fR is set to NULL all possible recipients are tried. This case however 119 PKCS #1 v1.5 RSA padding) all recipients are tried whether they succeed or
|
| /freebsd/usr.sbin/devctl/ |
| H A D | devctl.8 | 215 tried first; if failed or not implemented, power reset is tried.
|
| /freebsd/contrib/blocklist/lib/ |
| H A D | old_bl.c | 385 size_t ctxlen, tried; in bl_send() local 421 tried = 0; in bl_send() 426 if ((sendmsg(b->b_fd, &msg, 0) == -1) && tried++ < NTRIES) { in bl_send() 430 return tried >= NTRIES ? -1 : 0; in bl_send()
|
| H A D | bl.c | 385 size_t ctxlen, tried; in bl_send() local 421 tried = 0; in bl_send() 426 if ((sendmsg(b->b_fd, &msg, 0) == -1) && tried++ < NTRIES) { in bl_send() 430 return tried >= NTRIES ? -1 : 0; in bl_send()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompactUnwindInfo.h | 149 LazyBool m_indexes_computed; // eLazyBoolYes once we've tried to parse the 152 // eLazyBoolCalculate means we haven't tried to parse it yet
|
| /freebsd/sys/contrib/openzfs/module/icp/api/ |
| H A D | kcf_cipher.c | 97 /* Add pd to the linked list of providers tried. */ in crypto_encrypt() 169 /* Add pd to the linked list of providers tried. */ in crypto_decrypt()
|
| /freebsd/contrib/sendmail/libsm/ |
| H A D | strl.c | 99 ** total length of the string tried to create 140 ** total length of the string tried to create 204 ** total length of the string tried to create
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap-airpcap.c | 122 * If nobody's tried to load it yet, mark it as in load_airpcap_functions() 153 * tried and failed to load the library, so we're in load_airpcap_functions() 977 * This can be called before we've tried loading the library, in airpcap_create() 978 * so do so if we haven't already tried to do so. in airpcap_create() 1025 * This can be called before we've tried loading the library, in airpcap_findalldevs() 1026 * so do so if we haven't already tried to do so. in airpcap_findalldevs()
|