Home
last modified time | relevance | path

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

/dragonfly/usr.bin/cmp/
HDregular.c67 eofmsg(file1); in c_regular()
70 eofmsg(file2); in c_regular()
146 eofmsg (len1 > len2 ? file2 : file1); in c_regular()
HDspecial.c95 eofmsg(file1); in c_special()
98 eofmsg(file2); in c_special()
HDmisc.c46 eofmsg(const char *file) in eofmsg() function
HDextern.h46 void eofmsg(const char *) __dead2;
HDlink.c92 eofmsg (*p1 ? file2 : file1); in c_link()