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

  /src/usr.bin/stat/
stat.c 211 const char *statfmt, *options, *synopsis; local in function:main
220 statfmt = NULL;
229 statfmt = "%Y";
254 statfmt = "%R";
257 statfmt = optarg;
295 statfmt = DEF_FORMAT;
304 /* statfmt already set */
307 statfmt = lsF ? LSF_FORMAT : LS_FORMAT;
310 statfmt = RAW_FORMAT;
313 statfmt = SHELL_FORMAT
    [all...]
stat.c 211 const char *statfmt, *options, *synopsis; local in function:main
220 statfmt = NULL;
229 statfmt = "%Y";
254 statfmt = "%R";
257 statfmt = optarg;
295 statfmt = DEF_FORMAT;
304 /* statfmt already set */
307 statfmt = lsF ? LSF_FORMAT : LS_FORMAT;
310 statfmt = RAW_FORMAT;
313 statfmt = SHELL_FORMAT
    [all...]
stat.c 211 const char *statfmt, *options, *synopsis; local in function:main
220 statfmt = NULL;
229 statfmt = "%Y";
254 statfmt = "%R";
257 statfmt = optarg;
295 statfmt = DEF_FORMAT;
304 /* statfmt already set */
307 statfmt = lsF ? LSF_FORMAT : LS_FORMAT;
310 statfmt = RAW_FORMAT;
313 statfmt = SHELL_FORMAT
    [all...]

Completed in 34 milliseconds