touch.c | 87 static bool mustwrite(const char *, size_t, FILE *); 701 if (!mustwrite(edbuf, nread, preciousfile)) 711 mustwrite(const char *base, size_t n, FILE *preciousfile) function in typeref:typename:bool 726 mustwrite(base + nwrote, n - nwrote, preciousfile); 737 mustwrite(base + nwrote, n - nwrote, preciousfile);
|