Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/programs/test/
A Dselftest.c92 static int test_snprintf( size_t n, const char ref_buf[10], int ref_ret ) in test_snprintf() function
114 return( test_snprintf( 0, "xxxxxxxxx", -1 ) != 0 || in run_test_snprintf()
115 test_snprintf( 1, "", -1 ) != 0 || in run_test_snprintf()
116 test_snprintf( 2, "1", -1 ) != 0 || in run_test_snprintf()
117 test_snprintf( 3, "12", -1 ) != 0 || in run_test_snprintf()
118 test_snprintf( 4, "123", 3 ) != 0 || in run_test_snprintf()
119 test_snprintf( 5, "123", 3 ) != 0 ); in run_test_snprintf()

Completed in 3 milliseconds