Searched refs:opt_b (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/postfix-255/postfix/mantools/
H A Dxpostconf27 $opt_b = undef;
140 $text =~ s/\.\s.*/.\n\n/s if ($opt_b);
150 $text =~ s/\.\s.*/.\n\n/s if ($opt_b);
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/
H A Dgen-oid.pl44 if($opt_b) {
45 $onlybase = $opt_b;
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/
H A Dyapp132 use vars qw ( $opt_n $opt_m $opt_V $opt_v $opt_o $opt_h $opt_s $opt_t $opt_b);
262 defined($opt_b)
264 $opt_b
265 or $opt_b = $Config{perlpath};
266 print OUT "#!$opt_b\n";
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dt_api.pl180 $T_dir = $main'opt_b if (defined($main'opt_b));
/macosx-10.10/msdosfs-209.1.1/newfs_msdos.tproj/
H A Dnewfs_msdos.c355 static u_int opt_F, opt_I, opt_S, opt_a, opt_b, opt_c, opt_e; local
413 opt_b = argtox(optarg, 1, "block size");
418 opt_b = 0;
538 if (opt_b) {
539 if (!powerof2(opt_b))
540 errx(1, "block size (%u) is not a power of 2", opt_b);
541 if (opt_b < bpb.bps)
543 opt_b, bpb.bps);
544 if (opt_b > bpb.bps * MAXSPC)
546 opt_b, bp
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dmk-ca-bundle.pl37 use vars qw($opt_b $opt_d $opt_f $opt_h $opt_i $opt_l $opt_n $opt_p $opt_q $opt_s $opt_t $opt_u $opt_v $opt_w);
405 if ($opt_b && -e $crt) {
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dshtool270 opt_b=""
1283 if [ $# -eq 0 ] && [ ".$opt_b" != . ]; then
1313 if [ ".$opt_b" != . ]; then
1314 orig="$opt_b"
1399 if [ ".$opt_b" = . ]; then
/macosx-10.10/dtrace-147/test/cmd/scripts/
H A Ddtest.pl223 if ($opt_b) {
/macosx-10.10/less-25/less/
H A Dfuncs.h199 public void opt_b ();
H A Doptfunc.c386 opt_b(type, s) function
H A Dopttbl.c145 NUMBER|INIT_HANDLER, 64, &bufspace, opt_b,
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/Getopt/
H A DMixed.pm522 If B<-b> is an option that takes an argument, then C<$opt_b> will be
525 but not supplied, C<$opt_b> will be set to the null string.

Completed in 182 milliseconds