Home
last modified time | relevance | path

Searched refs:fmtcase (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.bin/stat/
Dstat.c490 #define fmtcase(x, y) case (y): (x) = (y); statfmt++; break macro
505 fmtcase(hilo, HIGH_PIECE);
506 fmtcase(hilo, MIDDLE_PIECE);
507 fmtcase(hilo, LOW_PIECE);
514 fmtcase(what, SHOW_st_dev);
515 fmtcase(what, SHOW_st_ino);
516 fmtcase(what, SHOW_st_mode);
517 fmtcase(what, SHOW_st_nlink);
518 fmtcase(what, SHOW_st_uid);
519 fmtcase(what, SHOW_st_gid);
[all …]