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

/freebsd-current/usr.bin/stat/
H A Dstat.c420 int flags, size, prec, ofmt, hilo, what; local
537 fmtcasef(ofmt, FMT_DECIMAL, FMTF_DECIMAL);
538 fmtcasef(ofmt, FMT_OCTAL, FMTF_OCTAL);
539 fmtcasef(ofmt, FMT_UNSIGNED, FMTF_UNSIGNED);
540 fmtcasef(ofmt, FMT_HEX, FMTF_HEX);
541 fmtcasef(ofmt, FMT_FLOAT, FMTF_FLOAT);
542 fmtcasef(ofmt, FMT_STRING, FMTF_STRING);
544 ofmt = 0;
589 flags, size, prec, ofmt, hilo, what);
614 int flags, int size, int prec, int ofmt,
610 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-current/bin/ps/
H A Dprint.c744 static char ofmt[32] = "%"; local
748 cp = ofmt + 1;
756 (void)asprintf(&str, ofmt, *(char *)bp);
759 (void)asprintf(&str, ofmt, *(u_char *)bp);
762 (void)asprintf(&str, ofmt, *(short *)bp);
765 (void)asprintf(&str, ofmt, *(u_short *)bp);
768 (void)asprintf(&str, ofmt, *(int *)bp);
771 (void)asprintf(&str, ofmt, CHKINF127(*(u_int *)bp));
774 (void)asprintf(&str, ofmt, *(long *)bp);
777 (void)asprintf(&str, ofmt, *(u_lon
[all...]
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value.c232 const bhnd_nvram_val_fmt *ofmt, *nfmt; local
235 nfmt = ofmt = *fmt;
243 if (ofmt->op_filter == NULL) {
244 if (itype == ofmt->native_type)
252 error = ofmt->op_filter(&nfmt, inp, ilen, itype);
257 if (ofmt != nfmt) {

Completed in 201 milliseconds