Searched refs:_ch (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/cpp/ |
H A D | iostdio.h | 60 #define putc(_ch, _fp) _IO_putc(_ch, _fp) argument 72 #define fputc(_ch, _fp) _IO_putc(_ch, _fp) argument
|
/haiku/headers/posix/ |
H A D | libio.h | 227 #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 D | libio.h | 423 #define _IO_putc_unlocked(_ch, _fp) \ argument 425 ? __overflow (_fp, (unsigned char) (_ch)) \ 426 : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
|
H A D | stdio.h | 427 #define putc(_ch, _fp) _IO_putc (_ch, _fp) argument
|