Home
last modified time | relevance | path

Searched refs:PerlIO_binmode (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dperlio.h324 #ifndef PerlIO_binmode
325 PERL_CALLCONV int PerlIO_binmode(pTHX_ PerlIO *f, int iotype, int omode,
H A Dperl.c2620 PerlIO_binmode(aTHX_ fp, IoTYPE(io), 0, ":utf8"); in S_parse_body()
2624 PerlIO_binmode(aTHX_ fp, IoTYPE(io), 0, ":utf8"); in S_parse_body()
2628 PerlIO_binmode(aTHX_ fp, IoTYPE(io), 0, ":utf8"); in S_parse_body()
H A Dpp_sys.c1061 if (PerlIO_binmode(aTHX_ fp, IoTYPE(io), mode, d)) {
1063 if (!PerlIO_binmode(aTHX_ IoOFP(io), IoTYPE(io), mode, d)) {
3830 PerlIO_binmode(aTHX_ fp, '<', O_BINARY, NULL); in PP()
H A Dperlio.c227 PerlIO_binmode(pTHX_ PerlIO *fp, int iotype, int mode, const char *names) in PerlIO_binmode() function
1727 PerlIO_binmode(pTHX_ PerlIO *f, int iotype, int mode, const char *names) in PerlIO_binmode() function
4317 PerlIO_binmode(aTHX_ f, '<'/*not used*/, O_BINARY, NULL); in PerlIOBuf_open()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D500700119 PerlIO_binmode # U
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlapio.pod69 int PerlIO_binmode(pTHX_ PerlIO *f, int ptype, int imode,
76 =for apidoc_item |int |PerlIO_binmode|PerlIO *f|int ptype|int imode|const char *layers
394 The PerlIO is set to textmode. Use PerlIO_binmode if this is
529 PerlIO_binmode() below for the portable case.
531 =item PerlIO_binmode(aTHX_ f,ptype,imode,layers)
554 PerlIO_binmode(aTHX_ f,ptype,O_BINARY,NULL);
556 PerlIO_binmode(aTHX_ f,ptype,O_TEXT,":crlf");
H A Dperliol.pod327 layer that need bother about this. C<PerlIO_binmode()> will mess with this
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5007001100 PerlIO_binmode # U
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc538 Amhd|int|PerlIO_binmode|PerlIO *f|int ptype|int imode|const char *layers