Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/stat/
H A Dstat.c498 #define fmtcasef(x, y, z) case (y): (x) = (z); statfmt++; break in output() macro
500 fmtcasef(ofmt, FMT_DECIMAL, FMTF_DECIMAL); in output()
501 fmtcasef(ofmt, FMT_OCTAL, FMTF_OCTAL); in output()
502 fmtcasef(ofmt, FMT_UNSIGNED, FMTF_UNSIGNED); in output()
503 fmtcasef(ofmt, FMT_HEX, FMTF_HEX); in output()
504 fmtcasef(ofmt, FMT_FLOAT, FMTF_FLOAT); in output()
505 fmtcasef(ofmt, FMT_STRING, FMTF_STRING); in output()
545 #undef fmtcasef in output()