Home
last modified time | relevance | path

Searched defs:PerlIO_putc (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlsfio.h43 #define PerlIO_putc(f,c) sfputc(f,c) macro
H A Dperlsdio.h38 #define PerlIO_putc(f,c) PerlSIO_fputc(f,c) macro
H A Dperlio.c4769 PerlIO_putc(PerlIO *f, int ch) function
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs47 #define PerlIO_putc(f,x) putc(x,f) macro