Searched refs:PerlIO_binmode (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | perlio.h | 324 #ifndef PerlIO_binmode 325 PERL_CALLCONV int PerlIO_binmode(pTHX_ PerlIO *f, int iotype, int omode,
|
H A D | perl.c | 2620 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 D | pp_sys.c | 1061 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 D | perlio.c | 227 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 D | 5007001 | 19 PerlIO_binmode # U
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlapio.pod | 69 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 D | perliol.pod | 327 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 D | 5007001 | 100 PerlIO_binmode # U
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | apidoc.fnc | 538 Amhd|int|PerlIO_binmode|PerlIO *f|int ptype|int imode|const char *layers
|