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

/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_realm.c924 global_params.stash_file,
2501 char *stash_file = NULL; local
2631 if (global_params.stash_file == NULL) {
2648 stash_file = stashbuf;
2650 stash_file = global_params.stash_file;
2652 /* Make sure stash_file is a regular file before unlinking */
2653 if (stat(stash_file, &stb) == 0) {
2655 (void)unlink(stash_file);
2660 stash_file);
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dadmin.h306 char * stash_file; member in struct:_kadm5_config_params

Completed in 71 milliseconds