| /onnv/onnv-gate/usr/src/cmd/volcheck/ |
| volcheck.c | 58 boolean_t opt_t = B_FALSE; local 73 opt_t = B_TRUE;
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| modhash.c | 356 uint_t opt_t = FALSE; local 369 't', MDB_OPT_SETBITS, TRUE, &opt_t, 408 new_argv[0].a_un.a_str = opt_t ? "-st" : "-s"; 417 if (opt_s | opt_t) { 447 if (opt_t != 0) { 502 if (opt_t != 0) { 601 const char *opt_t = NULL; local 613 't', MDB_OPT_STR, &opt_t, 619 if ((opt_k && opt_v) || (opt_t != NULL && (opt_k || opt_v)) || 625 if (opt_t != NULL && strcmp(opt_t, htep->hte_type) == 0 [all...] |
| net.c | 1230 uint_t opt_t; member in struct:__anon1 [all...] |
| /onnv/onnv-gate/usr/src/cmd/ipf/tools/ |
| ipmon_y.y | 30 } opt_t; 33 static opt_t *new_opt __P((int)); 302 static opt_t *new_opt(type) 305 opt_t *o; 307 o = (opt_t *)malloc(sizeof(*o)); 319 opt_t *olist; 322 opt_t *o;
|
| /onnv/onnv-gate/usr/src/tools/scripts/ |
| wdiff.pl | 50 $title = $opt_t ? $opt_t : "Differences between $ARGV[0] and $ARGV[1]";
|
| /onnv/onnv-gate/usr/src/cmd/fm/scripts/ |
| buildcode.pl | 64 use vars qw($opt_c $opt_v $opt_V $opt_t); 324 if ($opt_t) {
|
| /onnv/onnv-gate/usr/src/cmd/lgrpinfo/ |
| lgrpinfo.pl | 72 our($opt_a, $opt_l, $opt_m, $opt_c, $opt_C, $opt_e, $opt_t, $opt_h, $opt_u, 73 $opt_r, $opt_L, $opt_P, $opt_I, $opt_T, $opt_G); 86 "t" => \$opt_t, 87 "T" => \$opt_T, 97 $nfilters++ if $opt_T; 106 if ($opt_T && ($opt_I || $opt_t)) { 113 if ($opt_T && scalar @ARGV) { 128 $opt_a || $opt_l || $opt_m || $opt_c || $opt_e || $opt_t || $opt_r; 142 my $do_all = 1 if $opt_a || ($do_default && !($opt_T || $opt_L)) [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/fmstat/common/ |
| fmstat.c | 699 int opt_a = 0, opt_s = 0, opt_t = 0, opt_T = 0, opt_z = 0; local 747 opt_t++; 750 opt_T++; 771 if (opt_t != 0 && (opt_m != NULL || opt_s != 0)) { 777 if (opt_t != 0 && opt_T != 0) { 797 else if (opt_T) 801 else if (opt_t)
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
| options.c | 181 } opt_t; typedef in typeref:struct:_opt_t 185 opt_t opt; 968 opt_t *o1 = (opt_t *)p1; 969 opt_t *o2 = (opt_t *)p2; 1003 opt_t *sopt; [all...] |
| /onnv/onnv-gate/usr/src/cmd/smbios/ |
| smbios.c | 53 static int opt_t = -1; variable 927 if (opt_t != -1 && opt_t != sp->smbstr_type) 1160 opt_t = getu16("struct type", optarg); 1162 opt_t = getstype("struct type", optarg); 1214 if (opt_O && (opt_i != -1 || opt_t != -1))
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/ |
| dprofpp.PL | 476 exit(0) if $opt_T || $opt_t; 756 if( $opt_T ){ 760 elsif( $opt_t ){ 798 if( $opt_t ){ 861 if( $opt_T || $opt_t ){
|
| h2xs.PL | 587 $opt_t, 623 'default-type|t=s' => \$opt_t, 702 $opt_t ||= 'IV'; [all...] |
| perlbug.PL | 240 $address = $::opt_a || ($::opt_t ? $testaddress : $perlbug); [all...] |
| c2ph.PL | 381 $opt_t && $trace++; [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/fmtopo/common/ |
| fmtopo.c | 60 static int opt_t = 0; variable 1233 opt_t++; 1293 if (opt_t || walk_topo(thp, uuid) < 0) {
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/sdbc/ |
| sdbc.c | 2915 uint_t opt_t = FALSE; \/* attached *\/ local [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/ |
| mdb_proc.c | 1864 uint_t opt_t = 0; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
| Perldoc.pm | 127 sub opt_t { # choose plaintext as output format subroutine 130 return $self->_elem('opt_t', @_); 529 if(!$self->opt_T # so -T can FORCE sending to STDOUT 642 $self->{'output_to_stdout'} = 1 if $self->opt_T or ! -t STDOUT; 663 # $self->opt_t, $self->opt_u, $self->opt_m, $self->opt_l [all...] |