Searched refs:handler_msg (Results 1 – 11 of 11) sorted by relevance
/picolibc-latest/test/ |
D | test-strerrorlen_s.c | 44 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()
|
D | test-memset_s.c | 44 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()
|
D | test-strnlen_s.c | 44 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()
|
D | test-sprintf_s.c | 44 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()
|
D | test-strerror_s.c | 44 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()
|
D | test-memmove_s.c | 44 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()
|
D | test-memcpy_s.c | 44 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()
|
D | test-strcat_s.c | 44 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()
|
D | test-strcpy_s.c | 44 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()
|
D | test-strncpy_s.c | 44 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()
|
D | test-strncat_s.c | 44 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()
|