Home
last modified time | relevance | path

Searched refs:check_for_output_error (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/groff/src/libs/libdriver/
HDprinter.cpp51 check_for_output_error (FILE* stream) in check_for_output_error() function
75 # define check_for_output_error(stream) ferror(stream) || fflush(stream) < 0 macro
99 if (check_for_output_error(stdout)) in ~printer()
/freebsd-11-stable/contrib/groff/
HDChangeLog587 * src/libs/libdriver/printer.cpp (check_for_output_error): New