Searched refs:ofmt (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/usr.bin/stat/ |
| H A D | stat.c | 547 ofmt = 0; in output() 666 if (ofmt == 0) in format1() 674 if (ofmt == 0) in format1() 706 if (ofmt == 0) in format1() 714 if (ofmt == 0) in format1() 727 if (ofmt == 0) in format1() 740 if (ofmt == 0) in format1() 772 if (ofmt == 0) in format1() 780 if (ofmt == 0) in format1() 788 if (ofmt == 0) in format1() [all …]
|
| /freebsd-13.1/bin/ps/ |
| H A D | print.c | 753 static char ofmt[32] = "%"; in printval() local 757 cp = ofmt + 1; in printval() 765 (void)asprintf(&str, ofmt, *(char *)bp); in printval() 768 (void)asprintf(&str, ofmt, *(u_char *)bp); in printval() 771 (void)asprintf(&str, ofmt, *(short *)bp); in printval() 774 (void)asprintf(&str, ofmt, *(u_short *)bp); in printval() 777 (void)asprintf(&str, ofmt, *(int *)bp); in printval() 780 (void)asprintf(&str, ofmt, CHKINF127(*(u_int *)bp)); in printval() 783 (void)asprintf(&str, ofmt, *(long *)bp); in printval() 786 (void)asprintf(&str, ofmt, *(u_long *)bp); in printval() [all …]
|
| /freebsd-13.1/sbin/iscontrol/ |
| H A D | misc.c | 167 char ofmt[5]; in bin2str() local 174 sprintf(ofmt, "%%02%c", encoding[1]); in bin2str() 176 sprintf(ds, ofmt, *cp++); in bin2str()
|
| /freebsd-13.1/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_value.c | 235 const bhnd_nvram_val_fmt *ofmt, *nfmt; in bhnd_nvram_val_fmt_filter() local 238 nfmt = ofmt = *fmt; in bhnd_nvram_val_fmt_filter() 246 if (ofmt->op_filter == NULL) { in bhnd_nvram_val_fmt_filter() 247 if (itype == ofmt->native_type) in bhnd_nvram_val_fmt_filter() 255 error = ofmt->op_filter(&nfmt, inp, ilen, itype); in bhnd_nvram_val_fmt_filter() 260 if (ofmt != nfmt) { in bhnd_nvram_val_fmt_filter()
|