Searched refs:_IO_putc (Results 1 - 9 of 9) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dputc.c22 #undef _IO_putc macro
25 _IO_putc (c, fp) function
38 INTDEF(_IO_putc)
43 weak_alias (_IO_putc, putc)
47 weak_alias (_IO_putc, putc_unlocked)
H A Dlibio.h440 extern int _IO_putc (int __c, _IO_FILE *__fp) __THROW;
H A Dstdio.h427 #define putc(_ch, _fp) _IO_putc (_ch, _fp)
/haiku/headers/cpp/
H A Diostdio.h60 #define putc(_ch, _fp) _IO_putc(_ch, _fp)
72 #define fputc(_ch, _fp) _IO_putc(_ch, _fp)
H A Dstreambuf.h395 int sputc(int c) { return _IO_putc(c, this); }
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstdio.h68 return _IO_putc (__c, stdout);
/haiku/headers/posix/
H A Dlibio.h176 extern int _IO_putc(int c, _IO_FILE *stream);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c206 void _IO_putc() {} function
H A Dlibroot_stubs_legacy.c316 void _IO_putc() {} function

Completed in 135 milliseconds