Searched refs:ac (Results 51 - 75 of 731) sorted by relevance

1234567891011>>

/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dwrite_message.c58 krb5_auth_context ac,
65 ret = krb5_mk_priv (context, ac, data, &packet, NULL);
75 krb5_auth_context ac,
81 ret = krb5_mk_safe (context, ac, data, &packet, NULL);
57 krb5_write_priv_message(krb5_context context, krb5_auth_context ac, krb5_pointer p_fd, krb5_data *data) argument
74 krb5_write_safe_message(krb5_context context, krb5_auth_context ac, krb5_pointer p_fd, krb5_data *data) argument
/macosx-10.10/MITKerberosShim-66/test/
H A Dtest-authen::krb5.pl18 my $ac = new Authen::Krb5::AuthContext;
26 $ticket = Authen::Krb5::rd_req( $ac, $ticket, undef, $kt );
55 my $ac = new Authen::Krb5::AuthContext;
62 printf("getServiceRequestTicket: Authen::Krb5::mk_req( $ac, 0, $service, $host, undef, $cc );\n");
66 my $ticket = Authen::Krb5::mk_req( $ac, 0, $service, $host, "$service/$host", $cc );
68 # my $ticket = Authen::Krb5::mk_req( $ac, 0, $service, $host, undef, $cc );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Daddentry.c24 #include <ac/stdlib.h>
26 #include <ac/socket.h>
27 #include <ac/string.h>
28 #include <ac/time.h>
H A Dcancel.c27 #include <ac/stdlib.h>
29 #include <ac/socket.h>
30 #include <ac/string.h>
31 #include <ac/time.h>
H A Dfetch.c25 #include <ac/stdlib.h>
27 #include <ac/string.h>
28 #include <ac/socket.h>
29 #include <ac/time.h>
H A Dturn.c27 #include <ac/stdlib.h>
29 #include <ac/socket.h>
30 #include <ac/string.h>
31 #include <ac/time.h>
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Ddetach.c35 #include <ac/stdlib.h>
36 #include <ac/signal.h>
37 #include <ac/socket.h>
38 #include <ac/unistd.h>
H A Dfetch.c25 #include <ac/stdlib.h>
27 #include <ac/string.h>
28 #include <ac/socket.h>
29 #include <ac/time.h>
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-shell/
H A Dfork.c35 #include <ac/errno.h>
36 #include <ac/string.h>
37 #include <ac/socket.h>
38 #include <ac/unistd.h>
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dprintmsg.c24 #include <ac/string.h>
25 #include <ac/stdarg.h>
26 #include <ac/unistd.h>
28 #include <ac/errno.h>
/macosx-10.10/emacs-93/emacs/lwlib/
H A Dlwlib-Xlw.c159 int ac = 0;
161 XtSetArg (al[ac], XtNmenu, instance->info->val); ac++;
163 XtSetArg (al[ac], XtNshowGrip, 0); ac++;
164 XtSetArg (al[ac], XtNresizeToPreferred, 1); ac++;
165 XtSetArg (al[ac], XtNallowResize, 1); ac++;
172 instance->parent, al, ac);
157 int ac = 0; local
189 int ac = 0; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/machine/
H A Dexec.h38 int ac; member in struct:exec_info
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslappasswd.c25 #include <ac/stdlib.h>
27 #include <ac/ctype.h>
28 #include <ac/signal.h>
29 #include <ac/socket.h>
30 #include <ac/string.h>
31 #include <ac/time.h>
32 #include <ac/unistd.h>
H A Dslapindex.c25 #include <ac/stdlib.h>
27 #include <ac/ctype.h>
28 #include <ac/string.h>
29 #include <ac/socket.h>
30 #include <ac/unistd.h>
H A Dalock.h26 #include <ac/time.h>
27 #include <ac/unistd.h>
/macosx-10.10/CPANInternal-159.1/Authen-Krb5/
H A Dsimple_server19 $ac = new Authen::Krb5::AuthContext;
58 $t = Authen::Krb5::rd_req($ac,$d,$sprinc,$kt);
68 $ac->setaddrs(undef,$addr);
69 $ac->setports(undef,$ports);
72 $dec = Authen::Krb5::rd_priv($ac,$enc);
/macosx-10.10/CPANInternal-159.1/Krb5-1.9/
H A Dsimple_server19 $ac = new Authen::Krb5::AuthContext;
58 $t = Authen::Krb5::rd_req($ac,$d,$sprinc,$kt);
68 $ac->setaddrs(undef,$addr);
69 $ac->setports(undef,$ports);
72 $dec = Authen::Krb5::rd_priv($ac,$enc);
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dgetflags.h154 #define GETINT(s) {s = atoi(*++av); ac--;}
155 #define GETSTR(s) {s = *++av;ac--;}
156 #define GETCH(s) {av++; s = av[0][0]; ac--;}
157 #define GETFLT(s) {s = atof(*++av); ac--;}
158 #define GETLONG(s) {s = atol(*++av); ac--;}
H A Dgetflags.c212 int ac,
231 while (ac > 0)
268 if (nflags && (ac > 1))
276 if (ac > 0 && vflag && **av == '-') goto thisf;
298 if (nflags && (ac > 1))
301 if (ac > 0 && vflag && **av == '-')
319 if (ac == 1 || (ac > 1 && *av[1] == '-'))
333 if (nflags && (ac > 1))
336 if (ac >
206 getflags( int ac, char **av, const OPTIONS table[] ) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dimport_sec_context.c47 krb5_auth_context ac; local
95 ac = ctx->auth_context;
98 ac->flags = tmp;
109 krb5_auth_con_setaddrs (context, ac, localp, remotep);
116 if (krb5_ret_int16 (sp, &ac->local_port) != 0)
119 if (krb5_ret_int16 (sp, &ac->remote_port) != 0)
124 krb5_auth_con_setkey (context, ac, &keyblock);
130 krb5_auth_con_setlocalsubkey (context, ac, &keyblock);
136 krb5_auth_con_setremotesubkey (context, ac, &keyblock);
139 if (krb5_ret_uint32 (sp, &ac
[all...]
/macosx-10.10/rsync-45/rsync/
H A Doptions.c1486 int ac = *argc; local
1495 args[ac++] = "--server";
1498 args[ac++] = "--daemon";
1499 *argc = ac;
1505 args[ac++] = "--sender";
1557 args[ac++] = "--executability";
1582 args[ac++] = "--extended-attributes"; /* avoid -E in vanilla rsync */
1586 args[ac++] = "--cache";
1597 args[ac++] = argstr;
1600 args[ac
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dlutil_meter.h30 #include <ac/stdlib.h>
31 #include <ac/time.h>
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-dnssrv/
H A Dbind.c27 #include <ac/socket.h>
28 #include <ac/string.h>
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Doperational.c26 #include <ac/string.h>
27 #include <ac/socket.h>
/macosx-10.10/WTF-7600.1.24/wtf/dtoa/
H A Ddiy-fp.cc47 uint64_t ac = a * c; local
55 uint64_t result_f = ac + (ad >> 32) + (bc >> 32) + (tmp >> 32);

Completed in 314 milliseconds

1234567891011>>