/picolibc-latest/newlib/libc/tinystdio/ |
D | perror.c | 39 perror (const char *msg) in perror()
|
D | sprintf_s.c | 46 const char *msg = ""; in sprintf_s() local
|
/picolibc-latest/newlib/libc/stdlib/ |
D | ignore_handler_s.c | 39 ignore_handler_s(const char *restrict msg, void *restrict ptr, __errno_t error) in ignore_handler_s()
|
D | set_constraint_handler_s.c | 41 abort_handler_s(const char *restrict msg, void *restrict ptr, __errno_t error) in abort_handler_s()
|
/picolibc-latest/newlib/libc/string/ |
D | memmove_s.c | 43 const char *msg = ""; in memmove_s() local
|
D | memset_s.c | 43 const char *msg = ""; in memset_s() local
|
D | strerror_s.c | 46 const char *msg = ""; in strerror_s() local
|
D | memcpy_s.c | 43 const char *msg = ""; in memcpy_s() local
|
D | strcpy_s.c | 43 const char *msg = ""; in strcpy_s() local
|
D | strncpy_s.c | 43 const char *msg = ""; in strncpy_s() local
|
D | strcat_s.c | 43 const char *msg = ""; in strcat_s() local
|
D | strncat_s.c | 43 const char *msg = ""; in strncat_s() local
|
/picolibc-latest/test/ |
D | test-strerrorlen_s.c | 47 custom_constraint_handler(const char *restrict msg, void *restrict ptr, in custom_constraint_handler() 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
|
D | test-strnlen_s.c | 47 custom_constraint_handler(const char *restrict msg, void *restrict ptr, in custom_constraint_handler() 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
|
D | test-memmove_s.c | 47 custom_constraint_handler(const char *restrict msg, void *restrict ptr, in custom_constraint_handler() 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
|
D | test-memset_s.c | 47 custom_constraint_handler(const char *restrict msg, void *restrict ptr, in custom_constraint_handler() 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
|
D | test-sprintf_s.c | 47 custom_constraint_handler(const char *restrict msg, void *restrict ptr, in custom_constraint_handler() 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
|
D | test-strerror_s.c | 47 custom_constraint_handler(const char *restrict msg, void *restrict ptr, in custom_constraint_handler() 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
|
D | test-memcpy_s.c | 47 custom_constraint_handler(const char *restrict msg, void *restrict ptr, in custom_constraint_handler() 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
|
D | test-strncpy_s.c | 47 custom_constraint_handler(const char *restrict msg, void *restrict ptr, in custom_constraint_handler() 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
|
D | test-strcat_s.c | 47 custom_constraint_handler(const char *restrict msg, void *restrict ptr, in custom_constraint_handler() 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
|
D | test-strcpy_s.c | 47 custom_constraint_handler(const char *restrict msg, void *restrict ptr, in custom_constraint_handler() 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
|
D | test-strncat_s.c | 47 custom_constraint_handler(const char *restrict msg, void *restrict ptr, in custom_constraint_handler() 55 #define TEST_RES(cond, msg, handler_res, test_id) \ argument
|
/picolibc-latest/test/libc-testsuite/ |
D | strtod.c | 52 char *msg=""; in test_strtod() local
|
/picolibc-latest/newlib/testsuite/newlib.string/ |
D | memcpy-1.c | 58 print_error (char const* msg, ...) in print_error()
|