OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usrtb
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/gen/
pwcache.c
136
static UIDC **
usrtb
; /* user name to uid cache */
variable
211
* creates an empty
usrtb
219
if (
usrtb
!= NULL)
223
if ((
usrtb
= (UIDC **)calloc(UNM_SZ, sizeof(UIDC *))) == NULL) {
407
if ((
usrtb
== NULL) && (usrtb_start() < 0))
414
pptr =
usrtb
+ st_hash(name, namelen, UNM_SZ);
545
FLUSHTB(
usrtb
, UNM_SZ, usrtb_fail);
605
printf("i: %d, pwopn %d usrtb_fail %d
usrtb
%p\n",
606
i, pwopn, usrtb_fail,
usrtb
);
613
printf("pass 1 finish: pwopn %d usrtb_fail %d
usrtb
%p\n"
[
all
...]
/src/bin/pax/
sel_subs.c
76
static USRT **
usrtb
= NULL; /* user selection table */
variable
93
if (((
usrtb
!= NULL) && usr_match(arcn)) ||
128
if ((
usrtb
== NULL) &&
129
((
usrtb
= (USRT **)calloc(USR_TB_SZ, sizeof(USRT *))) == NULL)) {
157
if ((pt =
usrtb
[indx]) != NULL) {
170
pt->fow =
usrtb
[indx];
171
usrtb
[indx] = pt;
193
pt =
usrtb
[((unsigned)arcn->sb.st_uid) % USR_TB_SZ];
Completed in 21 milliseconds
Indexes created Fri Jul 31 00:23:59 UTC 2026