OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UIDC
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/gen/
pwcache.h
62
typedef struct
uidc
{
struct
66
}
UIDC
;
pwcache.c
134
static
UIDC
**uidtb; /* uid to name cache */
136
static
UIDC
**usrtb; /* user name to uid cache */
181
if ((uidtb = (
UIDC
**)calloc(UID_SZ, sizeof(
UIDC
*))) == NULL) {
223
if ((usrtb = (
UIDC
**)calloc(UNM_SZ, sizeof(
UIDC
*))) == NULL) {
263
UIDC
*ptr, **pptr;
293
*pptr = ptr = (
UIDC
*)malloc(sizeof(
UIDC
));
399
UIDC
*ptr, **pptr
[
all
...]
Completed in 11 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025