Home
last modified time | relevance | path

Searched refs:PerlIO_stdoutf (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dfakesdio.h64 #define printf(fmt,args...) PerlIO_stdoutf(fmt,##args)
66 #define printf PerlIO_stdoutf
Dperlio.sym25 PerlIO_stdoutf
Dperlio.h226 #ifndef PerlIO_stdoutf
227 PERL_EXPORT_C int PerlIO_stdoutf(const char *, ...)
Dperlsfio.h34 #define PerlIO_stdoutf _stdprintf macro
Dperlsdio.h29 #define PerlIO_stdoutf PerlSIO_stdoutf macro
Dperlio.c4923 #undef PerlIO_stdoutf
4925 PerlIO_stdoutf(const char *fmt, ...) function
DChanges5.8.112733 PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
DChanges5.68254 Log: Undef printf before redirecting it to PerlIO_stdoutf.
/mirbsd/src/gnu/usr.bin/perl/ext/Storable/
DStorable.xs40 #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/
Dperlapio.pod19 int PerlIO_stdoutf(const char *fmt,...)
156 =item B<PerlIO_stdoutf(fmt,...)>
Dperltoc.pod5586 B<PerlIO_stdoutf(fmt,...)>, B<PerlIO_read(f,buf,count)>,