Searched refs:REPORT_ERROR (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dspawnvp.c40 * implementation of the macros REPORT_ERROR and ARGV_MALLOC_ERROR,
46 #ifndef REPORT_ERROR
47 # define REPORT_ERROR(WHY) fprintf(stderr, "%s:%s\n", program_name, WHY) macro
91 REPORT_ERROR(ARGV_MALLOC_ERROR);
H A Dquotearg.c30 * implementation of the macros REPORT_ERROR, QUOTE_ARG_MALLOC_FAILED
36 #ifndef REPORT_ERROR
37 # define REPORT_ERROR(WHY) fprintf(stderr, "%s:%s\n", program_name, WHY) macro
108 REPORT_ERROR(QUOTE_ARG_MALLOC_ERROR);
177 REPORT_ERROR(QUOTE_ARG_REALLOC_ERROR);

Completed in 75 milliseconds