Searched refs:opt_m (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/ntp-92/scripts/
H A Dntptrace7 use vars qw($opt_n $opt_m);
17 $max_hosts = (defined($opt_m) ? $opt_m : 99);
H A Dntptrace.in7 use vars qw($opt_n $opt_m);
17 $max_hosts = (defined($opt_m) ? $opt_m : 99);
/macosx-10.10/ruby-106/ruby/sample/
H A Dcal.rb36 opt_j; opt_m; opt_t; opt_y; opt_c
40 def opt_m(flag=false) @opt_m = flag end method in class:Cal
51 @k = if @opt_m then 1 else 0 end
143 when '-m'; cal.opt_m(true)
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dshtool228 opt_m="0755"
242 opt_m=""
998 if [ ".$opt_m" != ".-" ]; then
1000 echo "chmod $opt_m $dsttmp" 1>&2
1002 chmod $opt_m $dsttmp || shtool_exit $?
1069 if [ ".$opt_m" != . ]; then
1071 echo "chmod $opt_m $p" 1>&2
1073 chmod $opt_m $p || errstatus=$?
1106 if [ ".$opt_m" != . ]; then
1108 echo "chmod $opt_m
[all...]
/macosx-10.10/Heimdal-398.1.2/cf/
H A Dmake-proto.pl48 if($opt_m) {
49 foreach $i (split(/,/, $opt_m)) {
/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);
245 $opt_m
247 $package=$opt_m;
/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);
6516 if (defined $opt_m) {
/macosx-10.10/msdosfs-209.1.1/newfs_msdos.tproj/
H A Dnewfs_msdos.c356 static u_int opt_h, opt_i, opt_k, opt_m, opt_n, opt_o, opt_r; local
436 opt_m = argto1(optarg, 0, "media descriptor");
565 if (opt_m < 0xf0)
566 errx(1, "illegal media descriptor (%#x)", opt_m);
567 bpb.mid = opt_m;

Completed in 186 milliseconds