Home
last modified time | relevance | path

Searched refs:fmt (Results 1 – 25 of 1152) sorted by path

12345678910>>...47

/illumos-gate/usr/src/boot/common/
H A Dbcache.c46 #define DPRINTF(fmt, args...) printf("%s: " fmt "\n", __func__, ## args) argument
48 #define DPRINTF(fmt, args...) ((void)0) argument
H A Ddisk.c40 #define DPRINTF(fmt, args...) printf("%s: " fmt "\n", __func__, ## args) argument
42 #define DPRINTF(fmt, args...) ((void)0) argument
H A Dinterp_forth.c40 #define DPRINTF(fmt, args...) printf("%s: " fmt "\n", __func__, ## args) argument
42 #define DPRINTF(fmt, args...) ((void)0) argument
H A Dmisc.c181 #define emit(fmt, args...) {sprintf(lbuf, fmt , ## args); pager_output(lbuf);} in hexdump() argument
H A Dpart.c46 #define DPRINTF(fmt, args...) printf("%s: " fmt "\n", __func__, ## args) argument
48 #define DPRINTF(fmt, args...) ((void)0) argument
H A Dutil.c118 printf(const char *fmt, ...) in printf() argument
127 va_start(ap, fmt); in printf()
128 while ((c = *fmt++) != '\0') { in printf()
135 c = *fmt++; in printf()
H A Dutil.h51 int printf(const char *fmt, ...);
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c377 int fd, fmt, i, j; in load() local
388 fmt = 0; in load()
390 fmt = 1; in load()
396 if (fmt == 0) { in load()
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c352 int fmt, i, j; in load() local
368 fmt = 0; in load()
370 fmt = 1; in load()
375 if (fmt == 0) { in load()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c83 #define DPRINTF(fmt, args...) printf("%s: " fmt "\n", __func__, ## args) argument
85 #define DPRINTF(fmt, args...) ((void)0) argument
H A Dbiospnp.c89 static int biospnp_call(int func, const char *fmt, ...);
247 biospnp_call(int func, const char *fmt, ...) in biospnp_call() argument
263 va_start(ap, fmt); in biospnp_call()
264 for (p = fmt; *p != 0; p++) { in biospnp_call()
/illumos-gate/usr/src/boot/libsa/
H A Dbootp.c484 uint8_t fmt; member
677 switch (op->fmt) { in setenv_()
712 size -= op->fmt, cp += op->fmt) { in setenv_()
714 if (op->fmt == __32) in setenv_()
717 else if (op->fmt == __16) in setenv_()
743 if (op->fmt == __ILIST && (s = strchr(vp, ';'))) in setenv_()
H A Dinet_ntoa.c45 static const char fmt[] = "%u.%u.%u.%u"; in inet_ntoa() local
49 sprintf(ret, fmt, src[0], src[1], src[2], src[3]); in inet_ntoa()
H A Dpanic.c55 panic(const char *fmt, ...) in panic() argument
60 va_start(ap, fmt); in panic()
61 vprintf(fmt, ap); in panic()
H A Dprintf.c71 printf(const char *fmt, ...) in printf() argument
76 va_start(ap, fmt); in printf()
83 vprintf(const char *fmt, va_list ap) in vprintf() argument
86 kvprintf(fmt, putchar_wrapper, NULL, 10, ap); in vprintf()
273 if (fmt == NULL) in kvprintf()
274 fmt = "(fmt null)\n"; in kvprintf()
287 percent = fmt - 1; in kvprintf()
291 reswitch: switch (ch = (uchar_t)*fmt++) { in kvprintf()
326 for (n = 0; ; ++fmt) { in kvprintf()
328 ch = *fmt; in kvprintf()
[all …]
H A Dstand.h73 #define CHK(fmt, args...) \ argument
74 printf("%s(%d): " fmt "\n", __func__, __LINE__, ##args)
75 #define PCHK(fmt, args...) {\ argument
76 printf("%s(%d): " fmt "\n", __func__, __LINE__, ##args); getchar();\
278 extern int printf(const char *fmt, ...) __printflike(1, 2);
279 extern void vprintf(const char *fmt, __va_list);
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c1429 pager_printf(const char *fmt, ...) in pager_printf() argument
1434 va_start(args, fmt); in pager_printf()
1435 vsnprintf(line, sizeof (line), fmt, args); in pager_printf()
/illumos-gate/usr/src/cmd/
H A DMakefile174 fmt \
838 fmt: mailx target
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dappcert.pl767 my $fmt;
768 $fmt = "\n *** " . gettext("utility program failed: %s\n");
769 return sprintf($fmt, $prog);
H A Dsymreport.pl683 my $fmt =
685 $text .= sprintf($fmt, $tot, $libbase, $priv);
814 my $fmt = gettext("Symbols in %s Directly Referenced");
815 $text = sprintf($fmt, $lib);
/illumos-gate/usr/src/cmd/acct/
H A Dacctmerg.c248 char fmt[] = "%ld\t%.*s\t%.0f\t%.0f\t%.0f\t%.0f\t%.0f\t%.0f\t%.0f\t%lu\t%hu\t%hu\t%hu\n"; variable
254 printf(verbose ? fmtv : fmt, in prtacct()
/illumos-gate/usr/src/cmd/acpihpd/
H A Dacpihpd.c296 debug_print(int level, const char *fmt, ...) in debug_print() argument
320 va_start(ap, fmt); in debug_print()
321 vsyslog(pri, fmt, ap); in debug_print()
/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbsub.c181 format(char *name, size_t size, char *fmt) in format() argument
185 fs = do_fmt(fmt); in format()
189 name, size, fmt, fs); in format()
/illumos-gate/usr/src/cmd/ahciem/
H A Dahciem.c51 ahciem_usage(const char *fmt, ...) in ahciem_usage() argument
53 if (fmt != NULL) { in ahciem_usage()
56 va_start(ap, fmt); in ahciem_usage()
57 vwarnx(fmt, ap); in ahciem_usage()
/illumos-gate/usr/src/cmd/ast/libcmd/
H A DMakefile.defs32 fmt.o fold.o fts_fix.o getconf.o head.o id.o join.o lib.o ln.o \

12345678910>>...47