/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/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/contrib/libarchive/test_utils/ |
H A D | test_main.c | 3687 char *buff, *tried, *pwd = NULL, *p = NULL; in get_refdir() local 3702 tried = calloc(tried_size, 1); in get_refdir() 3703 if (tried == NULL) { in get_refdir() 3714 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() 3715 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir() 3732 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() 3733 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir() 3738 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() 3739 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir() 3748 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir() [all …]
|
/freebsd/contrib/blocklist/lib/ |
H A D | bl.c | 371 size_t ctxlen, tried; in bl_send() local 407 tried = 0; in bl_send() 412 if ((sendmsg(b->b_fd, &msg, 0) == -1) && tried++ < NTRIES) { in bl_send() 416 return tried >= NTRIES ? -1 : 0; in bl_send()
|
/freebsd/contrib/libedit/ |
H A D | read.c | 283 int tried = (el->el_flags & FIXIO) == 0; in read_char() local 302 if (!tried && read__fixio(el->el_infd, e) == 0) { in read_char() 304 tried = 1; in read_char()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_CMP_validate_msg.pod | 37 Each acceptable cert is tried in the given order to see if the message 52 Any cert that has been found as described above is cached and tried first when
|
H A D | CMS_decrypt.pod | 60 If I<cert> is set to NULL all possible recipients are tried. This case however 62 PKCS #1 v1.5 RSA padding) all recipients are tried whether they succeed or
|
H A D | BN_num_bytes.pod | 36 Some have tried using BN_num_bits() on individual numbers in RSA keys,
|
H A D | BIO_socket_wait.pod | 43 while a value < 0 means that BIO_do_connect() is tried only once.
|
H A D | SSL_CTX_add_session.pod | 52 The operation failed. In case of the add operation, it was tried to add
|
/freebsd/contrib/less/ |
H A D | ch.c | 387 static lbool tried = FALSE; in end_logfile() 391 if (!tried && ch_fsize == NULL_POSITION) in end_logfile() 393 tried = TRUE; in end_logfile() 378 static int tried = FALSE; end_logfile() local
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | clocale | 42 # error <clocale> tried including <locale.h> but didn't find libc++'s <locale.h> header. \
|
H A D | cfloat | 77 # error <cfloat> tried including <float.h> but didn't find libc++'s <float.h> header. \
|
H A D | cerrno | 30 # error <cerrno> tried including <errno.h> but didn't find libc++'s <errno.h> header. \
|
H A D | cfenv | 60 # error <cfenv> tried including <fenv.h> but didn't find libc++'s <fenv.h> header. \
|
H A D | cuchar | 44 # error <cuchar> tried including <uchar.h> but didn't find libc++'s <uchar.h> header. \
|
H A D | cctype | 42 # error <cctype> tried including <ctype.h> but didn't find libc++'s <ctype.h> header. \
|
H A D | cwctype | 58 # error <cwctype> tried including <wctype.h> but didn't find libc++'s <wctype.h> header. \
|
H A D | cstdint | 148 # error <cstdint> tried including <stdint.h> but didn't find libc++'s <stdint.h> header. \
|
H A D | cinttypes | 247 # error <cinttypes> tried including <inttypes.h> but didn't find libc++'s <inttypes.h> header. \
|
H A D | cstddef | 45 # error <cstddef> tried including <stddef.h> but didn't find libc++'s <stddef.h> header. \
|
H A D | cstring | 65 # error <cstring> tried including <string.h> but didn't find libc++'s <string.h> header. \
|
/freebsd/contrib/tcsh/ |
H A D | ed.inputl.c | 749 int tried = 0; in GetNextChar() local 787 if (!tried && fixio(SHIN, errno) != -1) in GetNextChar() 788 tried = 1; in GetNextChar()
|
/freebsd/contrib/tcp_wrappers/ |
H A D | README.IRIX | 4 people that tried to use my tcp wrapper on IRIX 5.x. Some mysteries
|