Searched defs:PerlIO_puts (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | perlsfio.h | 42 #define PerlIO_puts(f,s) sfputr(f,s,-1) macro
|
| D | perlsdio.h | 37 #define PerlIO_puts(f,s) PerlSIO_fputs(f,s) macro
|
| D | malloc.c | 369 # define PerlIO_puts(f,s) fputs(s,f) macro
|
| D | perlio.c | 4873 PerlIO_puts(PerlIO *f, const char *s) function
|
| /mirbsd/src/gnu/usr.bin/perl/NetWare/ |
| D | nwstdio.h | 45 #define PerlIO_puts(f,s) (*PL_StdIO->pPuts)(PL_StdIO, (f),(s)) macro
|