Home
last modified time | relevance | path

Searched refs:PerlIO (Results 1 – 25 of 1578) sorted by relevance

12345678910>>...64

/dports/lang/perl5.34/perl-5.34.0/
H A Dperliol.h22 IV (*Popped) (pTHX_ PerlIO *f);
28 IV (*Binmode)(pTHX_ PerlIO *f);
30 IV (*Fileno) (pTHX_ PerlIO *f);
31 PerlIO *(*Dup) (pTHX_ PerlIO *f, PerlIO *o, CLONE_PARAMS *param, int flags);
41 IV (*Fill) (pTHX_ PerlIO *f);
42 IV (*Eof) (pTHX_ PerlIO *f);
161 PERL_CALLCONV PerlIO * PerlIO_reopen(const char *path, const char *mode, PerlIO *f);
179 PERL_CALLCONV PerlIO * PerlIOBase_dup(pTHX_ PerlIO *f, PerlIO *o, CLONE_PARAMS *param, int flags);
196 PERL_CALLCONV PerlIO * PerlIOBuf_dup(pTHX_ PerlIO *f, PerlIO *o, CLONE_PARAMS *param, int flags);
239 PERL_CALLCONV PerlIO * PerlIOStdio_dup(pTHX_ PerlIO *f, PerlIO *o, CLONE_PARAMS *param, int flags);
[all …]
H A Dperlio.h56 #ifndef PerlIO
62 typedef PerlIOl *PerlIO; typedef
63 #define PerlIO PerlIO macro
73 PERL_CALLCONV PerlIO *PerlIO_push(pTHX_ PerlIO *f, PERLIO_FUNCS_DECL(*tab),
189 PERL_CALLCONV int PerlIO_eof(PerlIO *);
192 PERL_CALLCONV int PerlIO_error(PerlIO *);
198 PERL_CALLCONV int PerlIO_getc(PerlIO *);
241 PERL_CALLCONV Off_t PerlIO_tell(PerlIO *);
286 PERL_CALLCONV PerlIO *PerlIO_stdin(void);
289 PERL_CALLCONV PerlIO *PerlIO_stdout(void);
[all …]
/dports/lang/perl5.30/perl-5.30.3/
H A Dperliol.h22 IV (*Popped) (pTHX_ PerlIO *f);
28 IV (*Binmode)(pTHX_ PerlIO *f);
30 IV (*Fileno) (pTHX_ PerlIO *f);
31 PerlIO *(*Dup) (pTHX_ PerlIO *f, PerlIO *o, CLONE_PARAMS *param, int flags);
41 IV (*Fill) (pTHX_ PerlIO *f);
42 IV (*Eof) (pTHX_ PerlIO *f);
168 PERL_CALLCONV PerlIO * PerlIO_reopen(const char *path, const char *mode, PerlIO *f);
186 PERL_CALLCONV PerlIO * PerlIOBase_dup(pTHX_ PerlIO *f, PerlIO *o, CLONE_PARAMS *param, int flags);
203 PERL_CALLCONV PerlIO * PerlIOBuf_dup(pTHX_ PerlIO *f, PerlIO *o, CLONE_PARAMS *param, int flags);
246 PERL_CALLCONV PerlIO * PerlIOStdio_dup(pTHX_ PerlIO *f, PerlIO *o, CLONE_PARAMS *param, int flags);
[all …]
H A Dperlio.h56 #ifndef PerlIO
62 typedef PerlIOl *PerlIO; typedef
63 #define PerlIO PerlIO macro
80 PERL_CALLCONV PerlIO *PerlIO_push(pTHX_ PerlIO *f, PERLIO_FUNCS_DECL(*tab),
196 PERL_CALLCONV int PerlIO_eof(PerlIO *);
199 PERL_CALLCONV int PerlIO_error(PerlIO *);
205 PERL_CALLCONV int PerlIO_getc(PerlIO *);
248 PERL_CALLCONV Off_t PerlIO_tell(PerlIO *);
290 PERL_CALLCONV PerlIO *PerlIO_stdin(void);
293 PERL_CALLCONV PerlIO *PerlIO_stdout(void);
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dperliol.h22 IV (*Popped) (pTHX_ PerlIO *f);
28 IV (*Binmode)(pTHX_ PerlIO *f);
30 IV (*Fileno) (pTHX_ PerlIO *f);
31 PerlIO *(*Dup) (pTHX_ PerlIO *f, PerlIO *o, CLONE_PARAMS *param, int flags);
41 IV (*Fill) (pTHX_ PerlIO *f);
42 IV (*Eof) (pTHX_ PerlIO *f);
158 PERL_CALLCONV PerlIO * PerlIO_reopen(const char *path, const char *mode, PerlIO *f);
176 PERL_CALLCONV PerlIO * PerlIOBase_dup(pTHX_ PerlIO *f, PerlIO *o, CLONE_PARAMS *param, int flags);
193 PERL_CALLCONV PerlIO * PerlIOBuf_dup(pTHX_ PerlIO *f, PerlIO *o, CLONE_PARAMS *param, int flags);
236 PERL_CALLCONV PerlIO * PerlIOStdio_dup(pTHX_ PerlIO *f, PerlIO *o, CLONE_PARAMS *param, int flags);
[all …]
H A Dperlio.h56 #ifndef PerlIO
62 typedef PerlIOl *PerlIO; typedef
63 #define PerlIO PerlIO macro
73 PERL_CALLCONV PerlIO *PerlIO_push(pTHX_ PerlIO *f, PERLIO_FUNCS_DECL(*tab),
189 PERL_CALLCONV int PerlIO_eof(PerlIO *);
192 PERL_CALLCONV int PerlIO_error(PerlIO *);
198 PERL_CALLCONV int PerlIO_getc(PerlIO *);
241 PERL_CALLCONV Off_t PerlIO_tell(PerlIO *);
286 PERL_CALLCONV PerlIO *PerlIO_stdin(void);
289 PERL_CALLCONV PerlIO *PerlIO_stdout(void);
[all …]
/dports/lang/perl5.32/perl-5.32.1/
H A Dperliol.h22 IV (*Popped) (pTHX_ PerlIO *f);
28 IV (*Binmode)(pTHX_ PerlIO *f);
30 IV (*Fileno) (pTHX_ PerlIO *f);
31 PerlIO *(*Dup) (pTHX_ PerlIO *f, PerlIO *o, CLONE_PARAMS *param, int flags);
41 IV (*Fill) (pTHX_ PerlIO *f);
42 IV (*Eof) (pTHX_ PerlIO *f);
168 PERL_CALLCONV PerlIO * PerlIO_reopen(const char *path, const char *mode, PerlIO *f);
186 PERL_CALLCONV PerlIO * PerlIOBase_dup(pTHX_ PerlIO *f, PerlIO *o, CLONE_PARAMS *param, int flags);
203 PERL_CALLCONV PerlIO * PerlIOBuf_dup(pTHX_ PerlIO *f, PerlIO *o, CLONE_PARAMS *param, int flags);
246 PERL_CALLCONV PerlIO * PerlIOStdio_dup(pTHX_ PerlIO *f, PerlIO *o, CLONE_PARAMS *param, int flags);
[all …]
H A Dperlio.h56 #ifndef PerlIO
62 typedef PerlIOl *PerlIO; typedef
63 #define PerlIO PerlIO macro
80 PERL_CALLCONV PerlIO *PerlIO_push(pTHX_ PerlIO *f, PERLIO_FUNCS_DECL(*tab),
196 PERL_CALLCONV int PerlIO_eof(PerlIO *);
199 PERL_CALLCONV int PerlIO_error(PerlIO *);
205 PERL_CALLCONV int PerlIO_getc(PerlIO *);
248 PERL_CALLCONV Off_t PerlIO_tell(PerlIO *);
293 PERL_CALLCONV PerlIO *PerlIO_stdin(void);
296 PERL_CALLCONV PerlIO *PerlIO_stdout(void);
[all …]
/dports/devel/libunit/unit-1.26.1/src/perl/
H A Dnxt_perl_psgi_layer.c24 PerlIO *f, int narg, SV **args);
43 static PerlIO *nxt_perl_psgi_layer_stream_dup(pTHX_ PerlIO *f, PerlIO *o,
121 static PerlIO *
125 PerlIO *f, int narg, SV **args) in nxt_perl_psgi_layer_stream_open()
229 nxt_perl_psgi_layer_stream_tell(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_tell()
237 nxt_perl_psgi_layer_stream_fill(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_fill()
281 static PerlIO *
282 nxt_perl_psgi_layer_stream_dup(pTHX_ PerlIO *f, PerlIO *o, in nxt_perl_psgi_layer_stream_dup()
299 nxt_perl_psgi_layer_stream_eof(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_eof()
348 PerlIO *
[all …]
/dports/www/unit-perl/unit-1.26.1/src/perl/
H A Dnxt_perl_psgi_layer.c24 PerlIO *f, int narg, SV **args);
43 static PerlIO *nxt_perl_psgi_layer_stream_dup(pTHX_ PerlIO *f, PerlIO *o,
121 static PerlIO *
125 PerlIO *f, int narg, SV **args) in nxt_perl_psgi_layer_stream_open()
229 nxt_perl_psgi_layer_stream_tell(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_tell()
237 nxt_perl_psgi_layer_stream_fill(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_fill()
281 static PerlIO *
282 nxt_perl_psgi_layer_stream_dup(pTHX_ PerlIO *f, PerlIO *o, in nxt_perl_psgi_layer_stream_dup()
299 nxt_perl_psgi_layer_stream_eof(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_eof()
348 PerlIO *
[all …]
/dports/www/unit-python/unit-1.26.1/src/perl/
H A Dnxt_perl_psgi_layer.c24 PerlIO *f, int narg, SV **args);
43 static PerlIO *nxt_perl_psgi_layer_stream_dup(pTHX_ PerlIO *f, PerlIO *o,
121 static PerlIO *
125 PerlIO *f, int narg, SV **args) in nxt_perl_psgi_layer_stream_open()
229 nxt_perl_psgi_layer_stream_tell(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_tell()
237 nxt_perl_psgi_layer_stream_fill(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_fill()
281 static PerlIO *
282 nxt_perl_psgi_layer_stream_dup(pTHX_ PerlIO *f, PerlIO *o, in nxt_perl_psgi_layer_stream_dup()
299 nxt_perl_psgi_layer_stream_eof(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_eof()
348 PerlIO *
[all …]
/dports/www/unit-php/unit-1.26.1/src/perl/
H A Dnxt_perl_psgi_layer.c24 PerlIO *f, int narg, SV **args);
43 static PerlIO *nxt_perl_psgi_layer_stream_dup(pTHX_ PerlIO *f, PerlIO *o,
121 static PerlIO *
125 PerlIO *f, int narg, SV **args) in nxt_perl_psgi_layer_stream_open()
229 nxt_perl_psgi_layer_stream_tell(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_tell()
237 nxt_perl_psgi_layer_stream_fill(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_fill()
281 static PerlIO *
282 nxt_perl_psgi_layer_stream_dup(pTHX_ PerlIO *f, PerlIO *o, in nxt_perl_psgi_layer_stream_dup()
299 nxt_perl_psgi_layer_stream_eof(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_eof()
348 PerlIO *
[all …]
/dports/www/unit-java/unit-1.26.1/src/perl/
H A Dnxt_perl_psgi_layer.c24 PerlIO *f, int narg, SV **args);
43 static PerlIO *nxt_perl_psgi_layer_stream_dup(pTHX_ PerlIO *f, PerlIO *o,
121 static PerlIO *
125 PerlIO *f, int narg, SV **args) in nxt_perl_psgi_layer_stream_open()
229 nxt_perl_psgi_layer_stream_tell(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_tell()
237 nxt_perl_psgi_layer_stream_fill(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_fill()
281 static PerlIO *
282 nxt_perl_psgi_layer_stream_dup(pTHX_ PerlIO *f, PerlIO *o, in nxt_perl_psgi_layer_stream_dup()
299 nxt_perl_psgi_layer_stream_eof(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_eof()
348 PerlIO *
[all …]
/dports/www/unit/unit-1.26.1/src/perl/
H A Dnxt_perl_psgi_layer.c24 PerlIO *f, int narg, SV **args);
43 static PerlIO *nxt_perl_psgi_layer_stream_dup(pTHX_ PerlIO *f, PerlIO *o,
121 static PerlIO *
125 PerlIO *f, int narg, SV **args) in nxt_perl_psgi_layer_stream_open()
229 nxt_perl_psgi_layer_stream_tell(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_tell()
237 nxt_perl_psgi_layer_stream_fill(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_fill()
281 static PerlIO *
282 nxt_perl_psgi_layer_stream_dup(pTHX_ PerlIO *f, PerlIO *o, in nxt_perl_psgi_layer_stream_dup()
299 nxt_perl_psgi_layer_stream_eof(pTHX_ PerlIO *f) in nxt_perl_psgi_layer_stream_eof()
348 PerlIO *
[all …]
/dports/devel/p5-PerlIO-Util/PerlIO-Util-0.72/lib/PerlIO/Util/
H A DJA.pod6 PerlIO::Util::JA - PerlIOに関する汎用ユーティリティ集
16 use PerlIO::Util;
39 C<PerlIO::Util>はPerlIOに関するユーティリティレイヤとユーティリティメソッドを
42 ユーティリティレイヤはC<PerlIO::Util>の一部だが,使用に際してC<use PerlIO::Util>
51 See L<PerlIO::flock>.
63 See L<PerlIO::excl>.
69 See L<PerlIO::tee>.
78 See L<PerlIO::dir>.
100 See L<PerlIO::fse>.
151 L<PerlIO::flock>, L<PerlIO::creat>, L<PerlIO::excl>, L<PerlIO::tee>,
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/io/
H A Dlayers.t118 check([ PerlIO::get_layers(F) ],
124 check([ PerlIO::get_layers(F) ],
130 check([ PerlIO::get_layers(F) ],
136 check([ PerlIO::get_layers(F) ],
142 check([ PerlIO::get_layers(F) ],
148 check([ PerlIO::get_layers(F) ],
154 check([ PerlIO::get_layers(F) ],
238 $f = 0; PerlIO::get_layers $t;
241 $f = 0; PerlIO::get_layers $t;
244 $f = 0; PerlIO::get_layers \$t;
[all …]
/dports/lang/perl5.34/perl-5.34.0/t/io/
H A Dlayers.t118 check([ PerlIO::get_layers(F) ],
124 check([ PerlIO::get_layers(F) ],
130 check([ PerlIO::get_layers(F) ],
136 check([ PerlIO::get_layers(F) ],
142 check([ PerlIO::get_layers(F) ],
148 check([ PerlIO::get_layers(F) ],
154 check([ PerlIO::get_layers(F) ],
238 $f = 0; PerlIO::get_layers $t;
241 $f = 0; PerlIO::get_layers $t;
244 $f = 0; PerlIO::get_layers \$t;
[all …]
/dports/lang/perl5.30/perl-5.30.3/t/io/
H A Dlayers.t118 check([ PerlIO::get_layers(F) ],
124 check([ PerlIO::get_layers(F) ],
130 check([ PerlIO::get_layers(F) ],
136 check([ PerlIO::get_layers(F) ],
142 check([ PerlIO::get_layers(F) ],
148 check([ PerlIO::get_layers(F) ],
154 check([ PerlIO::get_layers(F) ],
238 $f = 0; PerlIO::get_layers $t;
241 $f = 0; PerlIO::get_layers $t;
244 $f = 0; PerlIO::get_layers \$t;
[all …]
/dports/lang/perl5.32/perl-5.32.1/t/io/
H A Dlayers.t118 check([ PerlIO::get_layers(F) ],
124 check([ PerlIO::get_layers(F) ],
130 check([ PerlIO::get_layers(F) ],
136 check([ PerlIO::get_layers(F) ],
142 check([ PerlIO::get_layers(F) ],
148 check([ PerlIO::get_layers(F) ],
154 check([ PerlIO::get_layers(F) ],
238 $f = 0; PerlIO::get_layers $t;
241 $f = 0; PerlIO::get_layers $t;
244 $f = 0; PerlIO::get_layers \$t;
[all …]
/dports/net/p5-IO-Socket-Timeout/IO-Socket-Timeout-0.32/lib/IO/Socket/
H A DTimeout.pm41 require PerlIO::via::Timeout;
79 || ! PerlIO::via::Timeout::has_timeout_layer($_[0])
80 || ! PerlIO::via::Timeout::timeout_enabled($_[0])
104 || ! PerlIO::via::Timeout::has_timeout_layer($_[0])
105 || ! PerlIO::via::Timeout::timeout_enabled($_[0])
111 my $ret_val = PerlIO::via::Timeout->WRITE($_[1], $_[0]);
176 package IO::Socket::Timeout::Role::PerlIO;
177 $IO::Socket::Timeout::Role::PerlIO::VERSION = '0.32';
178 use PerlIO::via::Timeout;
180 sub read_timeout { goto &PerlIO::via::Timeout::read_timeout }
[all …]
/dports/lang/perl5.32/perl-5.32.1/pod/
H A Dperlapio.pod10 PerlIO *PerlIO_stdin(void);
11 PerlIO *PerlIO_stdout(void);
12 PerlIO *PerlIO_stderr(void);
18 int PerlIO_close(PerlIO *f);
26 int PerlIO_flush(PerlIO *f);
28 int PerlIO_eof(PerlIO *f);
32 int PerlIO_getc(PerlIO *d);
40 Off_t PerlIO_tell(PerlIO *f);
89 =for apidoc Amh|PerlIO *|PerlIO_reopen|const char *path|const char *mode|PerlIO *old
381 mode as the PerlIO *.
[all …]
/dports/lang/perl5.34/perl-5.34.0/pod/
H A Dperlapio.pod10 PerlIO *PerlIO_stdin(void);
11 PerlIO *PerlIO_stdout(void);
12 PerlIO *PerlIO_stderr(void);
18 int PerlIO_close(PerlIO *f);
26 int PerlIO_flush(PerlIO *f);
28 int PerlIO_eof(PerlIO *f);
32 int PerlIO_getc(PerlIO *d);
40 Off_t PerlIO_tell(PerlIO *f);
91 =for apidoc Amh|PerlIO *|PerlIO_reopen|const char *path|const char *mode|PerlIO *old
383 mode as the PerlIO *.
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/pod/
H A Dperlapio.pod10 PerlIO *PerlIO_stdin(void);
11 PerlIO *PerlIO_stdout(void);
12 PerlIO *PerlIO_stderr(void);
18 int PerlIO_close(PerlIO *f);
26 int PerlIO_flush(PerlIO *f);
28 int PerlIO_eof(PerlIO *f);
32 int PerlIO_getc(PerlIO *d);
40 Off_t PerlIO_tell(PerlIO *f);
91 =for apidoc ATmh|PerlIO *|PerlIO_reopen|const char *path|const char *mode|PerlIO *old
383 mode as the PerlIO *.
[all …]
/dports/devel/p5-PerlIO-Util/PerlIO-Util-0.72/
H A Dtee.c47 static PerlIO*
48 PerlIO_dup(pTHX_ PerlIO* newfp, PerlIO* const oldfp, CLONE_PARAMS* const params, int const flags){ in PerlIO_dup()
50 PerlIO* (*my_dup)(pTHX_ PerlIO*, PerlIO*, CLONE_PARAMS*, int); in PerlIO_dup()
69 PerlIO* out;
73 static PerlIO*
163 PerlIO* nx; in PerlIOTee_pushed()
275 PerlIO* t = PerlIONext(f); in PerlIOTee_binmode()
306 static PerlIO*
307 PerlIOTee_dup(pTHX_ PerlIO* f, PerlIO* const o, CLONE_PARAMS* const param, int const flags){ in PerlIOTee_dup()
379 PerlIO* const nx = PerlIONext(f); in PerlIOTee_tell()
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/
H A DchnGlue.c25 {PerlIO *f = PerlIO_open(Lang_Utf8ToBytes(fileName),modeString);
66 PerlIO *f = (PerlIO *) chan;
76 PerlIO *f = (PerlIO *) chan;
109 return PerlIO_close((PerlIO *) chan);
115 PerlIO_seek((PerlIO *) chan, offset, mode); in Tcl_Seek()
116 return PerlIO_tell((PerlIO *) chan); in Tcl_Seek()
122 PerlIO *f = (PerlIO *) chan; in Tcl_Eof()
130 PerlIO *f = (PerlIO *) chan; in Tcl_SetChannelOption()

12345678910>>...64