Home
last modified time | relevance | path

Searched refs:_ch (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/cpp/
H A Diostdio.h60 #define putc(_ch, _fp) _IO_putc(_ch, _fp) argument
72 #define fputc(_ch, _fp) _IO_putc(_ch, _fp) argument
/haiku/headers/posix/
H A Dlibio.h227 #define _IO_putc_unlocked(_ch, _fp) \ argument
229 ? __overflow (_fp, (unsigned char) (_ch)) \
230 : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
/haiku/src/system/libroot/posix/glibc/libio/
H A Dlibio.h423 #define _IO_putc_unlocked(_ch, _fp) \ argument
425 ? __overflow (_fp, (unsigned char) (_ch)) \
426 : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
H A Dstdio.h427 #define putc(_ch, _fp) _IO_putc (_ch, _fp) argument