Home
last modified time | relevance | path

Searched refs:PERLIO_FUNCS_DECL (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D500900318 PERLIO_FUNCS_DECL # X added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/
Dperlio.h77 #define PERLIO_FUNCS_DECL(funcs) const PerlIO_funcs funcs macro
84 PERL_CALLCONV PerlIO *PerlIO_push(pTHX_ PerlIO *f, PERLIO_FUNCS_DECL(*tab),
Dperlio.c979 PERLIO_FUNCS_DECL(*tab) = &PerlIO_perlio; in PerlIO_default_buffer()
1023 PERLIO_FUNCS_DECL(PerlIO_remove) = {
1455 static PERLIO_FUNCS_DECL(PerlIO_scalar) = {
1492 PERLIO_FUNCS_DECL(*osLayer) = &PerlIO_unix; in PerlIO_default_layers()
1553 PerlIO_push(pTHX_ PerlIO *f, PERLIO_FUNCS_DECL(*tab), const char *mode, SV *arg) in PerlIO_push()
2247 PERLIO_FUNCS_DECL(PerlIO_utf8) = {
2278 PERLIO_FUNCS_DECL(PerlIO_byte) = {
2309 PERLIO_FUNCS_DECL(PerlIO_raw) = {
3250 PERLIO_FUNCS_DECL(PerlIO_unix) = {
4108 PERLIO_FUNCS_DECL(PerlIO_stdio) = {
[all …]
/openbsd/src/gnu/usr.bin/perl/ext/PerlIO-mmap/
Dmmap.xs258 static PERLIO_FUNCS_DECL(PerlIO_mmap) = {
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5009003111 PERLIO_FUNCS_DECL # M added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/ext/PerlIO-encoding/
Dencoding.xs611 static PERLIO_FUNCS_DECL(PerlIO_encode) = {
/openbsd/src/gnu/usr.bin/perl/ext/PerlIO-via/
Dvia.xs672 static PERLIO_FUNCS_DECL(PerlIO_object) = {
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dmisc22 PERLIO_FUNCS_DECL
389 #ifndef PERLIO_FUNCS_DECL
391 # define PERLIO_FUNCS_DECL(funcs) const PerlIO_funcs funcs
394 # define PERLIO_FUNCS_DECL(funcs) PerlIO_funcs funcs
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
Dppport.h12913 #ifndef PERLIO_FUNCS_DECL
12915 # define PERLIO_FUNCS_DECL(funcs) const PerlIO_funcs funcs macro
12918 # define PERLIO_FUNCS_DECL(funcs) PerlIO_funcs funcs macro
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/
DChanges509 * resolve CPAN #37451: add PERLIO_FUNCS_DECL and