OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GIDC
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/gen/
pwcache.h
68
typedef struct
gidc
{
struct
72
}
GIDC
;
pwcache.c
135
static
GIDC
**gidtb; /* gid to name cache */
137
static
GIDC
**grptb; /* group name to gid cache */
202
if ((gidtb = (
GIDC
**)calloc(GID_SZ, sizeof(
GIDC
*))) == NULL) {
244
if ((grptb = (
GIDC
**)calloc(GNM_SZ, sizeof(
GIDC
*))) == NULL) {
332
GIDC
*ptr, **pptr;
362
*pptr = ptr = (
GIDC
*)malloc(sizeof(
GIDC
));
463
GIDC
*ptr, **pptr
[
all
...]
Completed in 11 milliseconds
Indexes created Sat Oct 18 16:10:06 GMT 2025