Searched defs:printf (Results 26 - 32 of 32) sorted by relevance

12

/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h217 extern __MANGLE__ int printf __PROTO__((const char*, ...));
328 #define printf _ast_printf macro
449 extern __MANGLE__ int printf __PROTO__((const char*, ...));
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h196 extern __MANGLE__ int printf __PROTO__((const char*, ...));
307 #define printf _ast_printf macro
428 extern __MANGLE__ int printf __PROTO__((const char*, ...));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h217 extern __MANGLE__ int printf __PROTO__((const char*, ...));
328 #define printf _ast_printf macro
449 extern __MANGLE__ int printf __PROTO__((const char*, ...));
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h196 extern __MANGLE__ int printf __PROTO__((const char*, ...));
307 #define printf _ast_printf macro
428 extern __MANGLE__ int printf __PROTO__((const char*, ...));
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c2853 printf(const char *format, ...) function
3082 (void) printf("assertion failed: %s, file: %s, line: %d\n", a, f, l);
3091 (void) printf("assertion failed: %s (0x%llx %s 0x%llx), "
3263 (void) printf(MSG_ORIG(MSG_STR_NL));
3264 (void) printf(fmt, name, obj);
3349 (void) printf(MSG_ORIG(MSG_STR_NL));
3356 (void) printf(MSG_INTL(MSG_LDD_UNREF_FMT),
3373 (void) printf(MSG_ORIG(MSG_STR_NL));
3379 (void) printf(MSG_INTL(MSG_LDD_UNCYC_FMT),
3386 (void) printf(MSG_INT
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h388 #define printf grub_printf macro
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h310 # define IPF_PANIC(x,y) if (x) { printf y; cmn_err(CE_PANIC, "ipf_panic"); }
492 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); }
640 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); }
718 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); }
777 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); }
944 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); }
1002 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); }
1074 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); }
1110 # define IPF_PANIC(x,y) if (x) { printf y; panic("ipf_panic"); }
1172 # define printf print macro
[all...]

Completed in 102 milliseconds

12