Lines Matching refs:Stat

146 #define Stat		(1<<7)
259 "amin", AMIN, Num|Stat, 0, "minutes", 0,
261 "anewer", ANEWER, Str|Stat, 0, "file", 0,
263 "atime", ATIME, Num|Stat, 0, "days", 0,
270 "cmin", CMIN, Num|Stat, 0, "minutes", 0,
272 "cnewer", CNEWER, Str|Stat, 0, "file", 0,
280 "cpio", CPIO, Unary|Stat, 1, 0, 0,
282 "ctime", CTIME, Num|Stat, 0, "days", 0,
284 "daystart", AMIN, Unary|Stat, 0, 0, 0,
289 "empty", EMPTY, Unary|Stat, 0, 0, 0,
310 "fls", FLS, File|Stat, 1, "file", 0,
312 "fprint", FPRINT, File|Stat, 1, "file", 0,
314 "fprint0", FPRINT0, File|Stat, 1, "file", 0,
316 "fprintf", FPRINTF, File|Stat, 1, "file format", 0,
318 "fprintx", FPRINTX, File|Stat, 1, "file", 0,
320 "fstype", FSTYPE, Str|Stat, 0, "type", 0,
323 "group|gid", GROUP, Str|Stat, 0, "id", 0,
331 "inum", INUM, Num|Stat, 0, "number", 0,
339 "links", LINKS, Num|Stat, 0, "number", 0,
343 "local", LOCAL, Unary|Stat, 0, 0, 0,
347 "ls", LS, Unary|Stat, 1, 0, 0,
363 "mmin", MMIN, Num|Stat, 0, "minutes", 0,
365 "mount|x|xdev|X",XDEV, Unary|Stat, 0, 0, 0,
368 "mtime", MTIME, Num|Stat, 0, "days", 0,
372 "ncpio", NCPIO, Unary|Stat, 1, 0, 0,
374 "newer", NEWER, Str|Stat, 0, "file", 0,
376 "nogroup", NOGROUP, Unary|Stat, 0, 0, 0,
378 "noleaf", NOLEAF, Unary|Stat, 0, 0, 0,
384 "nouser", NOUSER, Unary|Stat, 0, 0, 0,
396 "perm", PERM, Num|Stat, 0, "mode", 0,
410 "printf", PRINTF, Str|Stat, 1, "format",
466 "size", SIZE, Num|Stat|Unit, 0, "number[bcgkm]]", 0,
478 "type", TYPE, Str|Stat, 0, "type",
489 "used", USED, Num|Stat, 0, "days", 0,
491 "user|uid", USER, Str|Stat,0, "id", 0,
498 "xtype", XTYPE, Str|Stat, 0, "type", 0,
897 if (argp->type & Stat)
914 switch (argp->type & ~(Stat|Unit))