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

/freebsd-13-stable/crypto/heimdal/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);
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h109 void krbtkfile(const char *tkfile);
/freebsd-13-stable/crypto/heimdal/appl/su/
H A Dsu.c79 char tkfile[256]; variable

Completed in 75 milliseconds