Searched refs:fclose_err (Results 1 – 1 of 1) sorted by relevance
31 const int fclose_err = fclose(stdout); in tuklib_exit() local32 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() local53 if (fclose_err || ferror_err) in tuklib_exit()