Searched refs:test_snprintf (Results 1 - 1 of 1) sorted by relevance
/third_party/mbedtls/programs/test/ |
H A D | selftest.c | 177 static int test_snprintf(size_t n, const char *ref_buf, int ref_ret) in test_snprintf() function 199 return test_snprintf(0, "xxxxxxxxx", -1) != 0 || in run_test_snprintf() 200 test_snprintf(1, "", -1) != 0 || in run_test_snprintf() 201 test_snprintf(2, "1", -1) != 0 || in run_test_snprintf() 202 test_snprintf(3, "12", -1) != 0 || in run_test_snprintf() 203 test_snprintf(4, "123", 3) != 0 || in run_test_snprintf() 204 test_snprintf(5, "123", 3) != 0; in run_test_snprintf()
|
Completed in 1 milliseconds