Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 8 of 8) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dperror.c39 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/
Dchk_fail.c20 static const char msg[] = CHK_FAIL_MSG "\n"; in __chk_fail()
21 write (2, msg, sizeof(msg)-1); in __chk_fail()
Dstack_protector.c52 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/
Dstrtod.c40 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()
Dstrtol.c40 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/
Dmemcpy-1.c58 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()
Dstrcmp-1.c100 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/
Dtzset.c156 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()