Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/diffutils/dist/src/
H A Ddiff3.c200 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()
[all …]
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A DChangeLog591 perror_with_exit(), but these cannot be used to abort diff3: both
598 (diff3_perror_with_exit): Renamed from perror_with_exit.
605 exit calls to returns. Change `perror_with_exit' to
/netbsd-src/external/gpl2/diffutils/dist/
H A DChangeLog350 (fatal, perror_with_exit): 2 -> EXIT_TROUBLE.
1430 (fatal, perror_with_exit, try_help): Add noreturn attribute.
1621 (fatal, perror_with_exit): Use `error'.
2648 * diff3.c (perror_with_exit): Include program name in message.
2985 (fatal, perror_with_exit): Return status 2.