Home
last modified time | relevance | path

Searched refs:tried (Results 1 – 25 of 101) sorted by relevance

12345

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_output_test_golden.txt36 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 Dacu.c64 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 Dmain.c2751 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 Dtest_main.c3687 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 Dbl.c371 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 Dread.c283 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 DOSSL_CMP_validate_msg.pod37 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 DCMS_decrypt.pod60 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 DBN_num_bytes.pod36 Some have tried using BN_num_bits() on individual numbers in RSA keys,
H A DBIO_socket_wait.pod43 while a value < 0 means that BIO_do_connect() is tried only once.
H A DSSL_CTX_add_session.pod52 The operation failed. In case of the add operation, it was tried to add
/freebsd/contrib/less/
H A Dch.c387 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 Dclocale42 # error <clocale> tried including <locale.h> but didn't find libc++'s <locale.h> header. \
H A Dcfloat77 # error <cfloat> tried including <float.h> but didn't find libc++'s <float.h> header. \
H A Dcerrno30 # error <cerrno> tried including <errno.h> but didn't find libc++'s <errno.h> header. \
H A Dcfenv60 # error <cfenv> tried including <fenv.h> but didn't find libc++'s <fenv.h> header. \
H A Dcuchar44 # error <cuchar> tried including <uchar.h> but didn't find libc++'s <uchar.h> header. \
H A Dcctype42 # error <cctype> tried including <ctype.h> but didn't find libc++'s <ctype.h> header. \
H A Dcwctype58 # error <cwctype> tried including <wctype.h> but didn't find libc++'s <wctype.h> header. \
H A Dcstdint148 # error <cstdint> tried including <stdint.h> but didn't find libc++'s <stdint.h> header. \
H A Dcinttypes247 # error <cinttypes> tried including <inttypes.h> but didn't find libc++'s <inttypes.h> header. \
H A Dcstddef45 # error <cstddef> tried including <stddef.h> but didn't find libc++'s <stddef.h> header. \
H A Dcstring65 # error <cstring> tried including <string.h> but didn't find libc++'s <string.h> header. \
/freebsd/contrib/tcsh/
H A Ded.inputl.c749 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 DREADME.IRIX4 people that tried to use my tcp wrapper on IRIX 5.x. Some mysteries

12345