Home
last modified time | relevance | path

Searched refs:opt_prefix (Results 1 – 25 of 116) sorted by relevance

12345

/dports/net-mgmt/rate/rate-0.9/
H A Drate.c66 int opt_prefix = -1; variable
172 if(!check_regex(data + opt_prefix, hd->caplen - opt_prefix, opt_nul_char)) return; in counter_callback()
174 bytes += hd->len - opt_prefix; in counter_callback()
177 custom_counter(data + opt_prefix, hd->caplen - opt_prefix, hd->len); in counter_callback()
295 case 'p': opt_prefix = atoi(optarg); break; in main()
324 if(opt_prefix == -1) in main()
325 opt_prefix = llheader(pcap_datalink(handle)); in main()
327 if(opt_prefix == -1) in main()
328 opt_prefix = 14; in main()
/dports/net/p5-Net-NIS-Listgroup/Net-NIS-Listgroup-1.0.0/
H A DMakefile.PL38 my $opt_prefix;
41 "prefix:s"=>\$opt_prefix,
75 $opts{PREFIX} = $opt_prefix if $opt_prefix;
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/
H A Dcompile-cluster117 my $opt_prefix;
121 my $prefix_length = length($opt_prefix);
122 if (($prefix_length > 0) && (index($path,$opt_prefix) == 0))
159 'prefix=s' => \$opt_prefix,
177 if($opt_prefix)
179 push(@args, "-DCMAKE_INSTALL_PREFIX=$opt_prefix");
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/
H A Dcompile-cluster117 my $opt_prefix;
121 my $prefix_length = length($opt_prefix);
122 if (($prefix_length > 0) && (index($path,$opt_prefix) == 0))
159 'prefix=s' => \$opt_prefix,
177 if($opt_prefix)
179 push(@args, "-DCMAKE_INSTALL_PREFIX=$opt_prefix");
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/
H A Dcompile-cluster117 my $opt_prefix;
121 my $prefix_length = length($opt_prefix);
122 if (($prefix_length > 0) && (index($path,$opt_prefix) == 0))
159 'prefix=s' => \$opt_prefix,
177 if($opt_prefix)
179 push(@args, "-DCMAKE_INSTALL_PREFIX=$opt_prefix");
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/
H A Dcompile-cluster117 my $opt_prefix;
121 my $prefix_length = length($opt_prefix);
122 if (($prefix_length > 0) && (index($path,$opt_prefix) == 0))
159 'prefix=s' => \$opt_prefix,
177 if($opt_prefix)
179 push(@args, "-DCMAKE_INSTALL_PREFIX=$opt_prefix");
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/
H A Dcompile-cluster117 my $opt_prefix;
121 my $prefix_length = length($opt_prefix);
122 if (($prefix_length > 0) && (index($path,$opt_prefix) == 0))
159 'prefix=s' => \$opt_prefix,
177 if($opt_prefix)
179 push(@args, "-DCMAKE_INSTALL_PREFIX=$opt_prefix");
/dports/databases/mtop/mtop-0.6.6/
H A DMakefile.PL41 my $opt_prefix;
44 "prefix:s"=>\$opt_prefix,
84 $opts{PREFIX} = $opt_prefix if $opt_prefix;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/
H A Dcompile-cluster220 my $opt_prefix;
224 my $prefix_length = length($opt_prefix);
225 if (($prefix_length > 0) && (index($path,$opt_prefix) == 0))
263 'prefix=s' => \$opt_prefix,
282 if($opt_prefix)
284 push(@args, "-DCMAKE_INSTALL_PREFIX=$opt_prefix");
/dports/science/dynare/dynare-4.6.4/macOS/brewfiles/
H A Dgcc.rb71 --with-gmp=#{Formula["gmp"].opt_prefix}
72 --with-mpfr=#{Formula["mpfr"].opt_prefix}
73 --with-mpc=#{Formula["libmpc"].opt_prefix}
74 --with-isl=#{Formula["isl"].opt_prefix}
H A Dlibmpc.rb24 --with-gmp=#{Formula["gmp"].opt_prefix}
25 --with-mpfr=#{Formula["mpfr"].opt_prefix}
/dports/misc/lesspipe/lesspipe-1.83/
H A Dconfigure13 use vars qw($opt_help $opt_prefix $opt_yes $opt_default $opt_ask $opt_nomake
47 $opt_prefix ||= '/usr/local';
49 print "removed trailing /bin dir from prefix\n" if $opt_prefix =~ m|/bin/?$|;
50 $opt_prefix =~ s|(/bin)?/?$||;
72 PREFIX = $opt_prefix
213 $ifsyntax ne 'n' ? "and code2color " : "", "to $opt_prefix/bin\n";
/dports/devel/quilt/quilt-0.66/bin/
H A Dpatch-wrapper.in61 dest=$opt_prefix${file#$dir/}$opt_suffix
100 opt_prefix=
130 opt_prefix=$2
164 [ -n "$opt_prefix$opt_suffix" ] || opt_suffix=.orig
/dports/graphics/jpgtn/jpgtn-2.06/src/
H A Djpgtn.c66 char *opt_prefix = NULL; /* Output filename prefix */ in main() local
120 opt_prefix = optarg; in main()
141 opt_prefix = "tn_"; in main()
157 opt_flag_prefix, opt_prefix); in main()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/
H A Dcompile-cluster196 my $opt_prefix;
200 my $prefix_length = length($opt_prefix);
201 if (($prefix_length > 0) && (index($path,$opt_prefix) == 0))
238 'prefix=s' => \$opt_prefix,
256 if($opt_prefix)
258 push(@args, "-DCMAKE_INSTALL_PREFIX=$opt_prefix");
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/
H A Dcompile-cluster196 my $opt_prefix;
200 my $prefix_length = length($opt_prefix);
201 if (($prefix_length > 0) && (index($path,$opt_prefix) == 0))
238 'prefix=s' => \$opt_prefix,
256 if($opt_prefix)
258 push(@args, "-DCMAKE_INSTALL_PREFIX=$opt_prefix");
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/
H A Dcompile-cluster196 my $opt_prefix;
200 my $prefix_length = length($opt_prefix);
201 if (($prefix_length > 0) && (index($path,$opt_prefix) == 0))
238 'prefix=s' => \$opt_prefix,
256 if($opt_prefix)
258 push(@args, "-DCMAKE_INSTALL_PREFIX=$opt_prefix");
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/
H A Dcompile-cluster196 my $opt_prefix;
200 my $prefix_length = length($opt_prefix);
201 if (($prefix_length > 0) && (index($path,$opt_prefix) == 0))
238 'prefix=s' => \$opt_prefix,
256 if($opt_prefix)
258 push(@args, "-DCMAKE_INSTALL_PREFIX=$opt_prefix");
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/
H A Dcompile-cluster196 my $opt_prefix;
200 my $prefix_length = length($opt_prefix);
201 if (($prefix_length > 0) && (index($path,$opt_prefix) == 0))
238 'prefix=s' => \$opt_prefix,
256 if($opt_prefix)
258 push(@args, "-DCMAKE_INSTALL_PREFIX=$opt_prefix");
/dports/databases/postgresql96-server/postgresql-9.6.24/src/pl/plperl/
H A Dtext2macro.pl32 'prefix=s' => \my $opt_prefix,
56 $opt_prefix || '',
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/pl/plperl/
H A Dtext2macro.pl32 'prefix=s' => \my $opt_prefix,
56 $opt_prefix || '',
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/pl/plperl/
H A Dtext2macro.pl32 'prefix=s' => \my $opt_prefix,
56 $opt_prefix || '',
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/pl/plperl/
H A Dtext2macro.pl32 'prefix=s' => \my $opt_prefix,
56 $opt_prefix || '',
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/pl/plperl/
H A Dtext2macro.pl32 'prefix=s' => \my $opt_prefix,
56 $opt_prefix || '',
/dports/databases/postgresql10-server/postgresql-10.19/src/pl/plperl/
H A Dtext2macro.pl32 'prefix=s' => \my $opt_prefix,
56 $opt_prefix || '',

12345