Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/xz/src/common/
H A Dtuklib_exit.c31 const int fclose_err = fclose(stdout); in tuklib_exit() local
32 if (ferror_err || fclose_err) { in tuklib_exit()
42 fclose_err ? strerror(errno) in tuklib_exit()
52 const int fclose_err = fclose(stderr); in tuklib_exit() local
53 if (fclose_err || ferror_err) in tuklib_exit()