Searched refs:opt (Results 151 - 175 of 1527) sorted by relevance

1234567891011>>

/macosx-10.9.5/OpenPAM-20/openpam/lib/
H A Dopenpam_set_option.c61 char *opt, **optv; local
86 if (asprintf(&opt, "%.*s=%s", (int)len, option, value) < 0)
92 FREE(opt);
95 optv[i] = opt;
102 cur->optv[i] = opt;
/macosx-10.9.5/xar-202/xar/lib/
H A Dhash.c129 const char *opt; local
136 opt = NULL;
139 opt = xar_attr_pget(f, tmpp, "style");
141 if( !opt )
142 opt = xar_opt_get(x, XAR_OPT_FILECKSUM);
144 if( !opt || (0 == strcmp(opt, XAR_OPT_VAL_NONE) ) )
157 CONTEXT(context)->unarchived_cts = digestRef_from_name(opt, &CONTEXT(context)->unarchived_digest_size);
159 strncpy((char *)(CONTEXT(context)->unarchived_ctx_name), opt, MAX_HASH_NAME_LENGTH);
161 md = EVP_get_digestbyname(opt);
187 const char *opt; local
[all...]
H A Dlzmaxar.c101 const char *opt; local
112 opt = NULL;
115 opt = xar_attr_pget(f, tmpp, "style");
116 if( !opt ) return 0;
117 if( strcmp(opt, "application/x-lzma") != 0 ) return 0;
170 opt = NULL;
173 opt = xar_attr_pget(f, tmpp, "style");
174 if( !opt ) return 0;
175 if( strcmp(opt, "application/x-lzma") != 0 ) return 0;
212 const char *opt; local
[all...]
H A Dext2.c68 char opt[1024]; local
69 memset(opt, 0, sizeof(opt));
70 snprintf(opt, sizeof(opt)-1, "%s/%s", XAR_ATTR_FORK, name);
71 xar_prop_set(f, opt, NULL);
72 xar_attr_set(f, opt, "fstype", "ext2");
88 const char *opt; local
90 xar_prop_get(f, "type", &opt);
91 if(!opt) retur
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/dig/
H A Dnslookup.c563 setoption(char *opt) { argument
564 if (strncasecmp(opt, "all", 4) == 0) {
566 } else if (strncasecmp(opt, "class=", 6) == 0) {
567 if (testclass(&opt[6]))
568 strlcpy(defclass, &opt[6], sizeof(defclass));
569 } else if (strncasecmp(opt, "cl=", 3) == 0) {
570 if (testclass(&opt[3]))
571 strlcpy(defclass, &opt[3], sizeof(defclass));
572 } else if (strncasecmp(opt, "type=", 5) == 0) {
573 if (testtype(&opt[
648 addlookup(char *opt) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DPasses.cpp33 static cl::opt<bool> DisablePostRA("disable-post-ra", cl::Hidden,
35 static cl::opt<bool> DisableBranchFold("disable-branch-fold", cl::Hidden,
37 static cl::opt<bool> DisableTailDuplicate("disable-tail-duplicate", cl::Hidden,
39 static cl::opt<bool> DisableEarlyTailDup("disable-early-taildup", cl::Hidden,
41 static cl::opt<bool> DisableBlockPlacement("disable-block-placement",
44 static cl::opt<bool> EnableBlockPlacementStats("enable-block-placement-stats",
46 static cl::opt<bool> DisableCodePlace("disable-code-place", cl::Hidden,
48 static cl::opt<bool> DisableSSC("disable-ssc", cl::Hidden,
50 static cl::opt<bool> DisableMachineDCE("disable-machine-dce", cl::Hidden,
52 static cl::opt<boo
[all...]
/macosx-10.9.5/ppp-727.90.1/Helpers/vpnd/
H A Dcf_utils.c87 u_char *opt, u_int32_t optsiz, u_int32_t *outlen, u_char *defaultval)
102 opt[0] = 0;
103 CFStringGetCString(string, (char*)opt, optsiz, kCFStringEncodingMacRoman);
104 *outlen = strlen((char*)opt);
110 strlcpy((char*)opt, (char*)defaultval, optsiz);
111 *outlen = strlen((char*)opt);
119 u_char *opt, u_int32_t optsiz, u_int32_t *outlen, u_char *defaultval)
126 opt[0] = 0;
129 CFStringGetCString(ref, (char*)opt, optsiz, kCFStringEncodingUTF8);
130 *outlen = strlen((char*)opt);
86 get_array_option(CFPropertyListRef options, CFStringRef entity, CFStringRef property, CFIndex index, u_char *opt, u_int32_t optsiz, u_int32_t *outlen, u_char *defaultval) argument
118 get_str_option(CFPropertyListRef options, CFStringRef entity, CFStringRef property, u_char *opt, u_int32_t optsiz, u_int32_t *outlen, u_char *defaultval) argument
160 get_int_option(CFPropertyListRef options, CFStringRef entity, CFStringRef property, u_int32_t *opt, u_int32_t defaultval) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistConfig.tcl72 set opt [lindex $configSet 0]
73 if {[info exists configSpecs($opt)]} {
74 lappend configSpecs($opt) [lindex $configSet 3]
86 foreach opt {-highlightbackground -highlightcolor -highlightthickness
89 unset configSpecs($opt)
192 foreach opt {-disabledforeground -state} {
193 if {[llength $configSpecs($opt)] == 3} {
194 set configSet [$helpButton configure $opt]
195 lappend configSpecs($opt) [lindex $configSet 3]
310 # Applies the value val of the configuration option opt t
[all...]
/macosx-10.9.5/Heimdal-323.92.1/admin/
H A Dlist.c40 do_list(struct list_options *opt, const char *keytab_str) argument
58 if(do_list(opt, buf))
84 if (opt->timestamp_flag)
86 if(opt->keys_flag)
110 if (opt->timestamp_flag) {
115 if(opt->keys_flag) {
155 kt_list(struct list_options *opt, int argc, char **argv) argument
161 opt->timestamp_flag = 1;
170 return do_list(opt, keytab_string) != 0;
H A Dget.c86 kt_get(struct get_options *opt, int argc, char **argv) argument
100 if(opt->realm_string)
101 krb5_set_default_realm(context, opt->realm_string);
103 if (opt->enctypes_strings.num_strings != 0) {
105 etypes = malloc (opt->enctypes_strings.num_strings * sizeof(*etypes));
110 netypes = opt->enctypes_strings.num_strings;
113 opt->enctypes_strings.strings[i],
117 opt->enctypes_strings.strings[i]);
149 if(opt->realm_string != NULL)
150 r = opt
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kadmin/
H A Dcpw.c136 cpw_entry(struct passwd_options *opt, int argc, char **argv) argument
144 data.keepold = opt->keepold_flag;
145 data.random_key = opt->random_key_flag;
146 data.random_password = opt->random_password_flag;
147 data.password = opt->password_string;
157 if (opt->key_string)
166 if (opt->key_string) {
169 if (parse_des_key (opt->key_string, key_data, &error)) {
171 opt->key_string, error);
H A Ddump.c117 dump(struct dump_options *opt, int argc, char **argv) argument
125 if (opt->format_string)
126 format = opt->format_string;
154 if (opt->mit_dump_file_string) {
155 ret = hdb_mit_dump(context, opt->mit_dump_file_string,
176 ret = hdb_foreach(context, db, opt->decrypt_flag ? HDB_F_DECRYPT : 0,
190 od_dump(struct od_dump_options *opt, int argc, char **argv) argument
195 dumpopt.decrypt_flag = opt->decrypt_flag;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/apps/
H A Dtcldocstrip202 set opt [lindex $argv 0]
203 if {($opt eq "-") || ![string match "-*" $opt]} {
210 set output $opt
214 lappend stitchbuf $optbuf $opt
219 lappend stitchbuf $opt
228 switch -exact -- $opt {
241 set o -[string range $opt 3 end]
251 lappend options $opt $val
253 lappend optbuf $opt
[all...]
/macosx-10.9.5/cups-372.4/cups/ppdc/
H A Dppdc.cxx52 char *opt, // Current option local
88 for (opt = argv[i] + 1; *opt; opt ++)
89 switch (*opt)
222 if (!strcmp(opt, "-lf"))
225 opt += strlen(opt) - 1;
228 else if (!strcmp(opt, "-cr"))
231 opt
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetSupport/
H A DQStyleFacadeImp.cpp183 QStyleOption opt; local
184 opt.state = convertToQStyleState(state);
185 return style()->pixelMetric(convertPixelMetric(metric), &opt, 0);
198 QStyleOptionSlider opt; local
199 opt.orientation = orientation;
200 return style()->pixelMetric(QStyle::PM_SliderLength, &opt);
205 QStyleOptionSlider opt; local
206 opt.orientation = orientation;
207 return style()->pixelMetric(QStyle::PM_SliderThickness, &opt);
234 QStyleOptionComboBox opt; local
241 QStyleOptionButton opt; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/logger/
H A Dsnit-logger.tcl41 method servicenameconf {opt val} {
57 method loglevelconf {opt val} {
58 set options($opt) $val
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dsysdump.c49 static int opt (int);
506 opt (int x) function
536 while (opt (IT_dsy_CODE))
538 if (opt (IT_dty_CODE))
556 if (opt (IT_dpp_CODE))
561 else if (opt (IT_dfp_CODE))
566 else if (opt (IT_den_CODE))
571 else if (opt (IT_den_CODE))
576 else if (opt (IT_dds_CODE))
581 else if (opt (IT_dar_COD
656 int opt; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kuser/
H A Dkgetcred.c87 krb5_get_creds_opt opt; local
124 ret = krb5_get_creds_opt_alloc(context, &opt);
135 krb5_get_creds_opt_set_enctype(context, opt, enctype);
142 krb5_get_creds_opt_set_impersonate(context, opt, impersonate);
143 krb5_get_creds_opt_add_options(context, opt, KRB5_GC_NO_STORE);
147 krb5_get_creds_opt_add_options(context, opt, KRB5_GC_NO_STORE);
150 krb5_get_creds_opt_add_options(context, opt, KRB5_GC_FORWARDABLE);
152 krb5_get_creds_opt_add_options(context, opt, KRB5_GC_NO_TRANSIT_CHECK);
154 krb5_get_creds_opt_add_options(context, opt, KRB5_GC_CANONICALIZE);
181 ret = krb5_get_creds_opt_set_ticket(context, opt,
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kpasswd/
H A Dkpasswd-generator.c93 krb5_get_init_creds_opt *opt; local
100 krb5_get_init_creds_opt_alloc (context, &opt);
101 krb5_get_init_creds_opt_set_tkt_life (opt, 300);
102 krb5_get_init_creds_opt_set_forwardable (opt, FALSE);
103 krb5_get_init_creds_opt_set_proxiable (opt, FALSE);
120 opt);
137 opt);
158 krb5_get_init_creds_opt_free(context, opt);
/macosx-10.9.5/OpenSSH-186/openssh/contrib/hpux/
H A Degd.rc28 WHAT_PATH=/opt/perl/bin/egd.pl
30 WHAT_LOG=/etc/opt/egd/egd.log
36 # and /opt.
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts/
H A Dkrand.bash35 while getopts "s:" opt; do
36 case "$opt" in
/macosx-10.9.5/cups-372.4/cups/vcnet/regex/
H A Dmain.ih10 int opt(int c, char *s);
/macosx-10.9.5/emacs-92/emacs/src/m/
H A Dapollo.h83 #define C_SWITCH_MACHINE -W0,-ncompress -W0,-opt,2 -A cpu,a88k -A sys,any -A run,bsd4.3
86 #define C_SWITCH_MACHINE -W0,-ncompress -W0,-opt,2 -A cpu,3000 -A sys,any -A run,bsd4.3
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dfilter.sh27 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Support/
H A DCommandLineTest.cpp50 cl::opt<std::string> EnvironmentTestOption("env-test-opt");
52 TempEnvVar TEV(test_env_var, "-env-test-opt=hello");
61 // Put cl::opt on stack to check for proper initialization of fields.
62 cl::opt<std::string> EnvironmentTestOptionLocal("env-test-opt-local");
63 TempEnvVar TEV(test_env_var, "-env-test-opt-local=hello-local");

Completed in 330 milliseconds

1234567891011>>