Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/libs/libdriver/
H A Dprinter.cpp53 check_for_output_error (FILE* stream) in check_for_output_error() function
77 # define check_for_output_error(stream) ferror(stream) || fflush(stream) < 0 macro