Searched refs:out_name (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/krb5/
H A Dccache_name.c41 const char **out_name)
50 if (out_name) {
68 *out_name = last_out_name;
39 _gsskrb5_krb5_ccache_name(OM_uint32 *minor_status, const char *name, const char **out_name) argument
/macosx-10.9.5/Libc-997.90.3/include/protocols/
H A Drwhod.h66 char out_name[8]; /* user id */ member in struct:outmp
/macosx-10.9.5/remote_cmds-41.90.1/rwho.tproj/
H A Drwho.c179 UT_NAMESIZE, (int)sizeof(mp->myutmp.out_name),
180 mp->myutmp.out_name,
218 rc = strncmp(MYUTMP(u1)->myutmp.out_name, MYUTMP(u2)->myutmp.out_name,
219 sizeof(MYUTMP(u2)->myutmp.out_name));
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/GSS/
H A Dgssapi_krb5.h113 const char **out_name));
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexenix.c213 copyrec (infd, outfd, len, in_name, out_name)
215 char *in_name, *out_name;
226 WRITE (outfd, buf, chunk, "error writing %s", out_name);
/macosx-10.9.5/MITKerberosShim-62.1/Kerberos/
H A Dgssapi_krb5.h183 const char **out_name) GSSKRB_APPLE_DEPRECATED("use GSS.framework");
H A DCredentialsCache2.h243 char **out_name)
H A DCredentialsCache.h730 * \param out_name on exit, the name of the default ccache.
751 cc_string_t *out_name);
1044 * \param out_name on exit, a cc_string_t representing the name of \a in_ccache.
1045 * \a out_name must be released with cc_string_release().
1050 cc_string_t *out_name);
/macosx-10.9.5/MITKerberosShim-62.1/PrivateKerberos/
H A Dkim_ccache.h486 * \param out_name on exit, the name string of \a in_ccache.
491 kim_string *out_name);
/macosx-10.9.5/MITKerberosShim-62.1/include/
H A Dmit-gssapi_krb5.h183 const char **out_name);
H A Dmit-CredentialsCache.h717 * \param out_name on exit, the name of the default ccache.
738 cc_string_t *out_name);
1031 * \param out_name on exit, a cc_string_t representing the name of \a in_ccache.
1032 * \a out_name must be released with cc_string_release().
1037 cc_string_t *out_name);
H A Dmit-CredentialsCache2.h243 char **out_name)
/macosx-10.9.5/MITKerberosShim-62.1/mit-include/gssapi/
H A Dgssapi_krb5.h183 const char **out_name) GSSKRB_APPLE_DEPRECATED("use GSS.framework");
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dsetup-os400.h76 gss_name_t * out_name);
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dkern_control.h471 errno_t ctl_name_by_id(u_int32_t id, char *out_name, size_t maxsize);
/macosx-10.9.5/remote_cmds-41.90.1/rwhod.tproj/
H A Drwhod.c437 memcpy(we->we_utmp.out_name, u->ut_user,
438 sizeof(we->we_utmp.out_name));
466 memcpy(we->we_utmp.out_name, utmp[i].ut_name,
748 we->we_utmp.out_name,
/macosx-10.9.5/MITKerberosShim-62.1/
H A Dccache.c517 ccache_get_name(cc_ccache_t in_ccache, cc_string_t *out_name) argument
523 if (out_name == NULL)
531 *out_name = create_string(name);
986 cc_string_t *out_name)
992 if (out_name == NULL)
997 *out_name = create_string(name);
985 context_get_default_ccache_name(cc_context_t in_context, cc_string_t *out_name) argument
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/mech/
H A Dgss_krb5.c521 const char **out_name)
529 if (out_name)
530 *out_name = NULL;
519 gss_krb5_ccache_name(OM_uint32 *minor_status, const char *name, const char **out_name) argument
/macosx-10.9.5/curl-78.94.1/curl/packages/OS400/
H A Dos400sys.c491 gss_OID in_name_type, gss_name_t * out_name)
499 return gss_import_name(minor_status, in_name, in_name_type, out_name);
513 rc = gss_import_name(minor_status, &in, in_name_type, out_name);
490 Curl_gss_import_name_a(OM_uint32 * minor_status, gss_buffer_t in_name, gss_OID in_name_type, gss_name_t * out_name) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_control.c895 char *out_name,
911 strlcpy(out_name, kctl->name, maxsize);
893 ctl_name_by_id( u_int32_t id, char *out_name, size_t maxsize) argument

Completed in 289 milliseconds