Lines Matching refs:perror_with_exit
180 static void perror_with_exit (char const *) __attribute__((noreturn));
363 perror_with_exit (file[i]); in main()
387 perror_with_exit (file[rev_mapping[FILE0]]); in main()
421 perror_with_exit (_("standard output")); in check_stdout()
1164 perror_with_exit ("pipe"); in read_diff()
1185 perror_with_exit ("fork"); in read_diff()
1221 perror_with_exit (command); in read_diff()
1228 perror_with_exit ("fstat"); in read_diff()
1241 perror_with_exit (_("read failed")); in read_diff()
1264 perror_with_exit ("close"); in read_diff()
1266 perror_with_exit ("waitpid"); in read_diff()
1644 perror_with_exit (_("read failed")); in output_diff3_merge()
1699 perror_with_exit (_("read failed")); in output_diff3_merge()
1739 perror_with_exit (char const *string) in perror_with_exit() function