Home
last modified time | relevance | path

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

/dflybsd-src/test/unix/passdesc/
H A Dpassdesc.c17 static void *test_buf; variable
31 iov.iov_base = test_buf; in test_send_desc()
68 iov.iov_base = test_buf; in test_recv_desc()
140 test_buf = malloc(test_buflen); in main()
141 if (test_buf == NULL) in main()
/dflybsd-src/crypto/libressl/crypto/ui/
H A Dui_lib.c177 int maxsize, const char *test_buf) in general_allocate_string() argument
187 s->_.string_data.test_buf = test_buf; in general_allocate_string()
280 int minsize, int maxsize, const char *test_buf) in UI_add_verify_string() argument
283 result_buf, minsize, maxsize, test_buf); in UI_add_verify_string()
288 char *result_buf, int minsize, int maxsize, const char *test_buf) in UI_dup_verify_string() argument
291 result_buf, minsize, maxsize, test_buf); in UI_dup_verify_string()
733 return uis->_.string_data.test_buf; in UI_get0_test_string()
H A Dui_locl.h123 const char *test_buf; /* Input: test string to verify member
/dflybsd-src/crypto/libressl/include/openssl/
H A Dui.h140 char *result_buf, int minsize, int maxsize, const char *test_buf);
142 char *result_buf, int minsize, int maxsize, const char *test_buf);