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

/freebsd-13-stable/usr.bin/stat/
H A Dstat.c422 int flags, size, prec, ofmt, hilo, what; local
539 fmtcasef(ofmt, FMT_DECIMAL, FMTF_DECIMAL);
540 fmtcasef(ofmt, FMT_OCTAL, FMTF_OCTAL);
541 fmtcasef(ofmt, FMT_UNSIGNED, FMTF_UNSIGNED);
542 fmtcasef(ofmt, FMT_HEX, FMTF_HEX);
543 fmtcasef(ofmt, FMT_FLOAT, FMTF_FLOAT);
544 fmtcasef(ofmt, FMT_STRING, FMTF_STRING);
546 ofmt = 0;
591 flags, size, prec, ofmt, hilo, what);
616 int flags, int size, int prec, int ofmt,
612 format1(const struct stat *st, const char *file, const char *fmt, int flen, char *buf, size_t blen, int flags, int size, int prec, int ofmt, int hilo, int what) argument
[all...]
/freebsd-13-stable/sbin/iscontrol/
H A Dmisc.c167 char ofmt[5]; local
174 sprintf(ofmt, "%%02%c", encoding[1]);
176 sprintf(ds, ofmt, *cp++);
/freebsd-13-stable/bin/ps/
H A Dprint.c753 static char ofmt[32] = "%"; local
757 cp = ofmt + 1;
765 (void)asprintf(&str, ofmt, *(char *)bp);
768 (void)asprintf(&str, ofmt, *(u_char *)bp);
771 (void)asprintf(&str, ofmt, *(short *)bp);
774 (void)asprintf(&str, ofmt, *(u_short *)bp);
777 (void)asprintf(&str, ofmt, *(int *)bp);
780 (void)asprintf(&str, ofmt, CHKINF127(*(u_int *)bp));
783 (void)asprintf(&str, ofmt, *(long *)bp);
786 (void)asprintf(&str, ofmt, *(u_lon
[all...]
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value.c235 const bhnd_nvram_val_fmt *ofmt, *nfmt; local
238 nfmt = ofmt = *fmt;
246 if (ofmt->op_filter == NULL) {
247 if (itype == ofmt->native_type)
255 error = ofmt->op_filter(&nfmt, inp, ilen, itype);
260 if (ofmt != nfmt) {

Completed in 124 milliseconds