Searched refs:PerlIO_putc (Results 1 – 13 of 13) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | fakesdio.h | 79 #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)
|
| D | perlio.sym | 18 PerlIO_putc
|
| D | perlio.h | 211 #ifndef PerlIO_putc 212 PERL_CALLCONV int PerlIO_putc(PerlIO *, int);
|
| D | dump.c | 1527 (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 …]
|
| D | deb.c | 170 (void)PerlIO_putc(Perl_debug_log, '*'); in S_deb_stack_n()
|
| D | perlio.c | 5372 #undef PerlIO_putc 5374 PerlIO_putc(PerlIO *f, int ch) in PerlIO_putc() function
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlapio.pod | 22 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)>
|
| D | perlclib.pod | 130 [f]putc(stream, n) PerlIO_putc(perlio, n)
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
| D | 5003007 | 430 PerlIO_putc # T
|
| /openbsd/src/gnu/usr.bin/perl/dist/Storable/ |
| D | ChangeLog | 1117 - Fixed a typo in the PerlIO_putc remapping.
|
| D | Storable.xs | 1009 else if (PerlIO_putc(cxt->fio, x) == EOF) \
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | apidoc.fnc | 572 ATmhd|int|PerlIO_putc|PerlIO *f|int ch
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5003007 | 1066 PerlIO_putc # T
|