Home
last modified time | relevance | path

Searched defs:PerlIO_puts (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlsfio.h42 #define PerlIO_puts(f,s) sfputr(f,s,-1) macro
H A Dperlsdio.h37 #define PerlIO_puts(f,s) PerlSIO_fputs(f,s) macro
H A Dperlio.c4778 PerlIO_puts(PerlIO *f, const char *s) function