Searched defs:TKT_ROOT (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dscc.h70 #ifndef TKT_ROOT
71 #define TKT_ROOT "/tmp/tkt" macro
H A Dcc_file.c259 #ifndef TKT_ROOT
261 #define TKT_ROOT "\\tkt" macro
263 #define TKT_ROOT "/tmp/tkt" macro
2133 * unique. The name begins with the string TKT_ROOT (from fcc.h).
2150 char scratch[sizeof(TKT_ROOT)+6+1]; /* +6 for the scratch part, +1 for
2163 (void) strcpy(scratch, TKT_ROOT);

Completed in 49 milliseconds