HomeSort by: relevance | last modified time | path
    Searched defs:mustwrite (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/error/
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);
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);

Completed in 23 milliseconds