/src/bin/pax/ |
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"));
|
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"));
|
/src/usr.bin/stat/ |
stat.c | 196 static const char *timefmt; variable in typeref:typename:const char * 221 timefmt = NULL; 235 synopsis = "[-FlLnqrsx] [-f format] [-t timefmt] [file ...]"; 274 timefmt = optarg; 314 if (timefmt == NULL) 315 timefmt = "%s"; 319 if (timefmt == NULL) 320 timefmt = "%Y-%m-%d %H:%M:%S.%f %z"; 327 if (timefmt == NULL) 328 timefmt = TIME_FORMAT [all...] |
stat.c | 196 static const char *timefmt; variable in typeref:typename:const char * 221 timefmt = NULL; 235 synopsis = "[-FlLnqrsx] [-f format] [-t timefmt] [file ...]"; 274 timefmt = optarg; 314 if (timefmt == NULL) 315 timefmt = "%s"; 319 if (timefmt == NULL) 320 timefmt = "%Y-%m-%d %H:%M:%S.%f %z"; 327 if (timefmt == NULL) 328 timefmt = TIME_FORMAT [all...] |