Home
last modified time | relevance | path

Searched refs:perror_with_name (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/diff/src/
H A Ddiff.c1166 perror_with_name (cmp.file[f].name); in compare_files()
1188 perror_with_name (filename); in compare_files()
1291 perror_with_name (cmp.file[0].name); in compare_files()
1301 perror_with_name (cmp.file[1].name); in compare_files()
1322 perror_with_name (cmp.file[0].name); in compare_files()
1328 perror_with_name (cmp.file[1].name); in compare_files()
H A Ddiff.h368 void perror_with_name (char const *);
H A Ddir.c220 perror_with_name (cmp->file[i].name); in diff_dirs()
H A Dutil.c52 perror_with_name (char const *name) in perror_with_name() function
/freebsd/contrib/diff/
H A DChangeLog2091 * util.c (perror_with_name, fatal): Use GNU `error'.