OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:grptb
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/pax/
sel_subs.c
77
static GRPT **
grptb
= NULL; /* group selection table */
variable in typeref:typename:GRPT **
94
((
grptb
!= NULL) && grp_match(arcn)) ||
226
if ((
grptb
== NULL) &&
227
((
grptb
= (GRPT **)calloc(GRP_TB_SZ, sizeof(GRPT *))) == NULL)) {
256
if ((pt =
grptb
[indx]) != NULL) {
269
pt->fow =
grptb
[indx];
270
grptb
[indx] = pt;
292
pt =
grptb
[((unsigned)arcn->sb.st_gid) % GRP_TB_SZ];
/src/lib/libc/gen/
pwcache.c
137
static GIDC **
grptb
; /* group name to gid cache */
variable in typeref:typename:GIDC **
232
* creates an empty
grptb
240
if (
grptb
!= NULL)
244
if ((
grptb
= (GIDC **)calloc(GNM_SZ, sizeof(GIDC *))) == NULL) {
471
if ((
grptb
== NULL) && (grptb_start() < 0))
478
pptr =
grptb
+ st_hash(name, namelen, GID_SZ);
571
FLUSHTB(
grptb
, GNM_SZ, grptb_fail);
Completed in 12 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025