Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dtest-strerrorlen_s.c44 char handler_msg[MAX_ERROR_MSG] = ""; variable
52 strcpy(handler_msg, msg); in custom_constraint_handler()
69 if (handler_msg[0] != '\0') { in test_handler_called()
76 if (handler_msg[0] == '\0') { in test_handler_called()
82 if (strcmp(expected_msg, handler_msg) != 0) { in test_handler_called()
85 handler_msg); in test_handler_called()
92 handler_msg); in test_handler_called()
93 handler_msg[0] = '\0'; in test_handler_called()
Dtest-memset_s.c44 char handler_msg[MAX_ERROR_MSG] = ""; variable
52 strcpy(handler_msg, msg); in custom_constraint_handler()
69 if (handler_msg[0] != '\0') { in test_handler_called()
76 if (handler_msg[0] == '\0') { in test_handler_called()
82 if (strcmp(expected_msg, handler_msg) != 0) { in test_handler_called()
85 handler_msg); in test_handler_called()
92 handler_msg); in test_handler_called()
93 handler_msg[0] = '\0'; in test_handler_called()
Dtest-strnlen_s.c44 char handler_msg[MAX_ERROR_MSG] = ""; variable
52 strcpy(handler_msg, msg); in custom_constraint_handler()
69 if (handler_msg[0] != '\0') { in test_handler_called()
76 if (handler_msg[0] == '\0') { in test_handler_called()
82 if (strcmp(expected_msg, handler_msg) != 0) { in test_handler_called()
85 handler_msg); in test_handler_called()
92 handler_msg); in test_handler_called()
93 handler_msg[0] = '\0'; in test_handler_called()
Dtest-sprintf_s.c44 char handler_msg[MAX_ERROR_MSG] = ""; variable
52 strcpy(handler_msg, msg); in custom_constraint_handler()
69 if (handler_msg[0] != '\0') { in test_handler_called()
76 if (handler_msg[0] == '\0') { in test_handler_called()
82 if (strcmp(expected_msg, handler_msg) != 0) { in test_handler_called()
85 handler_msg); in test_handler_called()
92 handler_msg); in test_handler_called()
93 handler_msg[0] = '\0'; in test_handler_called()
Dtest-strerror_s.c44 char handler_msg[MAX_ERROR_MSG] = ""; variable
52 strcpy(handler_msg, msg); in custom_constraint_handler()
69 if (handler_msg[0] != '\0') { in test_handler_called()
76 if (handler_msg[0] == '\0') { in test_handler_called()
82 if (strcmp(expected_msg, handler_msg) != 0) { in test_handler_called()
85 handler_msg); in test_handler_called()
92 handler_msg); in test_handler_called()
93 handler_msg[0] = '\0'; in test_handler_called()
Dtest-memmove_s.c44 char handler_msg[MAX_ERROR_MSG] = ""; variable
52 strcpy(handler_msg, msg); in custom_constraint_handler()
69 if (handler_msg[0] != '\0') { in test_handler_called()
76 if (handler_msg[0] == '\0') { in test_handler_called()
82 if (strcmp(expected_msg, handler_msg) != 0) { in test_handler_called()
85 handler_msg); in test_handler_called()
92 handler_msg); in test_handler_called()
93 handler_msg[0] = '\0'; in test_handler_called()
Dtest-memcpy_s.c44 char handler_msg[MAX_ERROR_MSG] = ""; variable
52 strcpy(handler_msg, msg); in custom_constraint_handler()
69 if (handler_msg[0] != '\0') { in test_handler_called()
76 if (handler_msg[0] == '\0') { in test_handler_called()
82 if (strcmp(expected_msg, handler_msg) != 0) { in test_handler_called()
85 handler_msg); in test_handler_called()
92 handler_msg); in test_handler_called()
93 handler_msg[0] = '\0'; in test_handler_called()
Dtest-strcat_s.c44 char handler_msg[MAX_ERROR_MSG] = ""; variable
52 strcpy(handler_msg, msg); in custom_constraint_handler()
69 if (handler_msg[0] != '\0') { in test_handler_called()
76 if (handler_msg[0] == '\0') { in test_handler_called()
82 if (strcmp(expected_msg, handler_msg) != 0) { in test_handler_called()
85 handler_msg); in test_handler_called()
92 handler_msg); in test_handler_called()
93 handler_msg[0] = '\0'; in test_handler_called()
Dtest-strcpy_s.c44 char handler_msg[MAX_ERROR_MSG] = ""; variable
52 strcpy(handler_msg, msg); in custom_constraint_handler()
69 if (handler_msg[0] != '\0') { in test_handler_called()
76 if (handler_msg[0] == '\0') { in test_handler_called()
82 if (strcmp(expected_msg, handler_msg) != 0) { in test_handler_called()
85 handler_msg); in test_handler_called()
92 handler_msg); in test_handler_called()
93 handler_msg[0] = '\0'; in test_handler_called()
Dtest-strncpy_s.c44 char handler_msg[MAX_ERROR_MSG] = ""; variable
52 strcpy(handler_msg, msg); in custom_constraint_handler()
69 if (handler_msg[0] != '\0') { in test_handler_called()
76 if (handler_msg[0] == '\0') { in test_handler_called()
82 if (strcmp(expected_msg, handler_msg) != 0) { in test_handler_called()
85 handler_msg); in test_handler_called()
92 handler_msg); in test_handler_called()
93 handler_msg[0] = '\0'; in test_handler_called()
Dtest-strncat_s.c44 char handler_msg[MAX_ERROR_MSG] = ""; variable
52 strcpy(handler_msg, msg); in custom_constraint_handler()
69 if (handler_msg[0] != '\0') { in test_handler_called()
76 if (handler_msg[0] == '\0') { in test_handler_called()
82 if (strcmp(expected_msg, handler_msg) != 0) { in test_handler_called()
85 handler_msg); in test_handler_called()
92 handler_msg); in test_handler_called()
93 handler_msg[0] = '\0'; in test_handler_called()