Lines Matching refs:perror_with_exit
200 static void perror_with_exit (char const *) __attribute__((noreturn));
384 perror_with_exit (file[i]); in main()
405 perror_with_exit (file[rev_mapping[FILE0]]); in main()
439 perror_with_exit (_("standard output")); in check_stdout()
1169 perror_with_exit ("pipe"); in read_diff()
1190 perror_with_exit ("fork"); in read_diff()
1214 perror_with_exit (command); in read_diff()
1221 perror_with_exit ("fstat"); in read_diff()
1234 perror_with_exit (_("read failed")); in read_diff()
1257 perror_with_exit ("close"); in read_diff()
1259 perror_with_exit ("waitpid"); in read_diff()
1647 perror_with_exit (_("read failed")); in output_diff3_merge()
1702 perror_with_exit (_("read failed")); in output_diff3_merge()
1743 perror_with_exit (char const *string) in perror_with_exit() function