Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsnprintf.c40 struct test_snprintf *skel; in test_snprintf_positive()
121 void test_snprintf(void) in test_snprintf() function
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dutils.c37 msg = test_snprintf(fmt, vargs); in test_echo()
H A Daolib.h40 static inline char *test_snprintf(const char *fmt, va_list vargs) in test_snprintf() function
71 ret = test_snprintf(fmt, vargs); in test_sprintf()
84 msg = test_snprintf(fmt, vargs); in __test_print()