HomeSort by: relevance | last modified time | path
    Searched defs:usrtb (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
sel_subs.c 76 static USRT **usrtb = NULL; /* user selection table */ variable in typeref:typename:USRT **
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];
  /src/lib/libc/gen/
pwcache.c 136 static UIDC **usrtb; /* user name to uid cache */ variable in typeref:typename:UIDC **
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...]

Completed in 11 milliseconds