Searched refs:pwtab (Results 1 – 1 of 1) sorted by relevance
64 static uid2home_t *pwtab; variable307 for (lostchild = pwtab; lostchild < &pwtab[cur_pwtab_num]; lostchild++) {574 qsort((char *) pwtab, cur_pwtab_num, sizeof(uid2home_t),606 if (pwtab[i].home) {607 XFREE(pwtab[i].home);608 pwtab[i].home = (char *) NULL;610 pwtab[i].uid = INVALIDID; /* not a valid uid (yet...) */611 pwtab[i].child = (pid_t) 0;612 pwtab[i].uname = (char *) NULL; /* only a ptr to untab[i].username */641 pwtab = (uid2home_t *) xmalloc(max_pwtab_num *[all …]