Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/xz/src/common/
H A Dtuklib_exit.c30 const int ferror_err = ferror(stdout); in tuklib_exit() local
32 if (ferror_err || fclose_err) { in tuklib_exit()
51 const int ferror_err = ferror(stderr); in tuklib_exit() local
53 if (fclose_err || ferror_err) in tuklib_exit()