Home
last modified time | relevance | path

Searched refs:test_header (Results 1 – 5 of 5) sorted by relevance

/src/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c341 test_header(const char *file, int line, const char *a1, const char *a2, in test_header() function
360 test_header(file, line, a1, a2, "BIGNUM", pred); in assert_bignum()
379 test_header(file, line, a1, a2, "STRING", pred); in assert_string()
418 test_header(file, line, a1, a2, "STRING", pred); in assert_mem()
458 test_header(file, line, a1, NULL, "MEM_ZERO", pred); in assert_mem_filled()
474 test_header(file, line, a1, a2, "INT", pred); in assert_int()
485 test_header(file, line, a1, a2, "SIZE_T", pred); in assert_size_t()
496 test_header(file, line, a1, a2, "U_INT", pred); in assert_u_int()
507 test_header(file, line, a1, a2, "LONG", pred); in assert_long()
518 test_header(file, line, a1, a2, "LONG LONG", pred); in assert_long_long()
[all …]
/src/tools/regression/sockets/sendfile/
H A Dsendfile.c63 struct test_header { struct
83 static int test_th(struct test_header *th, uint32_t *header_length, argument
91 static void init_th(struct test_header *th, uint32_t header_length,
100 test_th(struct test_header *th, uint32_t *header_length, uint32_t *offset, in test_th()
151 struct test_header th; in receive_test()
254 init_th(struct test_header *th, uint32_t header_length, uint32_t offset, in init_th()
269 struct test_header th; in send_test()
/src/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_log.h17 void test_header(const char *msg);
H A Dtest_ccapi_globals.h37 test_header(current_test_name); \
H A Dtest_ccapi_log.c25 void test_header(const char *msg) { in test_header() function