Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dtest-strnlen_s.c64 test_handler_called(int handler_called, char *expected_msg, int test_id) in test_handler_called() function
113 handler_res = test_handler_called(0, "", test_id); in main()
119 handler_res = test_handler_called(0, "", test_id); in main()
126 handler_res = test_handler_called(0, "", test_id); in main()
133 handler_res = test_handler_called(0, "", test_id); in main()
139 handler_res = test_handler_called(0, "", test_id); in main()
145 handler_res = test_handler_called(0, "", test_id); in main()
Dtest-strncat_s.c64 test_handler_called(int handler_called, char *expected_msg, int test_id) in test_handler_called() function
116 handler_res = test_handler_called(0, "", test_id); in main()
125 handler_res = test_handler_called( in main()
133 handler_res = test_handler_called(1, "strncat_s: dest is NULL", test_id); in main()
136 handler_res = test_handler_called(1, "strncat_s: source is NULL", test_id); in main()
143 handler_res = test_handler_called(0, "", test_id); in main()
154 handler_res = test_handler_called(0, "", test_id); in main()
165 handler_res = test_handler_called(0, "", test_id); in main()
Dtest-strcat_s.c64 test_handler_called(int handler_called, char *expected_msg, int test_id) in test_handler_called() function
115 handler_res = test_handler_called(0, "", test_id); in main()
123 handler_res = test_handler_called( in main()
131 handler_res = test_handler_called(1, "strcat_s: dest is NULL", test_id); in main()
134 handler_res = test_handler_called(1, "strcat_s: source is NULL", test_id); in main()
141 handler_res = test_handler_called(0, "", test_id); in main()
152 handler_res = test_handler_called(0, "", test_id); in main()
Dtest-strcpy_s.c64 test_handler_called(int handler_called, char *expected_msg, int test_id) in test_handler_called() function
115 handler_res = test_handler_called(0, "", test_id); in main()
123 handler_res = test_handler_called( in main()
130 handler_res = test_handler_called(1, "strcpy_s: dest is NULL", test_id); in main()
133 handler_res = test_handler_called(1, "strcpy_s: source is NULL", test_id); in main()
139 handler_res = test_handler_called(0, "", test_id); in main()
148 handler_res = test_handler_called(0, "", test_id); in main()
Dtest-strncpy_s.c64 test_handler_called(int handler_called, char *expected_msg, int test_id) in test_handler_called() function
115 handler_res = test_handler_called(0, "", test_id); in main()
123 handler_res = test_handler_called( in main()
130 handler_res = test_handler_called(1, "strncpy_s: dest is NULL", test_id); in main()
133 handler_res = test_handler_called(1, "strncpy_s: source is NULL", test_id); in main()
139 handler_res = test_handler_called(0, "", test_id); in main()
147 handler_res = test_handler_called(0, "", test_id); in main()
Dtest-sprintf_s.c64 test_handler_called(int handler_called, char *expected_msg, int test_id) in test_handler_called() function
114 handler_res = test_handler_called(0, "", test_id); in main()
124 test_handler_called(1, "sprintf_s: dest buffer overflow", test_id); in main()
131 test_handler_called(1, "sprintf_s: dest buffer is null", test_id); in main()
138 test_handler_called(1, "sprintf_s: null format string", test_id); in main()
146 handler_res = test_handler_called(0, "", test_id); in main()
Dtest-strerror_s.c64 test_handler_called(int handler_called, char *expected_msg, int test_id) in test_handler_called() function
114 handler_res = test_handler_called(0, "", test_id); in main()
122 handler_res = test_handler_called(0, "", test_id); in main()
128 handler_res = test_handler_called(1, "strerror_s: dest is NULL", test_id); in main()
134 handler_res = test_handler_called( in main()
141 handler_res = test_handler_called(0, "", test_id); in main()
Dtest-memmove_s.c64 test_handler_called(int handler_called, char *expected_msg, int test_id) in test_handler_called() function
114 handler_res = test_handler_called(0, "", test_id); in main()
122 handler_res = test_handler_called( in main()
130 handler_res = test_handler_called(1, "memmove_s: dest is NULL", test_id); in main()
136 handler_res = test_handler_called(1, "memmove_s: source is NULL", test_id); in main()
143 handler_res = test_handler_called(0, "", test_id); in main()
Dtest-memcpy_s.c64 test_handler_called(int handler_called, char *expected_msg, int test_id) in test_handler_called() function
115 handler_res = test_handler_called(0, "", test_id); in main()
123 handler_res = test_handler_called( in main()
131 handler_res = test_handler_called(1, "memcpy_s: dest is NULL", test_id); in main()
137 handler_res = test_handler_called(1, "memcpy_s: source is NULL", test_id); in main()
144 handler_res = test_handler_called(0, "", test_id); in main()
Dtest-memset_s.c64 test_handler_called(int handler_called, char *expected_msg, int test_id) in test_handler_called() function
114 handler_res = test_handler_called(0, "", test_id); in main()
122 handler_res = test_handler_called(0, "", test_id); in main()
130 handler_res = test_handler_called(1, "memset_s: dest is NULL", test_id); in main()
137 test_handler_called(1, "memset_s: count exceeds buffer size", test_id); in main()
Dtest-strerrorlen_s.c64 test_handler_called(int handler_called, char *expected_msg, int test_id) in test_handler_called() function
113 handler_res = test_handler_called(0, "", test_id); in main()
120 handler_res = test_handler_called(0, "", test_id); in main()