OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:User_cache
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/rpc.pcnfsd/
pcnfsd_cache.c
36
#ifdef
USER_CACHE
44
}
User_cache
[CACHE_SIZE];
61
if (!strcmp(
User_cache
[i].cuname, name)) {
63
c2 = strlen(
User_cache
[i].cpw);
65
!(strcmp(
User_cache
[i].cpw,
66
crypt(pw,
User_cache
[i].cpw)))) {
67
*p_uid =
User_cache
[i].cuid;
68
*p_gid =
User_cache
[i].cgid;
71
User_cache
[i].cuname[0] = '\0'; /* nuke entry */
84
User_cache
[i] = User_cache[i - 1]
[
all
...]
pcnfsd_cache.c
36
#ifdef
USER_CACHE
44
}
User_cache
[CACHE_SIZE];
61
if (!strcmp(
User_cache
[i].cuname, name)) {
63
c2 = strlen(
User_cache
[i].cpw);
65
!(strcmp(
User_cache
[i].cpw,
66
crypt(pw,
User_cache
[i].cpw)))) {
67
*p_uid =
User_cache
[i].cuid;
68
*p_gid =
User_cache
[i].cgid;
71
User_cache
[i].cuname[0] = '\0'; /* nuke entry */
84
User_cache
[i] = User_cache[i - 1]
[
all
...]
Completed in 24 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025