Home
last modified time | relevance | path

Searched refs:whence (Results 26 – 50 of 12280) sorted by relevance

12345678910>>...492

/dports/www/mod_php73/php-7.3.33/ext/standard/tests/file/
H A Dfseek_ftell_rewind_basic1.phpt46 foreach($whence_set as $whence){
47 echo "-- Testing fseek() with whence = $whence_string[$whence] --\n";
51 } //end of whence loop
70 -- Testing fseek() with whence = SEEK_SET --
74 -- Testing fseek() with whence = SEEK_CUR --
78 -- Testing fseek() with whence = SEEK_END --
86 -- Testing fseek() with whence = SEEK_SET --
90 -- Testing fseek() with whence = SEEK_CUR --
94 -- Testing fseek() with whence = SEEK_END --
102 -- Testing fseek() with whence = SEEK_SET --
[all …]
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt57 foreach($whence_set as $whence){
58 echo "-- Testing fseek() with whence = $whence_string[$whence] --\n";
62 } //end of whence loop
80 -- Testing fseek() with whence = SEEK_SET --
84 -- Testing fseek() with whence = SEEK_CUR --
88 -- Testing fseek() with whence = SEEK_END --
96 -- Testing fseek() with whence = SEEK_SET --
100 -- Testing fseek() with whence = SEEK_CUR --
104 -- Testing fseek() with whence = SEEK_END --
112 -- Testing fseek() with whence = SEEK_SET --
[all …]
H A Dfseek_ftell_rewind_basic2.phpt57 foreach($whence_set as $whence){
58 echo "-- Testing fseek() with whence = $whence_string[$whence] --\n";
62 } //end of whence loop
80 -- Testing fseek() with whence = SEEK_SET --
84 -- Testing fseek() with whence = SEEK_CUR --
88 -- Testing fseek() with whence = SEEK_END --
96 -- Testing fseek() with whence = SEEK_SET --
100 -- Testing fseek() with whence = SEEK_CUR --
104 -- Testing fseek() with whence = SEEK_END --
112 -- Testing fseek() with whence = SEEK_SET --
[all …]
H A Dfseek_ftell_rewind_basic2-win32.phpt57 foreach($whence_set as $whence){
58 echo "-- Testing fseek() with whence = $whence_string[$whence] --\n";
62 } //end of whence loop
80 -- Testing fseek() with whence = SEEK_SET --
84 -- Testing fseek() with whence = SEEK_CUR --
88 -- Testing fseek() with whence = SEEK_END --
96 -- Testing fseek() with whence = SEEK_SET --
100 -- Testing fseek() with whence = SEEK_CUR --
104 -- Testing fseek() with whence = SEEK_END --
112 -- Testing fseek() with whence = SEEK_SET --
[all …]
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/file/
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt57 foreach($whence_set as $whence){
58 echo "-- Testing fseek() with whence = $whence_string[$whence] --\n";
62 } //end of whence loop
80 -- Testing fseek() with whence = SEEK_SET --
84 -- Testing fseek() with whence = SEEK_CUR --
88 -- Testing fseek() with whence = SEEK_END --
96 -- Testing fseek() with whence = SEEK_SET --
100 -- Testing fseek() with whence = SEEK_CUR --
104 -- Testing fseek() with whence = SEEK_END --
112 -- Testing fseek() with whence = SEEK_SET --
[all …]
H A Dfseek_ftell_rewind_basic2-win32.phpt57 foreach($whence_set as $whence){
58 echo "-- Testing fseek() with whence = $whence_string[$whence] --\n";
62 } //end of whence loop
80 -- Testing fseek() with whence = SEEK_SET --
84 -- Testing fseek() with whence = SEEK_CUR --
88 -- Testing fseek() with whence = SEEK_END --
96 -- Testing fseek() with whence = SEEK_SET --
100 -- Testing fseek() with whence = SEEK_CUR --
104 -- Testing fseek() with whence = SEEK_END --
112 -- Testing fseek() with whence = SEEK_SET --
[all …]
H A Dfseek_ftell_rewind_basic2.phpt57 foreach($whence_set as $whence){
58 echo "-- Testing fseek() with whence = $whence_string[$whence] --\n";
62 } //end of whence loop
80 -- Testing fseek() with whence = SEEK_SET --
84 -- Testing fseek() with whence = SEEK_CUR --
88 -- Testing fseek() with whence = SEEK_END --
96 -- Testing fseek() with whence = SEEK_SET --
100 -- Testing fseek() with whence = SEEK_CUR --
104 -- Testing fseek() with whence = SEEK_END --
112 -- Testing fseek() with whence = SEEK_SET --
[all …]
H A Dfseek_ftell_rewind_basic1.phpt46 foreach($whence_set as $whence){
47 echo "-- Testing fseek() with whence = $whence_string[$whence] --\n";
51 } //end of whence loop
70 -- Testing fseek() with whence = SEEK_SET --
74 -- Testing fseek() with whence = SEEK_CUR --
78 -- Testing fseek() with whence = SEEK_END --
86 -- Testing fseek() with whence = SEEK_SET --
90 -- Testing fseek() with whence = SEEK_CUR --
94 -- Testing fseek() with whence = SEEK_END --
102 -- Testing fseek() with whence = SEEK_SET --
[all …]
/dports/mail/vpopmail/vpopmail-5.4.33/
H A Dfile_lock.h34 #define read_lock(fd, offset, whence, len) \ argument
35 lock_reg(fd, F_SETLK, F_RDLCK, offset, whence, len)
37 #define readw_lock(fd, offset, whence, len) \ argument
40 #define write_lock(fd, offset, whence, len) \ argument
41 lock_reg(fd, F_SETLK, F_WRLCK, offset, whence, len)
43 #define writew_lock(fd, offset, whence, len) \ argument
46 #define unlock_lock(fd, offset, whence, len) \ argument
53 #define is_readlock(fd, offset, whence, len) \ argument
54 lock_test(fd, F_RDLCK, offset, whence, len)
56 #define is_writelock(fd, offset, whence, len) \ argument
[all …]
/dports/devel/p5-ConfigReader/ConfigReader-0.5/
H A DDirectiveStyle.pm127 my ($whence, $directive, $value);
135 $whence = "in line $. of the configuration file '$file':\n> $_\n";
136 ($directive, $value) = $self->parse_line($_, $whence, $untaint);
137 $self->assign($directive, $value, $whence) if defined $directive;
160 my ($self, $line, $whence, $untaint) = @_;
167 or die "Syntax error in directive name $whence";
169 my $value = $self->parse_value_string($rest, $whence);
192 my ($self, $str, $whence) = @_;
223 and die "Extra characters after closing quote $whence";
227 die "No closing quote $whence";
[all …]
H A DValues.pm69 my ($self, $directive, $parser, $default, $whence) = @_;
71 unless (defined $whence) {
73 $whence = "at $filename line $line";
115 my ($self, $directive, $whence) = @_;
117 unless (defined $whence) {
119 $whence = "at $filename line $line";
125 return $spec->value($directive, $values, $whence);
253 my ($self, $directive, $value_string, $whence) = @_;
256 return $spec->assign($directive, $value_string, $values, $whence);
269 my ($self, $whence) = @_;
[all …]
/dports/net/libunp/unpv12e/sock/
H A Dourhdr.h84 #define read_lock(fd, offset, whence, len) \ argument
85 lock_reg(fd, F_SETLK, F_RDLCK, offset, whence, len)
86 #define readw_lock(fd, offset, whence, len) \ argument
88 #define write_lock(fd, offset, whence, len) \ argument
89 lock_reg(fd, F_SETLK, F_WRLCK, offset, whence, len)
90 #define writew_lock(fd, offset, whence, len) \ argument
92 #define un_lock(fd, offset, whence, len) \ argument
98 #define is_readlock(fd, offset, whence, len) \ argument
99 lock_test(fd, F_RDLCK, offset, whence, len)
100 #define is_writelock(fd, offset, whence, len) \ argument
[all …]
/dports/net-p2p/jigdo/jigdo-0.7.3/src/util/
H A Dbstream.cc27 int whence; in seekp() local
29 whence = SEEK_SET; in seekp()
31 whence = SEEK_END; in seekp()
33 whence = SEEK_CUR; in seekp()
35 { Assert(false); whence = SEEK_SET; } in seekp()
36 /*int r =*/ fseeko(f, off, whence); in seekp()
43 int whence; in seekg() local
45 whence = SEEK_SET; in seekg()
47 whence = SEEK_END; in seekg()
49 whence = SEEK_CUR; in seekg()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/src/
H A Dtool_cb_see.c47 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) in tool_seek_cb() argument
63 if(whence != SEEK_SET) in tool_seek_cb()
82 if(LSEEK_ERROR == lseek(in->fd, offset, whence)) in tool_seek_cb()
95 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
101 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence) argument
104 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence) argument
111 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/src/
H A Dtool_cb_see.c47 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) in tool_seek_cb() argument
63 if(whence != SEEK_SET) in tool_seek_cb()
82 if(LSEEK_ERROR == lseek(in->fd, offset, whence)) in tool_seek_cb()
95 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
101 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence) argument
103 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence) argument
110 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/src/
H A Dtool_cb_see.c47 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) in tool_seek_cb() argument
63 if(whence != SEEK_SET) in tool_seek_cb()
82 if(LSEEK_ERROR == lseek(in->fd, offset, whence)) in tool_seek_cb()
95 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
101 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence) argument
103 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence) argument
110 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/src/
H A Dtool_cb_see.c47 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) in tool_seek_cb() argument
63 if(whence != SEEK_SET) in tool_seek_cb()
82 if(LSEEK_ERROR == lseek(in->fd, offset, whence)) in tool_seek_cb()
95 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
101 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence) argument
103 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence) argument
110 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/src/
H A Dtool_cb_see.c47 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) in tool_seek_cb() argument
63 if(whence != SEEK_SET) in tool_seek_cb()
82 if(LSEEK_ERROR == lseek(in->fd, offset, whence)) in tool_seek_cb()
95 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
101 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence) argument
103 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence) argument
110 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/src/
H A Dtool_cb_see.c47 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) in tool_seek_cb() argument
63 if(whence != SEEK_SET) in tool_seek_cb()
82 if(LSEEK_ERROR == lseek(in->fd, offset, whence)) in tool_seek_cb()
95 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
101 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence) argument
104 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence) argument
111 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/src/
H A Dtool_cb_see.c47 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) in tool_seek_cb() argument
63 if(whence != SEEK_SET) in tool_seek_cb()
82 if(LSEEK_ERROR == lseek(in->fd, offset, whence)) in tool_seek_cb()
95 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
101 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence) argument
103 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence) argument
110 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/src/
H A Dtool_cb_see.c47 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) in tool_seek_cb() argument
63 if(whence != SEEK_SET) in tool_seek_cb()
82 if(LSEEK_ERROR == lseek(in->fd, offset, whence)) in tool_seek_cb()
95 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
101 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence) argument
104 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence) argument
111 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
/dports/shells/ksh93/ast-93u/src/lib/libast/disc/
H A Dsfdcdos.c88 register int whence;
236 register int whence;
244 whence= -1;
251 whence = 1;
258 m=whence;
264 m += whence;
265 if(whence>0)
270 if(whence<0)
281 register int whence;
290 switch(whence)
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/disc/
H A Dsfdcdos.c88 register int whence;
236 register int whence;
244 whence= -1;
251 whence = 1;
258 m=whence;
264 m += whence;
265 if(whence>0)
270 if(whence<0)
281 register int whence;
290 switch(whence)
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/disc/
H A Dsfdcdos.c88 register int whence;
236 register int whence;
244 whence= -1;
251 whence = 1;
258 m=whence;
264 m += whence;
265 if(whence>0)
270 if(whence<0)
281 register int whence;
290 switch(whence)
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/mvdan.cc/interfacer/check/testdata/files/
H A Dconst.go19 var whence int = 0
20 s.Seek(offset, whence)
24 var whence int = 0
25 rs.Seek(offset, whence)
30 var whence int = 0
31 s.Seek(offset2, whence)
36 var whence int = 0
37 rs.Seek(offset2, whence)

12345678910>>...492