Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Ddiff3.c180 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()
[all …]
/freebsd/contrib/diff/
H A DChangeLog810 (fatal, perror_with_exit): 2 -> EXIT_TROUBLE.
1899 (fatal, perror_with_exit, try_help): Add noreturn attribute.
2090 (fatal, perror_with_exit): Use `error'.
3117 * diff3.c (perror_with_exit): Include program name in message.
3454 (fatal, perror_with_exit): Return status 2.