Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dperlio.h320 #ifndef PerlIO_apply_layers
321 PERL_CALLCONV int PerlIO_apply_layers(pTHX_ PerlIO *f, const char *mode,
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()
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()
Dpp_sys.c301 PerlIO_apply_layers(aTHX_ fp,mode,type); in PP()
Dtoke.c7040 PerlIO_apply_layers(aTHX_ PL_rsfp, NULL, ":utf8"); in yyl_data_handle()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D500700118 PerlIO_apply_layers # U
/openbsd/src/gnu/usr.bin/perl/pod/
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)
Dperliol.pod1044 PerlIO_apply_layers(aTHX_ f, mode, layers);
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D500700197 PerlIO_apply_layers # U
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc537 Amhd|int|PerlIO_apply_layers|PerlIO *f|const char *mode|const char *layers