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

/haiku-buildtools/legacy/gcc/libio/
H A Dioputc.c38 #undef putc macro
H A Diostdio.h60 #define putc(_ch, _fp) _IO_putc(_ch, _fp) macro
/haiku-buildtools/legacy/gcc/libio/stdio/
H A Dputc.c38 #undef putc macro
H A Dstdio.h211 #define putc(c, fp) _IO_putc(c, fp) macro
/haiku-buildtools/gcc/fixincludes/
H A Dsystem.h61 # undef putc macro
62 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/haiku-buildtools/legacy/gcc/gcc/
H A Dsystem.h54 # undef putc macro
55 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/haiku-buildtools/gcc/libcpp/
H A Dsystem.h74 # undef putc macro
75 # define putc(C, Stream) putc_unlocked (C, Stream) macro
/haiku-buildtools/gcc/gcc/
H A Dsystem.h82 # undef putc macro
83 # define putc(C, Stream) putc_unlocked (C, Stream) macro

Completed in 47 milliseconds