Searched refs:string (Results 1 – 7 of 7) sorted by relevance
42 static void output(char *string, ...) in output() argument58 va_start(ap, string); in output()59 vprintf(string, ap); in output()
8 char string[15]; // int max 2147483647 member52 res = atoi(test_data[i].string); in atoi_entry()
10 char string[15]; // long max 2147483647 member54 res = atol(test_data1[i].string); in atol_entry()
2 bool "<string.h>"
10 string "the device name for serial test"39 string "the device name for serial posix test"
51 static void _test_thread_exit_failure(char *string) in _test_thread_exit_failure() argument53 LOG_E("\t[TEST failed] %s", string); in _test_thread_exit_failure()
13 string "Hardware timer device name"
Completed in 10 milliseconds