Searched defs:putc (Results 1 - 13 of 13) sorted by relevance

/haiku/headers/posix/
H A Dstdio_post.h34 #define putc(c, stream) \ macro
/haiku/src/system/libroot/posix/glibc/libio/
H A Dputc.c40 #undef putc macro
H A Dstdio.h427 #define putc(_ch, _fp) _IO_putc (_ch, _fp) macro
/haiku/src/system/boot/platform/atari_m68k/
H A Dstage1.S107 putc: label
H A Dshell.S306 putc: label
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_stage2.S116 putc: movw $0x7, %bx label
/haiku/src/system/boot/loader/
H A Dstdio.cpp178 putc(int character) function
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_size.c38 # undef putc macro
39 # define putc(c, f) (wide \ macro
H A Dprintf_fphex.c47 # undef putc macro
48 # define putc(c, f) (wide \ macro
H A Dprintf_fp.c58 # undef putc macro
59 # define putc(c, f) (wide \ macro
/haiku/headers/cpp/
H A Diostdio.h60 #define putc(_ch, _fp) _IO_putc(_ch, _fp) macro
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2287 void putc() {} function
H A Dlibroot_stubs_legacy.c2266 void putc() {} function

Completed in 435 milliseconds