Searched refs:error_errno (Results 1 – 6 of 6) sorted by relevance
128 error_errno("lseek64"); in file_skip()156 error_errno("write"); in file_write()186 error_errno("gzopen"); in gz_file_open()199 error_errno("gzseek"); in gz_file_skip()633 error_errno("malloc zero_buf"); in output_file_init()640 error_errno("malloc fill_buf"); in output_file_init()686 error_errno("malloc struct outgz"); in output_file_new_gz()699 error_errno("malloc struct outn"); in output_file_new_normal()717 error_errno("malloc struct outc"); in output_file_open_callback()
50 #define error_errno(s, args...) error(s ": %s", ##args, strerror(errno)) macro
30 #define error_errno(s, args...) error(s ": %s", ##args, strerror(errno)) macro
32 optional int32 error_errno = 2; field
308 return ResultError<>(failure.error_string(), failure.error_errno()); in Execute()332 return ResultError<>(failure.error_string(), failure.error_errno()); in ExpandArgs()
403 for (const auto& [error_string, error_errno] : errors) { in FirstStageMain()404 LOG(ERROR) << error_string << " " << strerror(error_errno); in FirstStageMain()