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

/freebsd-10.0-release/crypto/heimdal/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
/freebsd-10.0-release/include/protocols/
H A Drwhod.h44 char out_name[8]; /* user id */ member in struct:outmp
/freebsd-10.0-release/usr.bin/rwho/
H A Drwho.c199 (int)sizeof(mp->myutmp.out_name),
200 (int)sizeof(mp->myutmp.out_name),
201 mp->myutmp.out_name, width, buf, cbuf);
238 rc = strncmp(MYUTMP(u1)->myutmp.out_name, MYUTMP(u2)->myutmp.out_name,
239 sizeof(MYUTMP(u2)->myutmp.out_name));
/freebsd-10.0-release/usr.bin/indent/
H A Dindent.c69 const char *out_name = "Standard Output"; /* will always point to name variable
210 out_name = argv[i]; /* remember name of output file */
211 if (strcmp(in_name, out_name) == 0) { /* attempt to overwrite
215 output = fopen(out_name, "w");
217 err(1, "%s", out_name);
231 out_name = in_name;
/freebsd-10.0-release/kerberos5/lib/libgssapi_krb5/
H A Dgss_krb5.c496 const char **out_name)
501 if (out_name)
502 *out_name = NULL;
494 gss_krb5_ccache_name(OM_uint32 *minor_status, const char *name, const char **out_name) argument
/freebsd-10.0-release/usr.sbin/rwhod/
H A Drwhod.c475 strncpy(we->we_utmp.out_name, ut->ut_user,
476 sizeof(we->we_utmp.out_name));
742 printf("%-8.8s %s:%s %.12s", we->we_utmp.out_name,
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/mech/
H A Dgss_krb5.c519 const char **out_name)
527 if (out_name)
528 *out_name = NULL;
517 gss_krb5_ccache_name(OM_uint32 *minor_status, const char *name, const char **out_name) argument

Completed in 187 milliseconds