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

/netbsd-current/external/public-domain/xz/dist/src/common/
H A Dtuklib_exit.c29 const int ferror_err = ferror(stdout); local
31 if (ferror_err || fclose_err) {
50 const int ferror_err = ferror(stderr); local
52 if (fclose_err || ferror_err)

Completed in 121 milliseconds