Home
last modified time | relevance | path

Searched refs:user_alist (Results 1 – 8 of 8) sorted by relevance

/dports/archivers/gcpio/cpio-2.13/src/
H A Didcache.c49 static struct userid *user_alist; variable
64 for (tail = user_alist; tail; tail = tail->next) in getuser()
80 tail->next = user_alist; in getuser()
81 user_alist = tail; in getuser()
96 for (tail = user_alist; tail; tail = tail->next) in getuidbyname()
115 tail->next = user_alist; in getuidbyname()
116 user_alist = tail; in getuidbyname()
/dports/archivers/sharutils/sharutils-4.15.2/lib/
H A Didcache.c54 static struct userid *user_alist; variable
73 for (tail = user_alist; tail; tail = tail->next) in getuser()
91 match->next = user_alist; in getuser()
92 user_alist = match; in getuser()
109 for (tail = user_alist; tail; tail = tail->next) in getuidbyname()
137 tail->next = user_alist; in getuidbyname()
138 user_alist = tail; in getuidbyname()
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Didcache.c54 static struct userid *user_alist; variable
73 for (tail = user_alist; tail; tail = tail->next) in getuser()
91 match->next = user_alist; in getuser()
92 user_alist = match; in getuser()
109 for (tail = user_alist; tail; tail = tail->next) in getuidbyname()
137 tail->next = user_alist; in getuidbyname()
138 user_alist = tail; in getuidbyname()
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Didcache.c55 static struct userid *user_alist; variable
74 for (tail = user_alist; tail; tail = tail->next) in getuser()
92 match->next = user_alist; in getuser()
93 user_alist = match; in getuser()
110 for (tail = user_alist; tail; tail = tail->next) in getuidbyname()
138 tail->next = user_alist; in getuidbyname()
139 user_alist = tail; in getuidbyname()
/dports/misc/gnuls/coreutils-8.30/lib/
H A Didcache.c55 static struct userid *user_alist; variable
74 for (tail = user_alist; tail; tail = tail->next) in getuser()
92 match->next = user_alist; in getuser()
93 user_alist = match; in getuser()
110 for (tail = user_alist; tail; tail = tail->next) in getuidbyname()
138 tail->next = user_alist; in getuidbyname()
139 user_alist = tail; in getuidbyname()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Didcache.c55 static struct userid *user_alist; variable
74 for (tail = user_alist; tail; tail = tail->next) in getuser()
92 match->next = user_alist; in getuser()
93 user_alist = match; in getuser()
110 for (tail = user_alist; tail; tail = tail->next) in getuidbyname()
138 tail->next = user_alist; in getuidbyname()
139 user_alist = tail; in getuidbyname()
/dports/misc/findutils/findutils-4.8.0/gl/lib/
H A Didcache.c55 static struct userid *user_alist; variable
74 for (tail = user_alist; tail; tail = tail->next) in getuser()
92 match->next = user_alist; in getuser()
93 user_alist = match; in getuser()
110 for (tail = user_alist; tail; tail = tail->next) in getuidbyname()
138 tail->next = user_alist; in getuidbyname()
139 user_alist = tail; in getuidbyname()
/dports/sysutils/reed/reed-5.6/
H A Dreed.c74 static struct userid *user_alist; variable
206 for (tail = user_alist; tail; tail = tail->next) in getuser()
214 tail->next = user_alist; in getuser()
215 user_alist = tail; in getuser()