Searched refs:mustwrite (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/usr.bin/error/ |
H A D | touch.c | 87 static bool mustwrite(const char *, size_t, FILE *); 701 if (!mustwrite(edbuf, nread, preciousfile)) in mustoverwrite() 711 mustwrite(const char *base, size_t n, FILE *preciousfile) in mustwrite() function 726 mustwrite(base + nwrote, n - nwrote, preciousfile); in mustwrite() 737 mustwrite(base + nwrote, n - nwrote, preciousfile); in mustwrite()
|