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

/haiku-fatelf/headers/posix/
H A Dstdio_post.h34 #define putc(c, stream) \ macro
/haiku-fatelf/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-fatelf/src/system/libroot/posix/stdio/
H A Dputc.c66 #undef putc macro
69 putc(c, fp) function
/haiku-fatelf/src/bin/diffutils/lib/
H A Dunlocked-io.h60 # undef putc macro
61 # define putc(x,y) putc_unlocked (x,y) macro
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Dstage1.S107 putc: label
H A Dshell.S306 putc: label
/haiku-fatelf/src/system/boot/platform/pxe_ia32/
H A Dpxe_stage2.S116 putc: movw $0x7, %bx label
/haiku-fatelf/src/system/boot/loader/
H A Dstdio.cpp117 putc(int character) function
/haiku-fatelf/src/bin/coreutils/lib/
H A Derror.c81 # undef putc macro
82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
H A Dunlocked-io.h114 # undef putc macro
115 # define putc(x,y) putc_unlocked (x,y) macro
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Derror.c81 # undef putc macro
82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
/haiku-fatelf/src/bin/network/wget/lib/
H A Derror.c81 # undef putc macro
82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
/haiku-fatelf/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.c44 # undef putc macro
45 # define putc(c, f) (wide \ macro
H A Dprintf_fp.c58 # undef putc macro
59 # define putc(c, f) (wide \ macro
/haiku-fatelf/headers/cpp/
H A Diostdio.h60 #define putc(_ch, _fp) _IO_putc(_ch, _fp) macro
/haiku-fatelf/src/bin/compress/
H A Dcompress.c334 # undef putc macro

Completed in 110 milliseconds