| /picolibc-latest/test/ |
| D | test-strnlen_s.c | 64 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()
|
| D | test-strncat_s.c | 64 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()
|
| D | test-strcat_s.c | 64 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()
|
| D | test-strcpy_s.c | 64 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()
|
| D | test-strncpy_s.c | 64 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()
|
| D | test-sprintf_s.c | 64 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()
|
| D | test-strerror_s.c | 64 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()
|
| D | test-memmove_s.c | 64 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()
|
| D | test-memcpy_s.c | 64 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()
|
| D | test-memset_s.c | 64 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()
|
| D | test-strerrorlen_s.c | 64 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()
|