Home
last modified time | relevance | path

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

/NextBSD/usr.bin/stat/
HDstat.c534 #define fmtcasef(x, y, z) case (y): (x) = (z); statfmt++; break in output() macro
536 fmtcasef(ofmt, FMT_DECIMAL, FMTF_DECIMAL); in output()
537 fmtcasef(ofmt, FMT_OCTAL, FMTF_OCTAL); in output()
538 fmtcasef(ofmt, FMT_UNSIGNED, FMTF_UNSIGNED); in output()
539 fmtcasef(ofmt, FMT_HEX, FMTF_HEX); in output()
540 fmtcasef(ofmt, FMT_FLOAT, FMTF_FLOAT); in output()
541 fmtcasef(ofmt, FMT_STRING, FMTF_STRING); in output()
581 #undef fmtcasef in output()