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

/freebsd-current/usr.bin/stat/
H A Dstat.c534 #define fmtcase(x, y) case (y): (x) = (y); statfmt++; break macro
549 fmtcase(hilo, HIGH_PIECE);
550 fmtcase(hilo, MIDDLE_PIECE);
551 fmtcase(hilo, LOW_PIECE);
558 fmtcase(what, SHOW_realpath);
559 fmtcase(what, SHOW_st_dev);
560 fmtcase(what, SHOW_st_ino);
561 fmtcase(what, SHOW_st_mode);
562 fmtcase(what, SHOW_st_nlink);
563 fmtcase(wha
583 #undef fmtcase macro
[all...]

Completed in 63 milliseconds