Searched refs:test_buf (Results 1 – 4 of 4) sorted by relevance
| /dflybsd-src/test/unix/passdesc/ |
| H A D | passdesc.c | 17 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 D | ui_lib.c | 177 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 D | ui_locl.h | 123 const char *test_buf; /* Input: test string to verify member
|
| /dflybsd-src/crypto/libressl/include/openssl/ |
| H A D | ui.h | 140 char *result_buf, int minsize, int maxsize, const char *test_buf); 142 char *result_buf, int minsize, int maxsize, const char *test_buf);
|