Searched refs:mustwrite (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/error/
H A Dtouch.c87 static int mustwrite(const char *, unsigned, FILE *);
703 if (mustwrite(edbuf, nread, preciousfile) == 0)
713 mustwrite(const char *base, unsigned n, FILE *preciousfile) function
728 mustwrite(base + nwrote, n - nwrote, preciousfile);
739 mustwrite(base + nwrote, n - nwrote, preciousfile);

Completed in 118 milliseconds