Searched refs:PerlIO_stdoutf (Results 1 – 11 of 11) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | fakesdio.h | 64 #define printf(fmt,args...) PerlIO_stdoutf(fmt,##args) 66 #define printf PerlIO_stdoutf
|
| D | perlio.sym | 25 PerlIO_stdoutf
|
| D | perlio.h | 226 #ifndef PerlIO_stdoutf 227 PERL_EXPORT_C int PerlIO_stdoutf(const char *, ...)
|
| D | perlsfio.h | 34 #define PerlIO_stdoutf _stdprintf macro
|
| D | perlsdio.h | 29 #define PerlIO_stdoutf PerlSIO_stdoutf macro
|
| D | perlio.c | 4923 #undef PerlIO_stdoutf 4925 PerlIO_stdoutf(const char *fmt, ...) function
|
| D | Changes5.8.1 | 12733 PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
|
| D | Changes5.6 | 8254 Log: Undef printf before redirecting it to PerlIO_stdoutf.
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Storable/ |
| D | Storable.xs | 40 #define PerlIO_stdoutf printf macro 152 { PerlIO_stdoutf x; PerlIO_stdoutf("\n"); } \ 162 PerlIO_stdoutf("ASSERT FAILED (\"%s\", line %d): ", \ 164 PerlIO_stdoutf y; PerlIO_stdoutf("\n"); \
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlapio.pod | 19 int PerlIO_stdoutf(const char *fmt,...) 156 =item B<PerlIO_stdoutf(fmt,...)>
|
| D | perltoc.pod | 5586 B<PerlIO_stdoutf(fmt,...)>, B<PerlIO_read(f,buf,count)>,
|