Searched refs:opt_s (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/ntp-92/scripts/
H A Dntp-wait.in8 $opt_s = 6; # Seconds to sleep between tries (6s = 10/min)
51 sleep($opt_s);
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dnssec/
H A Ddnssec_update_test.pl43 $opt_s = "127.0.0.1";
49 $res->nameservers($opt_s);
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/stress/
H A Dupdate.pl48 $opt_s = "127.0.0.1";
54 $res->nameservers($opt_s);
105 print "I:Update of $opt_s zone $zone successful.\n";
/macosx-10.10/postfix-255/postfix/mantools/
H A Dxpostconf30 $opt_s = undef;
100 if ($opt_s) {
101 open(SPEC, "$opt_s") || die "cannot open $opt_s: $!\m";
/macosx-10.10/ruby-106/ruby/tool/
H A Did2token.rb13 end or abort opt.opt_s
/macosx-10.10/vim-55/runtime/tools/
H A Dshtags.pl132 if( $opt_s )
134 $shell = $opt_s;
/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);
96 my $default_signature_algorithms = $opt_s = "MD5";
221 my @included_signature_algorithms = PARSE_CSV_PARAM( "signature algorithm", $opt_s, @valid_signature_algorithms );
/macosx-10.10/dtrace-147/test/cmd/scripts/
H A Ddtest.pl285 unless ($opt_s) {
294 unless ($opt_s) {
607 unless ($opt_s) {
/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);
255 $opt_s = $opt_s ? 1 : 0;
270 standalone => $opt_s,
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/nsupdate/
H A Dupdate_test.pl48 $opt_s = "127.0.0.1";
54 $res->nameservers($opt_s);
/macosx-10.10/groff-38/groff/src/utils/afmtodit/
H A Dafmtodit.pl6055 our ($opt_a, $opt_d, $opt_e, $opt_i, $opt_m, $opt_n, $opt_s, $opt_v, $opt_x);
6422 print("special\n") if $opt_s;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dshtool227 opt_s=no
254 opt_s=no
268 opt_s=no
980 if [ ".$opt_s" = .yes ]; then
1147 if [ ".$opt_s" = .yes ]; then
1287 if [ $# -eq 0 ] && [ ".$opt_s" = .yes ]; then
1378 if [ ".$opt_s" = .yes ]; then
/macosx-10.10/msdosfs-209.1.1/newfs_msdos.tproj/
H A Dnewfs_msdos.c357 static u_int opt_s, opt_u, opt_P; local
450 opt_s = argto4(optarg, 1, "file system size (in sectors)");
497 if (opt_s)
498 bpb.bsec = opt_s;
501 if (!(opt_f || (opt_h && opt_u && opt_S && opt_s && oflag)))

Completed in 130 milliseconds