Searched refs:msg (Results 1 – 8 of 8) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | perror.c | 39 perror (const char *msg) in perror() argument 42 if (msg && *msg) in perror() 43 fprintf(stderr, "%s: ", msg); in perror()
|
/picolibc-3.7.0-3.6.0/newlib/libc/ssp/ |
D | chk_fail.c | 20 static const char msg[] = CHK_FAIL_MSG "\n"; in __chk_fail() 21 write (2, msg, sizeof(msg)-1); in __chk_fail()
|
D | stack_protector.c | 52 static const char msg[] = STACK_CHK_MSG "\n"; in __stack_chk_fail_weak() 53 write (2, msg, sizeof(msg)-1); in __stack_chk_fail_weak()
|
/picolibc-3.7.0-3.6.0/test/libc-testsuite/ |
D | strtod.c | 40 msg = #f, ((r) = (f)) == (x) || \ 45 (printf(__FILE__ ":%d: %s failed (" m ")\n", __LINE__, msg, r, x), err++, 0) ) 52 char *msg=""; in test_strtod() local 55 (void) msg; in test_strtod()
|
D | strtol.c | 40 msg = #f, ((r) = (f)) == (x) || \ 45 (printf(__FILE__ ":%d: %s failed (" m ")\n", __LINE__, msg, r, x), err++, 0) ) 54 char *msg=""; in test_strtol() local
|
/picolibc-3.7.0-3.6.0/newlib/testsuite/newlib.string/ |
D | memcpy-1.c | 58 print_error (char const* msg, ...) in print_error() argument 68 va_start (ap, msg); in print_error() 69 vfprintf (stderr, msg, ap); in print_error()
|
D | strcmp-1.c | 100 print_error (char const* msg, ...) in print_error() argument 110 va_start (ap, msg); in print_error() 111 vfprintf (stderr, msg, ap); in print_error()
|
/picolibc-3.7.0-3.6.0/newlib/testsuite/newlib.time/ |
D | tzset.c | 156 void assert_equal(int lhs, int rhs, const char* msg) in assert_equal() argument 160 printf("Assertion failed! Expected %d to equal %d. %s\n", lhs, rhs, msg); in assert_equal()
|