Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dperlio.h320 #ifndef PerlIO_apply_layers
321 PERL_CALLCONV int PerlIO_apply_layers(pTHX_ PerlIO *f, const char *mode,
H A Dperlio.c205 PerlIO_apply_layers(pTHX_ PerlIO *f, const char *mode, const char *names) in PerlIO_apply_layers() function
1703 PerlIO_apply_layers(pTHX_ PerlIO *f, const char *mode, const char *names) in PerlIO_apply_layers() function
1744 return cBOOL(PerlIO_apply_layers(aTHX_ f, NULL, names) == 0); in PerlIO_binmode()
1915 PerlIO_apply_layers(aTHX_ f, mode, layers); in PerlIO_openn()
H A Ddoio.c715 if (PerlIO_apply_layers(aTHX_ fp, mode, type) != 0) { in Perl_do_open6()
942 if (PerlIO_apply_layers(aTHX_ fp, mode, type) != 0) { in Perl_do_open6()
H A Dpp_sys.c301 PerlIO_apply_layers(aTHX_ fp,mode,type); in PP()
H A Dtoke.c7040 PerlIO_apply_layers(aTHX_ PL_rsfp, NULL, ":utf8"); in yyl_data_handle()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D500700118 PerlIO_apply_layers # U
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlapio.pod67 int PerlIO_apply_layers(pTHX_ PerlIO *f, const char *mode,
75 =for apidoc Amh|int |PerlIO_apply_layers|PerlIO *f|const char *mode|const char *layers
160 This is the only implementation for which C<PerlIO_apply_layers()>
524 =item PerlIO_apply_layers(aTHX_ f,mode,layers)
H A Dperliol.pod1044 PerlIO_apply_layers(aTHX_ f, mode, layers);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500700197 PerlIO_apply_layers # U
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc537 Amhd|int|PerlIO_apply_layers|PerlIO *f|const char *mode|const char *layers