Searched refs:tkfile (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/sudo-73/src/auth/
H A Dkerb4.c77 char tkfile[sizeof(_PATH_SUDO_TIMEDIR) + 4 + MAX_UID_T_LEN]; local
85 (void) snprintf(tkfile, sizeof(tkfile), "%s/tkt%u",
87 (void) krb_set_tkt_string(tkfile);
/macosx-10.10/Heimdal-398.1.2/appl/rsh/
H A Drshd.c63 static char tkfile[MAXPATHLEN] = ""; variable
198 ret = krb5_cc_resolve (context, tkfile, &ccache2);
202 tkfile,
346 temp_tkfile = tkfile;
348 strlcpy (tkfile, "FILE:", sizeof(tkfile));
349 temp_tkfile = tkfile + 5;
354 snprintf(temp_tkfile, sizeof(tkfile) - (temp_tkfile - tkfile),
589 if (asprintf (&e[i++], "KRB5CCNAME=%s", tkfile)
[all...]
H A Drsh.c44 char tkfile[MAXPATHLEN]; variable
378 if (net_write (s, tkfile, strlen(tkfile)) != strlen(tkfile)) {
794 { "tkfile", 'U', arg_string, &unique_tkfile,
934 strlcpy(tkfile,"-u ", sizeof(tkfile));
941 snprintf (tkfile, sizeof(tkfile), "-U %s ", unique_tkfile);
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dextern.h109 void krbtkfile(const char *tkfile);
/macosx-10.10/Heimdal-398.1.2/appl/su/
H A Dsu.c79 char tkfile[256]; variable

Completed in 79 milliseconds