Searched defs:PRINT_ERROR (Results 1 – 10 of 10) sorted by relevance
25 #define PRINT_ERROR(s) \ macro
25 #define PRINT_ERROR(s) do { printf ("Error: %s\n", s); exit (1); } while (0) macro
25 #define PRINT_ERROR(str) \ macro
37 #define PRINT_ERROR(str) \ macro
25 #define PRINT_ERROR(s) do { printf ("%s\n", s); exit (1); } while (0) macro
39 #define PRINT_ERROR(function_name, precision, a) \ macro
72 #define PRINT_ERROR ((opterr) && (*options != ':')) macro
74 #define PRINT_ERROR ((opterr) && ((*options != ':') \ macro
83 #define PRINT_ERROR ((opterr) && ((*options != ':') \ macro