Home
last modified time | relevance | path

Searched refs:_printf (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dstk5.s13 _printf: label
30 CALL _printf;
/netbsd-src/sys/arch/pmax/include/
H A Ddec_prom.h108 int (*_printf)(const char *, ...); /* 30 */ member
167 #define printf (*callv -> _printf)
/netbsd-src/sys/arch/pmax/stand/common/
H A Dputchar.c40 (*callv -> _printf)("%c", c); in putchar()
H A Dcallvec.c50 ._printf = (void *)DEC_PROM_PRINTF,
H A Dprintf.S39 lw t9, 0x30(v0) # offset for callv->_printf
/netbsd-src/sys/arch/emips/stand/common/
H A Dprom_iface.h50 void (*_printf) (const char *, ...); /* 30 */ member
/netbsd-src/sys/arch/emips/emips/
H A Dpromcall.c179 (*callv->_printf)("%c", c); in romputc()
/netbsd-src/sys/arch/pmax/pmax/
H A Dpromcall.c98 promcall(callv->_printf, "%c", c); in romputc()
/netbsd-src/sys/arch/vax/vax/
H A Dunimpl_emul.S450 calls $2,_printf
/netbsd-src/external/gpl3/gdb/dist/sim/common/
H A DChangeLog-20217355 ({trace,debug}_printf): Add attribute's so -Wformat can check the