ar_io.c | 107 static const char *timefmt(char *, size_t, off_t, time_t, const char *); 1616 timefmt(char *buf, size_t size, off_t sz, time_t tm, const char *unitstr) function in typeref:typename:const char * 1662 timefmt(tbuf, sizeof(tbuf), rdcnt, secs, "bytes")); 1682 timefmt(tbuf, sizeof(tbuf), flcnt, secs, "files")); 1689 timefmt(tbuf, sizeof(tbuf), rdcnt + wrcnt, secs, "bytes"));
|