Home
last modified time | relevance | path

Searched refs:PerlIO_putc (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dfakesdio.h79 #define fputc(c,f) PerlIO_putc(f,c)
83 #define putc(c,f) PerlIO_putc(f,c)
84 #define putc_unlocked(c,f) PerlIO_putc(c,f)
Dperlio.sym18 PerlIO_putc
Dperlio.h211 #ifndef PerlIO_putc
212 PERL_CALLCONV int PerlIO_putc(PerlIO *, int);
Ddump.c1527 (void)PerlIO_putc(Perl_debug_log, '\n'); in Perl_gv_dump()
1649 (void)PerlIO_putc(file, '\n'); in Perl_do_magic_dump()
1700 (void)PerlIO_putc(file, '\n'); in Perl_do_hv_dump()
1715 (void)PerlIO_putc(file, '\n'); in Perl_do_gv_dump()
1739 (void)PerlIO_putc(file, '\n'); in Perl_do_gvgv_dump()
2023 (void)PerlIO_putc(file, '\n'); in Perl_do_sv_dump()
2129 (void)PerlIO_putc(file, '\n'); in Perl_do_sv_dump()
2194 (void)PerlIO_putc(file, ')'); in Perl_do_sv_dump()
2213 (void)PerlIO_putc(file, '\n'); in Perl_do_sv_dump()
2217 (void)PerlIO_putc(file, '\n'); in Perl_do_sv_dump()
[all …]
Ddeb.c170 (void)PerlIO_putc(Perl_debug_log, '*'); in S_deb_stack_n()
Dperlio.c5372 #undef PerlIO_putc
5374 PerlIO_putc(PerlIO *f, int ch) in PerlIO_putc() function
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlapio.pod22 int PerlIO_putc(PerlIO *f,int ch);
101 =for apidoc_item T|int |PerlIO_putc|PerlIO *f|int ch
235 =item B<PerlIO_puts(f,s)>, B<PerlIO_putc(f,c)>
Dperlclib.pod130 [f]putc(stream, n) PerlIO_putc(perlio, n)
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D5003007430 PerlIO_putc # T
/openbsd/src/gnu/usr.bin/perl/dist/Storable/
DChangeLog1117 - Fixed a typo in the PerlIO_putc remapping.
DStorable.xs1009 else if (PerlIO_putc(cxt->fio, x) == EOF) \
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc572 ATmhd|int|PerlIO_putc|PerlIO *f|int ch
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D50030071066 PerlIO_putc # T