Searched refs:ofmt (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.bin/stat/ |
H A D | stat.c | 420 int flags, size, prec, ofmt, hilo, what; in output() local 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() 544 ofmt = 0; in output() 589 flags, size, prec, ofmt, hilo, what); in output() 614 int flags, int size, int prec, int ofmt, in format1() argument [all …]
|
/freebsd/bin/ps/ |
H A D | print.c | 739 static char ofmt[32] = "%"; in printval() local 743 cp = ofmt + 1; in printval() 751 (void)asprintf(&str, ofmt, *(char *)bp); in printval() 754 (void)asprintf(&str, ofmt, *(u_char *)bp); in printval() 757 (void)asprintf(&str, ofmt, *(short *)bp); in printval() 760 (void)asprintf(&str, ofmt, *(u_short *)bp); in printval() 763 (void)asprintf(&str, ofmt, *(int *)bp); in printval() 766 (void)asprintf(&str, ofmt, CHKINF127(*(u_int *)bp)); in printval() 769 (void)asprintf(&str, ofmt, *(long *)bp); in printval() 772 (void)asprintf(&str, ofmt, *(u_long *)bp); in printval() [all …]
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_value.c | 232 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 D | T.gawk | 371 cmp -s foo1 foo2 || ./echo 'BAD: T.gawk ofmt'
|