OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uidtb
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/gen/
pwcache.c
134
static UIDC **
uidtb
; /* uid to name cache */
variable in typeref:typename:UIDC **
169
* creates an empty
uidtb
177
if (
uidtb
!= NULL)
181
if ((
uidtb
= (UIDC **)calloc(UID_SZ, sizeof(UIDC *))) == NULL) {
265
if ((
uidtb
== NULL) && (uidtb_start() < 0))
271
pptr =
uidtb
+ (uid % UID_SZ);
544
FLUSHTB(
uidtb
, UID_SZ, uidtb_fail);
Completed in 12 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025