Home
last modified time | relevance | path

Searched refs:test_buf (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_format_interceptor_test.cc63 static const char test_buf[] = "Test string."; variable
64 static const size_t test_buf_size = sizeof(test_buf);
82 test_buf, test_buf, test_buf, test_buf, test_buf, test_buf, in testScanf2()
83 test_buf, test_buf, test_buf, test_buf, test_buf, test_buf, in testScanf2()
84 test_buf, test_buf, test_buf, test_buf); in testScanf2()
218 test_buf, test_buf, test_buf, test_buf, test_buf, test_buf, in testPrintf2()
219 test_buf, test_buf, test_buf, test_buf, test_buf, test_buf, in testPrintf2()
220 test_buf, test_buf, test_buf, test_buf); in testPrintf2()
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-eintr-handling.c41 static char test_buf[] = "test-buffer\n"; variable
54 nwritten = write(pipe_fds[1], test_buf, sizeof(test_buf)); in thread_main()
57 ASSERT(nwritten == sizeof(test_buf)); in thread_main()
81 ASSERT(nread == sizeof(test_buf)); in TEST_IMPL()
82 ASSERT(0 == strcmp(buf, test_buf)); in TEST_IMPL()
H A Dtest-fs.c124 static char test_buf[] = "test-buffer\n"; variable
335 ASSERT(s->st_size == sizeof(test_buf)); in fstat_cb()
411 ASSERT(strcmp(buf, test_buf) == 0); in read_cb()
497 iov = uv_buf_init(test_buf, sizeof(test_buf)); in create_cb()
989 iov = uv_buf_init(test_buf, sizeof(test_buf)); in fs_file_sync()
1009 ASSERT(strcmp(buf, test_buf) == 0); in fs_file_sync()
1350 iov = uv_buf_init(test_buf, sizeof(test_buf)); in TEST_IMPL()
1352 ASSERT(r == sizeof(test_buf)); in TEST_IMPL()
1353 ASSERT(req.result == sizeof(test_buf)); in TEST_IMPL()
1371 ASSERT(strcmp(buf, test_buf) == 0); in TEST_IMPL()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ui/
H A Dui_lib.c123 const char *test_buf) in general_allocate_string() argument
133 s->_.string_data.test_buf = test_buf; in general_allocate_string()
227 const char *test_buf) in UI_add_verify_string() argument
231 maxsize, test_buf); in UI_add_verify_string()
236 const char *test_buf) in UI_dup_verify_string() argument
250 maxsize, test_buf); in UI_dup_verify_string()
834 return uis->_.string_data.test_buf; in UI_get0_test_string()
H A Dui_local.h81 const char *test_buf; /* Input: test string to verify against */ member
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ui/
H A Dui_lib.c123 const char *test_buf) in general_allocate_string() argument
133 s->_.string_data.test_buf = test_buf; in general_allocate_string()
226 const char *test_buf) in UI_add_verify_string() argument
230 maxsize, test_buf); in UI_add_verify_string()
235 const char *test_buf) in UI_dup_verify_string() argument
249 maxsize, test_buf); in UI_dup_verify_string()
833 return uis->_.string_data.test_buf; in UI_get0_test_string()
H A Dui_local.h81 const char *test_buf; /* Input: test string to verify against */ member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp377 } test_buf; in getConstantFieldValue() local
380 support::endian::write16le(test_buf.c, test_val); in getConstantFieldValue()
382 support::endian::write16be(test_buf.c, test_val); in getConstantFieldValue()
384 bool endian_match = test_buf.s == test_val; in getConstantFieldValue()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dui.h95 const char *test_buf);
98 const char *test_buf);
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DUI_new.pod31 const char *test_buf);
34 const char *test_buf);
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DUI_new.pod31 const char *test_buf);
34 const char *test_buf);
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dui.h.in107 const char *test_buf);
110 const char *test_buf);