Home
last modified time | relevance | path

Searched defs:PRINT_ERROR (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtcheck.c25 #define PRINT_ERROR(s) \ macro
H A Dtcmpabs.c25 #define PRINT_ERROR(s) do { printf ("Error: %s\n", s); exit (1); } while (0) macro
H A Dtpow_z.c25 #define PRINT_ERROR(str) \ macro
H A Dtset_sj.c37 #define PRINT_ERROR(str) \ macro
H A Dtexceptions.c25 #define PRINT_ERROR(s) do { printf ("%s\n", s); exit (1); } while (0) macro
H A Dtset_si.c25 #define PRINT_ERROR(str) \ macro
/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Dtset.c39 #define PRINT_ERROR(function_name, precision, a) \ macro
/netbsd-src/external/bsd/libfido2/dist/openbsd-compat/
H A Dgetopt_long.c72 #define PRINT_ERROR ((opterr) && (*options != ':')) macro
/netbsd-src/lib/libc/stdlib/
H A Dgetopt_long.c74 #define PRINT_ERROR ((opterr) && ((*options != ':') \ macro
/netbsd-src/external/bsd/file/dist/src/
H A Dgetopt_long.c83 #define PRINT_ERROR ((opterr) && ((*options != ':') \ macro