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

/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dhotkernel60 my $mods = defined $main::opt_m and $main::opt_m ? 1 : 0;
/netbsd-current/external/cddl/dtracetoolkit/dist/
H A Dhotkernel60 my $mods = defined $main::opt_m and $main::opt_m ? 1 : 0;
/netbsd-current/external/bsd/openldap/dist/build/
H A Dshtool228 opt_m="0755"
242 opt_m=""
1010 if [ ".$opt_m" != ".-" ]; then
1012 echo "chmod $opt_m $dsttmp" 1>&2
1014 chmod $opt_m $dsttmp || shtool_exit $?
1081 if [ ".$opt_m" != . ]; then
1083 echo "chmod $opt_m $p" 1>&2
1085 chmod $opt_m $p || errstatus=$?
1118 if [ ".$opt_m" != . ]; then
1120 echo "chmod $opt_m
[all...]
/netbsd-current/sys/arch/sgimips/stand/sgivol/
H A Dsgivol.c66 int opt_m; /* Move (rename) a file in the volume header */ variable
119 #define RESET_OPTS() opt_i = opt_m = opt_r = opt_w = opt_d = opt_p = 0
154 ++opt_m;
172 if (opt_m || opt_r || opt_w) {
202 (opt_i | opt_m | opt_w | opt_d | opt_p) ? O_RDWR : O_RDONLY);
253 if (opt_m) {
/netbsd-current/crypto/external/bsd/heimdal/dist/cf/
H A Dmake-proto.pl51 if($opt_m) {
52 foreach $i (split(/,/, $opt_m)) {
/netbsd-current/external/gpl2/groff/dist/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) {
/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Dfind-doc-nits38 our($opt_m);
83 $opt_m = "man1,man3,man5,man7" unless $opt_m;
85 unless $opt_m =~ /^(man[1357][, ]?)*$/;
86 my @sections = ( split /[, ]/, $opt_m );
/netbsd-current/sys/kern/
H A Duipc_socket2.c1683 bool opt_m = false; local
1696 opt_m = true;
1748 if (opt_m == true)
1765 if (opt_m == true)
/netbsd-current/
H A Dbuild.sh1171 opt_m=false
1264 opt_m=true
1493 if $opt_m && ! $opt_a; then

Completed in 283 milliseconds