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

/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dvalidate_paths.pl72 my ($opt_r, $opt_m, @opt_s, @opt_e, @opt_k, $opt_b, $opt_n);
144 my $arg, $opt_r, $opt_m, @opt_s, @opt_e, @opt_k, $opt_b, $opt_n;
149 $opt_n = "standard input";
174 $opt_n = next_arg($1);
195 process_paths(\*STDIN, $opt_n);
/opensolaris-onvv-gate/usr/src/lib/brand/solaris10/zone/
H A Duninstall.ksh49 opt_n=""
84 n ) opt_n="-n" ;;
98 if [[ -n "$opt_n" ]]; then
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_evset.c51 uintptr_t opt_n = 0; local
74 'n', MDB_OPT_UINTPTR, &opt_n,
132 if (opt_n == 0 && (setb & MDB_TGT_SPEC_AUTODIS))
160 if (opt_n)
161 sp.spec_limit = opt_n;
187 uint64_t *opt_L, uintptr_t *opt_n, uint_t *opt_o, uint_t *opt_p,
222 'n', MDB_OPT_UINTPTR, opt_n,
289 if (opt_n == 0 && (setb & MDB_TGT_SPEC_AUTODIS))
309 ev_setopts(mdb_tgt_t *t, int id, const char *opt_c, uintptr_t opt_n) argument
317 if (opt_n !
185 ev_getopts(uintmax_t addr, uint_t flags, int argc, const mdb_arg_t *argv, uint_t *evflags, char **opt_c, uint_t *opt_i, uint_t *opt_l, uint64_t *opt_L, uintptr_t *opt_n, uint_t *opt_o, uint_t *opt_p, uint_t *rwx) argument
335 uintptr_t opt_n = 0; local
380 uintptr_t opt_n = 0; local
424 uintptr_t opt_n = 0; local
475 uintptr_t opt_n = 0; local
524 uintptr_t opt_n = 0; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/projadd/
H A Dprojadd.pl86 my $opt_n;
95 "n" => \$opt_n,
118 if (defined($opt_n)) {
177 if (!defined($opt_n)) {
194 if (!defined($opt_n)) {
201 if ((!defined($opt_n)) && (!defined($opt_o))) {
266 if (!defined($opt_n)) {
H A Dprojmod.pl364 my $opt_n;
378 "n" => \$opt_n,
456 if ($opt_n) {
516 if (!defined($opt_n)) {
536 if ((!defined($opt_n)) && (!defined($opt_o))) {
629 if (!defined($opt_n)) {
/opensolaris-onvv-gate/usr/src/lib/brand/shared/zone/
H A Duninstall.ksh94 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] &&
98 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] &&
102 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] &&
106 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] &&
110 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] &&
126 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] &&
142 [[ -z "$opt_n" ]] && [[ -n "$opt_v" ]] &&
157 [[ -z "$opt_n" ]] &&
172 [[ -z "$opt_n" ]] &&
189 [[ -z "$opt_n" ]]
[all...]
/opensolaris-onvv-gate/usr/src/cmd/rmvolmgr/
H A Drmvolmgr.c70 static boolean_t opt_n; /* disable legacy mountpoint symlinks */ variable
110 opt_n = B_TRUE;
140 if (opt_n) {
169 if (opt_n) {
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl559 if ($opt_j || $opt_n || $opt_i) {
561 push(@dtrace_cmds, $dtrace_path) if ($opt_n);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL156 if (!-t STDIN && !($ok and not $::opt_n)) {
165 Edit() unless $usefile || ($ok and not $::opt_n);
271 if ($::opt_n) {
272 if (substr($::opt_n, 0, 2) eq 'ok' ) {
273 $::opt_o = substr($::opt_n, 1);
296 unless ($::opt_n) {
303 $subject = ($::opt_n ? 'Not ' : '')
541 my $reptype = !$ok ? "bug" : $::opt_n ? "build failure" : "success";
699 return if ($ok and not $::opt_n) || $body;
H A Dh2xs.PL580 $opt_n,
619 'name|n=s' => \$opt_n,
683 my $module = $opt_n || 'Your::Module';
721 unless (@path_h or $opt_n);
767 my $module = $opt_n;
796 if( $path_h =~ s#::#/#g && $opt_n ){
H A Dc2ph.PL384 $opt_n && ($perl = 0);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm143 $self->_elem('opt_n', @_);
646 $self->opt_n("nroff") unless $self->opt_n;
647 $self->add_formatter_option( '__nroffer' => $self->opt_n );
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd146 return $default unless (-t STDIN) && (-t STDOUT) && !$opt_n;
1414 if ((-t STDIN) && (-t STDOUT) && !$opt_n) {
1575 if (-t STDIN) && (-t STDOUT) && !$opt_n;

Completed in 77 milliseconds