Searched refs:opt (Results 176 - 200 of 1389) sorted by relevance

1234567891011>>

/macosx-10.10.1/rsync-45/rsync/popt/
H A Dpoptconfig.c20 const char * opt; local
40 opt = line;
48 if (opt[0] == '-' && opt[1] == '-')
49 item->option.longName = opt + 2;
50 else if (opt[0] == '-' && opt[2] == '\0')
51 item->option.shortName = opt[1];
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/interp/
H A Ddeleg_proc.tcl27 while {[string match -* [set opt [lindex $args 0]]]} {
28 switch -exact -- $opt {
34 return -code error "unknown option \"$opt\", expected -async"
/macosx-10.10.1/tcl-105/tcl_ext/tls/tls/
H A DtclOpts.h7 * external vars: opt, idx, objc, objv
13 if (strcmp(opt, (option)) == 0) { \
52 " \"", opt, "\": must be ", \
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dgeekbench_stdlib_write.c165 benchmark_optswitch(int opt, char *optarg) argument
169 switch (opt) {
H A Dlmbench_fstat.c73 benchmark_optswitch(int opt, char *optarg) argument
75 switch (opt) {
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Disatty.c67 benchmark_optswitch(int opt, char *optarg) argument
69 switch (opt) {
/macosx-10.10.1/Heimdal-398.1.2/kadmin/
H A Dpw_quality.c38 password_quality(void *opt, int argc, char **argv) argument
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Darc2tarz30 while getopts "hcg" opt; do
31 case "$opt" in
H A Dbashrand16 while getopts s: opt
18 case "$opt" in
H A Drepeat55 while getopts :0123456789hpvs: opt; do
56 case $opt in
H A Dwhere53 while getopts "xh" opt; do
54 case "$opt" in
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.cpp19 cl::opt<bool>
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dvpath.rb55 def def_options(opt)
56 opt.on("-I", "--srcdir=DIR", "add a directory to search path") {|dir|
59 opt.on("-L", "--vpath=PATH LIST", "add directories to search path") {|dirs|
62 opt.on("--path-separator=SEP", /\A(?:\W\z|\.(\W).+)/, "separator for vpath") {|sep, vsep|
/macosx-10.10.1/srm-7/srm/src/
H A Dmain.c41 int opt, i, q; local
49 while ((opt = getopt_long(argc, argv, "dfirRvsnmzVB:", longopts,
51 switch (opt) {
91 error("unhandled option %c", opt);
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/support/devel/sak/validate/
H A Dcmd.tcl30 while {[string match -* [set opt [lindex $argv 0]]]} {
31 switch -exact -- $opt {
42 sak::validate::usage Unknown option "\"$opt\""
/macosx-10.10.1/xar-254/xar/lib/
H A Dhash.c203 const char *opt; local
206 opt = NULL;
209 opt = xar_attr_pget(f, tmpp, "style");
211 if( !opt )
212 opt = xar_opt_get(x, XAR_OPT_FILECKSUM);
214 if( !opt || (0 == strcmp(opt, XAR_OPT_VAL_NONE) ) )
224 CONTEXT(context)->unarchived = xar_hash_new(opt, NULL);
245 const char *opt; local
248 opt
[all...]
/macosx-10.10.1/xnu-2782.1.97/SETUP/config/
H A Dconfig.h124 struct opt { struct
127 struct opt *op_next;
130 extern struct opt *opt, *mkopt, *opt_tail, *mkopt_tail;
/macosx-10.10.1/MITKerberosShim-66/test/
H A Dtest-password.c48 krb5_get_init_creds_opt opt; local
70 krb5_get_init_creds_opt_init(&opt);
80 &opt);
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-nextstep.c53 tcsetattr(int fd, int opt, const struct termios *t) argument
57 if (opt & TCSASOFT) {
62 switch (opt & ~TCSASOFT) {
/macosx-10.10.1/apr-32/apr/apr/misc/unix/
H A Dgetopt.c80 *optch = os->opt;
86 *optch = os->opt;
90 if ((os->opt = (int) *os->place++) == (int) ':' ||
91 !(oli = strchr(opts, os->opt))) {
96 if (os->opt == (int) '-') {
97 *optch = os->opt;
104 apr_filepath_name_get(*os->argv), os->opt);
106 *optch = os->opt;
120 *optch = os->opt;
126 apr_filepath_name_get(*os->argv), os->opt);
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Did.c62 int opt; local
67 while ((opt = internal_getopt (list, "Ggnru")) != -1)
69 switch (opt)
86 opt = ID_FLAGSET (ID_ALLGROUPS) + ID_FLAGSET (ID_GIDONLY) + ID_FLAGSET (ID_USERONLY);
87 if (opt > 1 || (opt == 0 && ((id_flags & (ID_USEREAL|ID_USENAME)) != 0)))
102 opt = 0;
104 opt += id_pruser ((id_flags & ID_USEREAL) ? ruid : euid);
106 opt += id_prgrp ((id_flags & ID_USEREAL) ? rgid : egid);
108 opt
[all...]
H A Drealpath.c47 int opt, cflag, vflag, sflag, es; local
58 while ((opt = internal_getopt (list, "csv")) != -1) {
59 switch (opt) {
H A Duname.c50 int opt, r; local
55 while ((opt = internal_getopt (list, "amnprsv")) != -1)
57 switch (opt)
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/examples/
H A Drl.c87 int opt, fd, nch; local
101 while ((opt = getopt(argc, argv, "p:u:d:n:")) != EOF)
103 switch (opt)
/macosx-10.10.1/bash-94.1.2/bash-3.2/support/
H A Dbashversion.c64 int opt, oflags; local
73 while ((opt = getopt(argc, argv, "hrvmpslx")) != EOF)
75 switch (opt)

Completed in 401 milliseconds

1234567891011>>