Home
last modified time | relevance | path

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

/freebsd/usr.bin/stat/
H A Dstat.c448 int flags, size, prec, ofmt, hilo, what; in output() local
565 fmtcasef(ofmt, FMT_DECIMAL, FMTF_DECIMAL); in output()
566 fmtcasef(ofmt, FMT_OCTAL, FMTF_OCTAL); in output()
567 fmtcasef(ofmt, FMT_UNSIGNED, FMTF_UNSIGNED); in output()
568 fmtcasef(ofmt, FMT_HEX, FMTF_HEX); in output()
569 fmtcasef(ofmt, FMT_FLOAT, FMTF_FLOAT); in output()
570 fmtcasef(ofmt, FMT_STRING, FMTF_STRING); in output()
572 ofmt = 0; in output()
617 flags, size, prec, ofmt, hilo, what); in output()
642 int flags, int size, int prec, int ofmt, in format1() argument
[all …]
/freebsd/bin/ps/
H A Dprint.c739 static char ofmt[32] = "%"; in printval() local
743 cp = ofmt + 1; in printval()
755 (void)asprintf(&str, ofmt, *(char *)bp); in printval()
758 (void)asprintf(&str, ofmt, *(u_char *)bp); in printval()
761 (void)asprintf(&str, ofmt, *(short *)bp); in printval()
764 (void)asprintf(&str, ofmt, *(u_short *)bp); in printval()
767 (void)asprintf(&str, ofmt, *(int *)bp); in printval()
770 (void)asprintf(&str, ofmt, CHKINF127(*(u_int *)bp)); in printval()
773 (void)asprintf(&str, ofmt, *(long *)bp); in printval()
776 (void)asprintf(&str, ofmt, *(u_long *)bp); in printval()
[all …]
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value.c232 const bhnd_nvram_val_fmt *ofmt, *nfmt; in bhnd_nvram_val_fmt_filter() local
235 nfmt = ofmt = *fmt; in bhnd_nvram_val_fmt_filter()
243 if (ofmt->op_filter == NULL) { in bhnd_nvram_val_fmt_filter()
244 if (itype == ofmt->native_type) in bhnd_nvram_val_fmt_filter()
252 error = ofmt->op_filter(&nfmt, inp, ilen, itype); in bhnd_nvram_val_fmt_filter()
257 if (ofmt != nfmt) { in bhnd_nvram_val_fmt_filter()
/freebsd/contrib/one-true-awk/testdir/
H A DT.gawk371 cmp -s foo1 foo2 || ./echo 'BAD: T.gawk ofmt'