Home
last modified time | relevance | path

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

/freebsd/usr.bin/stat/
H A Dstat.c535 #define fmtcasef(x, y, z) case (y): (x) = (z); statfmt++; break in output() macro
537 fmtcasef(ofmt, FMT_DECIMAL, FMTF_DECIMAL); in output()
538 fmtcasef(ofmt, FMT_OCTAL, FMTF_OCTAL); in output()
539 fmtcasef(ofmt, FMT_UNSIGNED, FMTF_UNSIGNED); in output()
540 fmtcasef(ofmt, FMT_HEX, FMTF_HEX); in output()
541 fmtcasef(ofmt, FMT_FLOAT, FMTF_FLOAT); in output()
542 fmtcasef(ofmt, FMT_STRING, FMTF_STRING); in output()
582 #undef fmtcasef in output()