Home
last modified time | relevance | path

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

/freebsd/usr.bin/stat/
H A Dstat.c516 #define fmtcasef(x, y, z) case (y): (x) = (z); statfmt++; break in output() macro
518 fmtcasef(ofmt, FMT_DECIMAL, FMTF_DECIMAL); in output()
519 fmtcasef(ofmt, FMT_OCTAL, FMTF_OCTAL); in output()
520 fmtcasef(ofmt, FMT_UNSIGNED, FMTF_UNSIGNED); in output()
521 fmtcasef(ofmt, FMT_HEX, FMTF_HEX); in output()
522 fmtcasef(ofmt, FMT_FLOAT, FMTF_FLOAT); in output()
523 fmtcasef(ofmt, FMT_STRING, FMTF_STRING); in output()
563 #undef fmtcasef in output()