Home
last modified time | relevance | path

Searched refs:opt_offset (Results 26 – 50 of 130) sorted by relevance

123456

/dports/lang/python39/Python-3.9.9/Python/
H A Ddynload_win.c59 DWORD pe_offset, opt_offset; local
91 opt_offset = pe_offset + 4 + 20;
92 opt_magic = WORD_AT(dllbase+opt_offset);
112 if (DWORD_AT(dllbase + opt_offset + num_dict_off) >= 2) {
115 if (0 == DWORD_AT(dllbase + opt_offset + import_off + sizeof(DWORD)))
118 opt_offset +
/dports/lang/python310/Python-3.10.1/Python/
H A Ddynload_win.c59 DWORD pe_offset, opt_offset; local
91 opt_offset = pe_offset + 4 + 20;
92 opt_magic = WORD_AT(dllbase+opt_offset);
112 if (DWORD_AT(dllbase + opt_offset + num_dict_off) >= 2) {
115 if (0 == DWORD_AT(dllbase + opt_offset + import_off + sizeof(DWORD)))
118 opt_offset +
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Ddynload_win.c65 DWORD pe_offset, opt_offset; local
97 opt_offset = pe_offset + 4 + 20;
98 opt_magic = WORD_AT(dllbase+opt_offset);
118 if (DWORD_AT(dllbase + opt_offset + num_dict_off) >= 2) {
121 if (0 == DWORD_AT(dllbase + opt_offset + import_off + sizeof(DWORD)))
124 opt_offset +
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Ddynload_win.c65 DWORD pe_offset, opt_offset; local
97 opt_offset = pe_offset + 4 + 20;
98 opt_magic = WORD_AT(dllbase+opt_offset);
118 if (DWORD_AT(dllbase + opt_offset + num_dict_off) >= 2) {
121 if (0 == DWORD_AT(dllbase + opt_offset + import_off + sizeof(DWORD)))
124 opt_offset +
/dports/lang/python-tools/Python-3.8.12/Python/
H A Ddynload_win.c65 DWORD pe_offset, opt_offset; local
97 opt_offset = pe_offset + 4 + 20;
98 opt_magic = WORD_AT(dllbase+opt_offset);
118 if (DWORD_AT(dllbase + opt_offset + num_dict_off) >= 2) {
121 if (0 == DWORD_AT(dllbase + opt_offset + import_off + sizeof(DWORD)))
124 opt_offset +
/dports/lang/python37/Python-3.7.12/Python/
H A Ddynload_win.c83 DWORD pe_offset, opt_offset; local
115 opt_offset = pe_offset + 4 + 20;
116 opt_magic = WORD_AT(dllbase+opt_offset);
136 if (DWORD_AT(dllbase + opt_offset + num_dict_off) >= 2) {
139 if (0 == DWORD_AT(dllbase + opt_offset + import_off + sizeof(DWORD)))
142 opt_offset +
/dports/lang/python38/Python-3.8.12/Python/
H A Ddynload_win.c65 DWORD pe_offset, opt_offset; local
97 opt_offset = pe_offset + 4 + 20;
98 opt_magic = WORD_AT(dllbase+opt_offset);
118 if (DWORD_AT(dllbase + opt_offset + num_dict_off) >= 2) {
121 if (0 == DWORD_AT(dllbase + opt_offset + import_off + sizeof(DWORD)))
124 opt_offset +
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Ddynload_win.c65 DWORD pe_offset, opt_offset; local
97 opt_offset = pe_offset + 4 + 20;
98 opt_magic = WORD_AT(dllbase+opt_offset);
118 if (DWORD_AT(dllbase + opt_offset + num_dict_off) >= 2) {
121 if (0 == DWORD_AT(dllbase + opt_offset + import_off + sizeof(DWORD)))
124 opt_offset +
/dports/lang/python311/Python-3.11.0a3/Python/
H A Ddynload_win.c62 DWORD pe_offset, opt_offset; local
94 opt_offset = pe_offset + 4 + 20;
95 opt_magic = WORD_AT(dllbase+opt_offset);
115 if (DWORD_AT(dllbase + opt_offset + num_dict_off) >= 2) {
118 if (0 == DWORD_AT(dllbase + opt_offset + import_off + sizeof(DWORD)))
121 opt_offset +
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/dk/
H A Dtv_grab_dk182 my ($opt_days, $opt_offset, $opt_help, $opt_output,
185 $opt_offset = 0; # default
187 'offset=i' => \$opt_offset,
201 if ((defined $opt_days && $opt_days < 0) || ($opt_offset < 0));
204 if ($opt_offset > 6);
208 $opt_days = 7 - $opt_offset;
211 if (($opt_days + $opt_offset) > 7) {
212 $opt_days = 7 - $opt_offset;
388 for (my $i = $opt_offset;$i<($opt_offset + $opt_days);$i++) {
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/src/
H A Dscanopt.c646 int *opt_offset;
651 *opt_offset = -1;
669 *opt_offset = i;
687 *opt_offset = i;
694 *opt_offset = -1;
698 *opt_offset = -1;
717 int opt_offset = -1; local
749 &opt_offset)) {
784 (s, 0, pstart, namelen, &errcode, &opt_offset)) {
807 optp = s->options + opt_offset;
[all …]
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/za/
H A Dtv_grab_za220 my ($opt_days, $opt_offset, $opt_help, $opt_output,
228 'offset=i' => \$opt_offset,
252 die "--offset cannot be negative" if defined $opt_offset and $opt_offset < 0;
254 if ($opt_offset) {
255 $opt_days += $opt_offset;
256 } else { $opt_offset = 0; }
281 $opt_offset = 0 if !$opt_offset;
284 die "--offset cannot be negative" if $opt_offset < 0;
288 die "--offset ($opt_offset) plus --days ($opt_days) exceeds site availability ($max_days)" if ($opt…
854 for (my $i=$opt_offset; $i <= ($opt_offset + $opt_days) && $i < $max_days; $i++) {
[all …]
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/
H A DGrab_XML.pm196 $opt_offset,
202 $opt_offset = 0; # default
209 'offset=i' => \$opt_offset,
250 my $now = DateCalc(parse_local_date('now'), "$opt_offset days");
264 if defined $opt_days or $opt_offset != 0;
/dports/misc/freeguide/freeguide-0.11.1/xmltv/share/perl5/XMLTV/
H A DGrab_XML.pm196 $opt_offset,
202 $opt_offset = 0; # default
209 'offset=i' => \$opt_offset,
250 my $now = DateCalc(parse_local_date('now'), "$opt_offset days");
264 if defined $opt_days or $opt_offset != 0;
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/nc/
H A Dtv_grab_nc95 my ($opt_offset, $opt_days);
105 'offset=i' => \$opt_offset,
127 die 'Offset must not be negative' if (defined $opt_offset && $opt_offset < 0);
128 $opt_offset = 0 if not defined $opt_offset;
579 @progs = get_canalsat_programmes_list($_->{'id'}, $opt_offset, $opt_days);
/dports/textproc/flex/flex-2.6.4/src/
H A Dscanopt.c598 len, int *err_code, int *opt_offset) in find_opt() argument
603 *opt_offset = -1; in find_opt()
619 *opt_offset = i; in find_opt()
637 *opt_offset = i; in find_opt()
644 *opt_offset = -1; in find_opt()
648 *opt_offset = -1; in find_opt()
664 int opt_offset = -1; in scanopt() local
696 &opt_offset)) { in scanopt()
731 (s, 0, pstart, namelen, &errcode, &opt_offset)) { in scanopt()
754 optp = s->options + opt_offset; in scanopt()
[all …]
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/re/
H A Dtv_grab_re103 my ($opt_offset, $opt_days);
113 'offset=i' => \$opt_offset,
135 die 'Offset must not be negative' if (defined $opt_offset && $opt_offset < 0);
136 $opt_offset = 0 if not defined $opt_offset;
807 @progs = get_canalsat_programmes_list($_->{'id'}, $opt_offset, $opt_days);
811 @progs = get_parabole_programmes_list($_->{'id'}, $opt_offset, $opt_days);
/dports/security/sshpass/sshpass-1.09/
H A Dmain.c184 int opt_offset=parse_options( argc, argv ); in main() local
186 if( opt_offset<0 ) { in main()
190 return -(opt_offset+1); // -1 becomes 0, -2 becomes 1 etc. in main()
193 if( argc-opt_offset<1 ) { in main()
209 return runprogram( argc-opt_offset, argv+opt_offset ); in main()
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/ch_search/
H A Dtv_grab_ch_search.in166 my $opt_offset = 0;
178 'offset=i' => \$opt_offset,
191 if($opt_offset < 0 || $opt_days < 0);
195 my $grab_start = DateTime->now(time_zone => 'Europe/Zurich')->add( days => $opt_offset );
196 my $grab_stop = DateTime->now(time_zone => 'Europe/Zurich')->add ( days => $opt_offset + $opt_days …
293 $writer_args{offset} = $opt_offset;
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/jp/
H A Dtv_grab_jp174 my ($opt_days, $opt_offset, $opt_help, $opt_output,
178 $opt_offset = 0; # default
192 'offset=i' => \$opt_offset,
198 if (defined $opt_offset && $opt_offset < 0);
619 my $output_sdate = UnixDate(DateCalc($today, "+ $opt_offset days"), '%Q');
620 my $edays = $opt_offset + $opt_days - 1;
622 if ($opt_offset > 0 || $opt_days < 7) {
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/ch/
H A Dtv_grab_ch.in170 my $opt_offset = 0;
182 'offset=i' => \$opt_offset,
195 if($opt_offset < 0 || $opt_days < 0);
199 my $grab_start = DateCalc("00:00:00", "+ $opt_offset days");
324 $writer_args{'offset'} = $opt_offset;
495 my $limit = $opt_offset * 27; # assume 27 shows a day (average)
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/in/
H A Dtv_grab_in215 my $opt_offset =0; # day to start
248 'offset=i' => \$opt_offset,
498 my $deltastart = ParseDateDelta("+$opt_offset days");
499 my $deltastop = ParseDateDelta("+".$opt_offset+$opt_days." days");
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/ch_bluewin/
H A Dtv_grab_ch_bluewin.in168 my $opt_offset = 0;
180 'offset=i' => \$opt_offset,
193 if($opt_offset < 0 || $opt_days < 0);
197 my $grab_start = DateCalc("00:00:00", "+ $opt_offset days");
339 $writer_args{offset} = $opt_offset;
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/es_laguiatv/
H A Dtv_grab_es_laguiatv149 my ($opt_days, $opt_offset, $opt_help, $opt_output,
153 $opt_offset = 0; # default
157 'offset=i' => \$opt_offset,
177 if ( $opt_offset + $opt_days > 4 );
415 my $now = DateCalc(parse_date('now'), "$opt_offset days");
622 my $startgrab = $today->clone->add('days' => $opt_offset)->epoch();
623 my $stopgrab = $today->clone->add('days' => ($opt_offset + $opt_days))->epoch();
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/no/
H A Dtv_grab_no225 my ($opt_days, $opt_offset, $opt_help, $opt_output,
229 $opt_offset = 0; # default
231 'offset=i' => \$opt_offset,
382 my $i = $opt_offset + $d;

123456