Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/stat/
H A Dstat.c544 ofmt = 0; in output()
658 if (ofmt == 0) in format1()
666 if (ofmt == 0) in format1()
698 if (ofmt == 0) in format1()
706 if (ofmt == 0) in format1()
719 if (ofmt == 0) in format1()
732 if (ofmt == 0) in format1()
764 if (ofmt == 0) in format1()
772 if (ofmt == 0) in format1()
780 if (ofmt == 0) in format1()
[all …]
/freebsd-14.2/bin/ps/
H A Dprint.c751 static char ofmt[32] = "%"; in printval() local
755 cp = ofmt + 1; in printval()
763 (void)asprintf(&str, ofmt, *(char *)bp); in printval()
766 (void)asprintf(&str, ofmt, *(u_char *)bp); in printval()
769 (void)asprintf(&str, ofmt, *(short *)bp); in printval()
772 (void)asprintf(&str, ofmt, *(u_short *)bp); in printval()
775 (void)asprintf(&str, ofmt, *(int *)bp); in printval()
778 (void)asprintf(&str, ofmt, CHKINF127(*(u_int *)bp)); in printval()
781 (void)asprintf(&str, ofmt, *(long *)bp); in printval()
784 (void)asprintf(&str, ofmt, *(u_long *)bp); in printval()
[all …]
/freebsd-14.2/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value.c233 const bhnd_nvram_val_fmt *ofmt, *nfmt; in bhnd_nvram_val_fmt_filter() local
236 nfmt = ofmt = *fmt; in bhnd_nvram_val_fmt_filter()
244 if (ofmt->op_filter == NULL) { in bhnd_nvram_val_fmt_filter()
245 if (itype == ofmt->native_type) in bhnd_nvram_val_fmt_filter()
253 error = ofmt->op_filter(&nfmt, inp, ilen, itype); in bhnd_nvram_val_fmt_filter()
258 if (ofmt != nfmt) { in bhnd_nvram_val_fmt_filter()
/freebsd-14.2/contrib/one-true-awk/testdir/
H A DT.gawk371 cmp -s foo1 foo2 || ./echo 'BAD: T.gawk ofmt'