Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/cmp/
H A Dregular.c64 eofmsg(file1, len1 + 1, 0); in c_regular()
67 eofmsg(file2, len2 + 1, 0); in c_regular()
124 eofmsg(len1 > len2 ? file2 : file1, byte, line);
H A Dspecial.c103 eofmsg(file1, byte, line); in c_special()
106 eofmsg(file2, byte, line); in c_special()
H A Dextern.h41 __dead void eofmsg(const char *, off_t, off_t);
H A Dmisc.c60 eofmsg(const char *file, off_t byte, off_t line) in eofmsg() function