Searched refs:get_options (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/kuser/
H A Dkverify.c61 krb5_get_init_creds_opt *get_options; local
86 ret = krb5_get_init_creds_opt_alloc (context, &get_options);
90 krb5_get_init_creds_opt_set_preauth_list (get_options,
115 get_options);
/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dpop_pass.c19 krb5_get_init_creds_opt *get_options; local
25 ret = krb5_get_init_creds_opt_alloc (p->context, &get_options);
32 krb5_get_init_creds_opt_set_preauth_list (get_options,
40 krb5_get_init_creds_opt_free(p->context, get_options);
54 get_options);
55 krb5_get_init_creds_opt_free(p->context, get_options);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/passwd/
H A Dkerberos.c104 krb5_get_init_creds_opt get_options; local
117 krb5_get_init_creds_opt_set_preauth_list(&get_options,
121 krb5_get_init_creds_opt_init( &get_options );
134 NULL, 0, NULL, &get_options );
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dkhim.rb35 def self.get_options(parent='') singleton method in class:Tk
/macosx-10.9.5/pcre-7/pcre/
H A Dpcretest.c1072 unsigned long int magic, get_options; local
1120 new_info(re, NULL, PCRE_INFO_OPTIONS, &get_options);
1121 use_utf8 = (get_options & PCRE_UTF8) != 0;
1330 unsigned long int get_options; local
1379 new_info(re, NULL, PCRE_INFO_OPTIONS, &get_options);
1380 if ((get_options & PCRE_UTF8) != 0) use_utf8 = 1;
1470 /* We already have the options in get_options (see above) */
1509 if (old_options != (int)get_options) fprintf(outfile,
1511 get_options, old_options);
1541 if (get_options
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dpcretest.c1010 unsigned long int get_options, all_options; local
1022 new_info(re, NULL, PCRE_INFO_OPTIONS, &get_options);
1045 if (old_options != (int)get_options) fprintf(outfile,
1047 get_options, old_options);
1082 if (get_options == 0) fprintf(outfile, "No options\n");
1084 ((get_options & PCRE_ANCHORED) != 0)? " anchored" : "",
1085 ((get_options & PCRE_CASELESS) != 0)? " caseless" : "",
1086 ((get_options & PCRE_EXTENDED) != 0)? " extended" : "",
1087 ((get_options & PCRE_MULTILINE) != 0)? " multiline" : "",
1088 ((get_options
[all...]
/macosx-10.9.5/ppp-727.90.1/Authenticators/EAP-TLS/
H A Deaptls.c77 static void get_options () function
130 get_options();
168 get_options();
/macosx-10.9.5/Heimdal-323.92.1/kadmin/
H A Dget.c460 getit(struct get_options *opt, const char *name, int argc, char **argv)
516 get_entry(struct get_options *opt, int argc, char **argv)
524 if(sizeof(struct get_options) != sizeof(struct list_options)) {
525 krb5_warnx(context, "programmer error: sizeof(struct get_options) != sizeof(struct list_options)");
528 return getit((struct get_options*)opt, "list", argc, argv);
/macosx-10.9.5/remote_cmds-41.90.1/tftp.tproj/
H A Dtftp.c105 static void get_options(struct tftphdr *, int);
108 get_options(struct tftphdr *ap, int size) function
287 get_options(ap, n);
421 get_options(dp, n);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap_r/
H A Dthr_debug.c248 get_options( void ) function
396 get_options();
662 get_options();
783 get_options();
1164 get_options();
/macosx-10.9.5/CPANInternal-140/XML-SAX/XML-SAX-Base/
H A DMakefile.PL181 my $parse_options = $self->get_options(@_);
214 my $parse_options = $self->get_options(@_);
226 my $parse_options = $self->get_options(@_);
238 my $parse_options = $self->get_options(@_);
245 # get_options
247 sub get_options {
587 =item * get_options
/macosx-10.9.5/pdisk-9/
H A Dpdisk.c141 int get_options(int argc, char **argv);
188 name_index = get_options(argc, argv);
407 get_options(int argc, char **argv) function
/macosx-10.9.5/Heimdal-323.92.1/admin/
H A Dget.c86 kt_get(struct get_options *opt, int argc, char **argv)
/macosx-10.9.5/CPANInternal-140/Params-Validate/
H A DValidate.xs789 get_options(HV* options)
1574 options = get_options(NULL);
1629 if (! validate_pos((AV*) SvRV(p), specs, get_options(NULL), ret)) {
1679 get_options(p), ret)) {
1692 options = get_options(p);
/macosx-10.9.5/CPANInternal-140/XML-SAX/XML-SAX-Base/lib/XML/SAX/
H A DBase.pm2287 my $parse_options = $self->get_options(@_);
2320 my $parse_options = $self->get_options(@_);
2332 my $parse_options = $self->get_options(@_);
2344 my $parse_options = $self->get_options(@_);
2351 # get_options
2353 sub get_options { subroutine
2689 =item * get_options
/macosx-10.9.5/remote_cmds-41.90.1/tftpd.tproj/
H A Dtftpd.c573 get_options(struct tftphdr *tp, char *cp, int size, char *ackb, function
675 r = get_options(tp, cp, size, oackbuf, &alen, &ecode);
/macosx-10.9.5/swig-10/Source/Preprocessor/
H A Dcpp.c660 static String *get_options(String *str) { function
1728 opt = get_options(s);
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Djob.c126 static char *get_options(cupsd_job_t *job, int banner_page, char *copies,
813 if ((options = get_options(job, banner_page, copies, sizeof(copies), title,
3406 * 'get_options()' - Get a string containing the job options.
3410 get_options(cupsd_job_t *job, /* I - Job */ function

Completed in 203 milliseconds