Searched refs:opts (Results 1 - 25 of 575) sorted by relevance

1234567891011>>

/macosx-10.10/OpenSSL098-52/src/tools/
H A Dc89.sh5 opts=""
11 *) opts="$opts $arg" ;;
15 c89 $lopts $opts
/macosx-10.10/ncurses-44/ncurses/form/
H A Dfrm_opts.c39 | Function : int set_form_opts(FORM *form, Form_Options opts)
48 set_form_opts(FORM *form, Form_Options opts) argument
50 T((T_CALLED("set_form_opts(%p,%d)"), form, opts));
52 opts &= ALL_FORM_OPTS;
53 if (opts & ~ALL_FORM_OPTS)
57 Normalize_Form(form)->opts = opts;
74 returnCode((int)(Normalize_Form(form)->opts & ALL_FORM_OPTS));
79 | Function : int form_opts_on(FORM *form, Form_Options opts)
88 form_opts_on(FORM *form, Form_Options opts) argument
113 form_opts_off(FORM *form, Form_Options opts) argument
[all...]
H A Dfld_opts.c43 | Function : int set_field_opts(FIELD *field, Field_Options opts)
54 set_field_opts(FIELD *field, Field_Options opts) argument
58 T((T_CALLED("set_field_opts(%p,%d)"), field, opts));
60 opts &= ALL_FIELD_OPTS;
61 if (!(opts & ~ALL_FIELD_OPTS))
62 res = _nc_Synchronize_Options(Normalize_Field(field), opts);
79 returnCode(ALL_FIELD_OPTS & Normalize_Field(field)->opts);
84 | Function : int field_opts_on(FIELD *field, Field_Options opts)
95 field_opts_on(FIELD *field, Field_Options opts) argument
99 T((T_CALLED("field_opts_on(%p,%d)"), field, opts));
123 field_opts_off(FIELD *field, Field_Options opts) argument
[all...]
/macosx-10.10/groff-38/groff/src/roff/grog/
H A Dgrog.sh7 opts=
18 sp=; opts="$opts -C"; shift; break;;
26 opts="$opts $arg"; shift;;
107 if (opts != "")
108 printf "%s", opts
112 }' "opts=$opts" "files=$*" -
/macosx-10.10/PostgreSQL-97/Support/backup_restore/
H A Dxpg_archive_command42 my %opts;
43 getopts('h?D:w:f:', \%opts);
45 if (defined $opts{'?'} || defined $opts{'h'}) {
50 if (defined $opts{'D'}) {
51 $postgres_data_directory = $opts{'D'};
54 if (defined $opts{'w'}) {
55 $archived_logs_directory = $opts{'w'};
58 if (defined $opts{'f'}) {
59 $log_file = $opts{'
[all...]
/macosx-10.10/ncurses-44/ncurses/menu/
H A Dm_item_opt.c44 | Function : int set_item_opts(ITEM *item, Item_Options opts)
54 set_item_opts(ITEM * item, Item_Options opts) argument
56 T((T_CALLED("set_menu_opts(%p,%d)"), item, opts));
58 opts &= ALL_ITEM_OPTS;
60 if (opts & ~ALL_ITEM_OPTS)
65 if (item->opt != opts)
69 item->opt = opts;
71 if ((!(opts & O_SELECTABLE)) && item->value)
82 _nc_Default_Item.opt = opts;
89 | Function : int item_opts_off(ITEM *item, Item_Options opts)
97 item_opts_off(ITEM * item, Item_Options opts) argument
125 item_opts_on(ITEM * item, Item_Options opts) argument
[all...]
H A Dm_opts.c44 | Function : int set_menu_opts(MENU *menu, Menu_Options opts)
56 set_menu_opts(MENU * menu, Menu_Options opts) argument
58 T((T_CALLED("set_menu_opts(%p,%d)"), menu, opts));
60 opts &= ALL_MENU_OPTS;
62 if (opts & ~ALL_MENU_OPTS)
70 if ((opts & O_ROWMAJOR) != (menu->opt & O_ROWMAJOR))
82 menu->opt = opts;
84 if (opts & O_ONEVALUE)
93 if (opts & O_SHOWDESC) /* this also changes the geometry */
97 _nc_Default_Menu.opt = opts;
116 menu_opts_off(MENU * menu, Menu_Options opts) argument
149 menu_opts_on(MENU * menu, Menu_Options opts) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/crosshair/
H A Dcrosshair.tcl50 set opts(args) $args
52 set config($w) [array get opts]
77 array set opts $config($w)
111 array set opts $config($w)
113 array set flags $opts(args)
115 set opts(args) [array get flags]
116 if { [info exists opts(hhairl)] } {
117 eval [list $w itemconfig $opts(hhairl)] $args
118 eval [list $w itemconfig $opts(hhairr)] $args
119 eval [list $w itemconfig $opts(vhair
[all...]
/macosx-10.10/ruby-106/ruby/sample/optparse/
H A Dopttest.rb13 |opts|
14 opts.banner << " argv..."
17 opts.on_tail
18 opts.on_tail("common options:")
21 opts.on_tail("--help", "show this message") {puts opts; exit}
24 opts.on("-r", "--require=LIBRARY", String,
29 opts.on("-i", "--inplace=[EXTENSION]",
33 opts.on("-N=[NUM]", Integer) {|num|@number=num}
36 opts
[all...]
/macosx-10.10/ruby-106/ruby/test/rake/
H A Dtest_rake_application_options.rb31 opts = command_line
32 assert_nil opts.backtrace
33 assert_nil opts.classic_namespace
34 assert_nil opts.dryrun
35 assert_nil opts.ignore_system
36 assert_nil opts.load_system
37 assert_nil opts.always_multitask
38 assert_nil opts.nosearch
39 assert_equal ['rakelib'], opts.rakelib
40 assert_nil opts
[all...]
/macosx-10.10/ruby-106/ruby/lib/irb/
H A Doutput-method.rb25 def print(*opts)
29 # Prints the given +opts+, with a newline delimiter.
30 def printn(*opts)
31 print opts.join(" "), "\n"
34 # Extends IO#printf to format the given +opts+ for Kernel#sprintf using
36 def printf(format, *opts)
38 format, opts = parse_printf_format(format, opts)
40 print sprintf(format, *opts)
43 # Returns an array of the given +format+ and +opts
[all...]
/macosx-10.10/groff-38/groff/src/roff/nroff/
H A Dnroff.sh37 opts=
45 opts="$opts -P-c" ;;
47 opts="$opts -P-h" ;;
55 opts="$opts $1" ;;
66 opts="$opts -P-c" ;;
97 PATH="$GROFF_RUNTIME$PATH" groff -mtty-char $T $opts
[all...]
/macosx-10.10/rsync-45/rsync/testsuite/
H A Dwildmatch.test14 for opts in "" -x1 "-x1 -e1" "-x1 -e1se" -x2 "-x2 -ese" -x3 "-x3 -e1" -x4 "-x4 -e2e" -x5 "-x5 -es"; do
15 echo Running wildtest with "$opts"
16 "$TOOLDIR/wildtest" $opts "$srcdir/wildtest.txt" >"$scratchdir/wild.out"
/macosx-10.10/ruby-106/ruby/tool/
H A Dinsns2vm.rb10 opts = ARGV.options
11 maker = RubyVM::SourceCodeGenerator.def_options(opts)
12 files = opts.parse!
/macosx-10.10/CPANInternal-159.1/Net-Daemon-0.48/
H A DMakefile.PL8 my %opts = (
19 $opts{ABSTRACT_FROM} = 'lib/Net/Daemon.pm';
20 $opts{AUTHOR} = 'Jochen Wiedmann (joe@ispsoft.de)';
23 WriteMakefile(%opts);
/macosx-10.10/tcl-105/tcl_ext/tls/tls/tests/oldTests/
H A DtlsBlocking.tcl13 array set opts {
17 array set opts $argv
27 set chan [tls::socket -require 0 $opts(-host) $opts(-port)]
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-options.c95 auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum) argument
103 if (!opts)
106 while (*opts && *opts != ' ' && *opts != '\t') {
108 if (strncasecmp(opts, cp, strlen(cp)) == 0) {
110 opts += strlen(cp);
114 if (strncasecmp(opts, cp, strlen(cp)) == 0) {
117 opts += strlen(cp);
121 if (strncasecmp(opts, c
[all...]
/macosx-10.10/ruby-106/ruby/lib/irb/cmd/
H A Dnop.rb18 def self.execute(conf, *opts)
20 command.execute(*opts)
33 def execute(*opts)
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A DSOAP-domain.tcl57 array set opts [list \
66 -pre* {set opts(-prefix) $value}
67 -nam* {set opts(-namespace) ::$value}
68 -int* {set opts(-interp) $value}
69 -uri {set opts(-uri) $value}
71 set names [join [array names opts -*] ", "]
80 if { $opts(-uri) == {^} } {
81 set opts(-uri)
82 regsub -all -- {::+} "$opts(-interp)::$opts(
[all...]
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dsync.tcl10 upvar 1 $arr opts
12 if {$opts(-auto)} {
23 return [rcopy opts $src $dest]
27 return [rcopy opts $src $dest]
44 if {[info exists opts(ignore,$file)] || \
45 [info exists opts(ignore,$tail)]} {
46 if {$opts(-verbose)} {
52 incr count [rsync opts $file $target]
64 if { ($sb(mtime) - $nsb(mtime)) < $opts(-mtime) } {
71 incr count [rcopy opts
[all...]
/macosx-10.10/ruby-106/ruby/lib/
H A Dopen3.rb39 # Open3.popen3([env,] cmd... [, opts]) {|stdin, stdout, stderr, wait_thr|
47 # stdin, stdout, stderr, wait_thr = Open3.popen3([env,] cmd... [, opts])
62 # If the last parameter, opts, is a Hash, it is recognized as an option for Process.spawn.
84 opts = cmd.pop.dup
86 opts = {}
90 opts[:in] = in_r
94 opts[:out] = out_w
97 opts[:err] = err_w
99 popen_run(cmd, opts, [in_r, out_w, err_w], [in_w, out_r, err_r], &block)
108 # Open3.popen2([env,] cmd... [, opts]) {|stdi
[all...]
/macosx-10.10/ruby-106/ruby/ext/json/lib/json/
H A Dcommon.rb12 def [](object, opts = {})
14 JSON.parse(object.to_str, opts)
16 JSON.generate(object, opts)
154 def parse(source, opts = {})
155 Parser.new(source, opts).parse
173 def parse!(source, opts = {})
174 opts = {
177 }.update(opts)
178 Parser.new(source, opts).parse
208 def generate(obj, opts
[all...]
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dmemset.c44 static long long opts = DEFS; variable
83 opts = sizetoll(optarg);
109 ts->ts_size = opta + opts;
137 (void) memset(buf, 0, opts);
138 tmp = (((unsigned long)buf + opts + 4095) & ~4095) + offset;
140 if (buf + opts > end)
147 (void) memset(buf, 0, opts);
148 (void) memset(buf, 0, opts);
149 (void) memset(buf, 0, opts);
150 (void) memset(buf, 0, opts);
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/des/
H A Ddes.tcl151 array set opts {
155 set opts(-iv) [string repeat \0 $blocksize]
168 set opts(-weak) 1
169 set opts(old) 1
170 set opts(-dir) [expr {[string match en* $M] ? "encrypt" : "decrypt"}]
173 set opts(-mode) $mode
175 -dir { set opts(-dir) [SetOneOf $dirs [Pop args 1]] }
176 -iv { set opts(-iv) [Pop args 1] }
177 -key { set opts(-key) [Pop args 1] }
178 -in { set opts(
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/ntp/
H A Drdate.tcl39 array set opts {-p 0 -s 0 -a 0 -t 0 -u x -S 0}
42 -p { set opts(-p) 1 }
43 -u { set opts(-t) 0 }
44 -t { set opts(-t) 1 }
47 -S { set opts(-S) 1 }
48 -T { set opts(-S) 0 }
51 set err [join [lsort [array names opts -*]] ", "]
66 if {$opts(-S)} {
69 if {$opts(-t)} {
89 if {$opts(
[all...]

Completed in 189 milliseconds

1234567891011>>