Searched defs:PerlIO_putc (Results 1 – 4 of 4) sorted by relevance
43 #define PerlIO_putc(f,c) sfputc(f,c) macro
38 #define PerlIO_putc(f,c) PerlSIO_fputc(f,c) macro
4769 PerlIO_putc(PerlIO *f, int ch) function
47 #define PerlIO_putc(f,x) putc(x,f) macro