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

/freebsd-9.3-release/usr.sbin/gssd/
H A Dgssd.c74 static char ccfile_dirlist[PATH_MAX + 1], ccfile_substring[NAME_MAX + 1]; variable
117 strlcpy(ccfile_substring, "krb5cc_", sizeof(ccfile_substring));
159 strlcpy(ccfile_substring, optarg,
160 sizeof(ccfile_substring));
967 strstr(dp->d_name, ccfile_substring) != NULL &&

Completed in 108 milliseconds