| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/filtdesc/ |
| postprint.fd | 34 Options: PAGES * = -o* 35 Options: LENGTH * = -l* 36 Options: MODES group = -n2 37 Options: MODES group\=\([2-9]\) = -n\1 38 Options: MODES portrait = -pp 39 Options: MODES landscape = -pl 40 Options: MODES x\=\(\-*[\.0-9]*\) = -x\1 41 Options: MODES y\=\(\-*[\.0-9]*\) = -y\1 42 Options: MODES magnify\=\([\.0-9]*\) = -m\1 43 Options: MODES catv_filter = - [all...] |
| pr.fd | 34 Options: MODES prtitle\=\(\'.*\'\) = -h \1 35 Options: MODES width\=\(.*\) = -w\1 36 Options: MODES indent\=\(.*\) = -o\1
|
| catv.fd | 34 Options: MODES catv_filter = -v
|
| postpages.fd | 34 Options: PAGES * = -o*
|
| /onnv/onnv-gate/usr/src/cmd/luxadm/ |
| adm.c | 83 int Options; 187 if (Options & OPTION_P) { 195 retval += fcal_update(Options & PVERBOSE, NULL); 202 retval += q_qlgc_update(Options & PVERBOSE, NULL); 266 Options & PVERBOSE, file); 278 Options & PVERBOSE, file); 469 Options |= PVERBOSE; 472 Options |= EXPERT; 527 /* Extract & Save subcommand options */ 542 Options |= OPTION_A [all...] |
| hot.h | 71 extern int Options;
|
| g_adm.c | 63 extern int Options; 277 &path_struct, Options & PVERBOSE)) != 0) { 293 &path_struct, Options & PVERBOSE)) != 0) { 310 f_r, slot, Options & PVERBOSE)) != 0) { 474 &path_struct, Options & PVERBOSE)) != 0) { 491 Options & PVERBOSE)) != 0) { 507 f_r, slot, Options & PVERBOSE)) != 0) { 523 if (err = g_force_lip(path_phys, Options & PVERBOSE)) { 561 &path_struct, Options & PVERBOSE)) != 0) { 580 &path_struct, Options & PVERBOSE) [all...] |
| common.h | 85 #define VERBPRINT if (Options & PVERBOSE) (void) printf 200 extern int Options;
|
| /onnv/onnv-gate/usr/src/cmd/ssh/include/ |
| readconf.h | 30 * We accept only fixed amount of unknown options. Note that we must treat all 31 * options in different Host sections separately since we need to remember the 130 * Unknown options listed in IgnoreIfUnknown will not cause ssh to 131 * exit. So, we must store all unknown options here and can't process 132 * them before the command line options and all config files are read 159 } Options; 162 void initialize_options(Options *); 163 void fill_default_options(Options *); 164 int read_config_file(const char *, const char *, Options *); 168 process_config_line(Options *, const char *, char *, const char *, int, int *) [all...] |
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| Options.h | 18 class Options { 20 Options(int argc, T *const *, const T *); 21 // Returns false if there are no more options. 44 #include "Options.cxx"
|
| Options.cxx | 16 Options<T>::Options(int argc, T *const *argv, const T *opts) 22 const T *Options<T>::search(T c) const 31 bool Options<T>::get(T &c)
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/ |
| perlcc.PL | 70 our ($Options, $BinPerl, $Backend); 100 delete $Options->{S}; 163 $Options = {}; 164 Getopt::Long::GetOptions( $Options, 182 'Wb:s', # pass (comma-sepearated) options to backend 186 $Options->{v} += 0; 190 $Options->{t} = 0; 210 $Options->{shared}++ if $Input =~ /\.pm\z/; 221 return exists($Options->{$opt}) && ($Options->{$opt} || 0) [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/common/ |
| ResourceBundle.properties | 32 exp_exporting_options=Exporting options... 36 exp_deleting_options=Deleting options... 46 exp_err_exporting_options=Error while exporting options, message was:\n{0} 49 exp_err_deleting_options=The following errors occurred while deleting options: 53 all_options=All Options 60 importing_options=Importing Options... 65 imp_err_importing_options=The following errors occurred while importing options:
|
| /onnv/onnv-gate/usr/src/tools/pmodes/ |
| README.pmodes | 36 Options that modify what is changed: 47 Options that modify the output:
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Time/ |
| Local.pm | 25 my (%Options, %Cheat); 81 unless ($Options{no_range_check}) { 100 unless ($Options{no_range_check} or abs($days) < $MaxDay) { 114 local $Options{no_range_check} = 1; 152 local $Options{no_range_check} = 1;
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/common/ |
| ResourceBundle.properties | 46 multiple_functions=Options {0} and {1} cannot be used together. 63 getopt_cannot_group=Option cannot be grouped with other options: {0}
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/ |
| cpan | 27 =head2 Meta Options 29 These options are mutually exclusive, and the script processes 32 ignores any other command line options. 54 =head2 Module options 56 These options are mutually exclusive, and the script processes 98 * add options for other CPAN::Shell functions 137 my %options; 140 join( '', @cpan_options, $META_OPTIONS ), \%options ); 142 if( $options{h} ) 150 elsif( $options{v} [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
| Usage.t | 78 Options: 79 The OPTIONS section is displayed with -verbose >= 1. 121 =head1 OPTIONS 123 The B<OPTIONS> section is displayed with -verbose >= 1.
|
| /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/ |
| readconf.c | 36 # 1. command line options 78 # Defaults for various options 229 * Adds a local TCP/IP port forward to options. Never returns if there is an 234 add_local_forward(Options *options, const Forward *newfwd) 242 if (options->num_local_forwards >= SSH_MAX_FORWARDS_PER_DIRECTION) 244 fwd = &options->local_forwards[options->num_local_forwards++]; 254 * Adds a remote TCP/IP port forward to options. Never returns if there is 259 add_remote_forward(Options *options, const Forward *newfwd [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| DBM_Filter.pm | 25 our %Options = map { $_, 1 } qw( 87 if ( ! $Options{lc $_[0]} ) {
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/ |
| ResourceBundle.properties | 48 err_reading_options=The following error occurred while reading the server's options:\n{0} 58 # Standard options initialization 60 stdopts_init_error=Error initializing standard options: {0} 121 option_view_name=Options 122 loading_options=Loading options 123 option_status_message={0,number} options loaded 124 error_loading_options=The following error was encountered while reading options:\n{0} 125 option_validation_warning=The following options contain errors: 159 empty_macro_error=This macro contains no options 514 # Service options dialo [all...] |
| /onnv/onnv-gate/usr/src/cmd/ssh/ssh-keysign/ |
| ssh-keysign.c | 153 Options options; local 186 initialize_options(&options); 187 (void)read_config_file(_PATH_HOST_CONFIG_FILE, "", &options); 188 fill_default_options(&options); 189 if (options.hostbased_authentication != 1)
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/etc/dhcp/ |
| inittab | 27 # This file provides information about all supported DHCP options, for 29 # add support for SITE options for clients; no existing options should 30 # be modified. Only SITE options will be preserved during an upgrade. 32 # options of a different client, see dhcptab(4) for details. 139 Options FIELD, 240, OCTET, 1, 60, id 154 # documentation for more information on these options.
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| CmdLineApp.cxx | 25 #include "Options.h" 250 Options < AppChar > options(argc, argv, optstr_.data()); 252 while (options.get(opt)) { 255 ostr[0] = options.opt(); 264 ostr[0] = options.opt(); 272 processOption(opt, options.arg()); 276 nextArg = options.ind();
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/ |
| Std.pm | 17 getopts('oif:', \%opts); # options as above. Values in %opts 183 $arg = "\nSpace is not required between options and their arguments."; 191 Usage: $scr [-OPTIONS [-MORE_OPTIONS]] [--] [PROGRAM_ARG1 ...] 195 The following single-character options are accepted:$help 197 Options may be merged together. -- stops processing of options.$arg
|