Home
last modified time | relevance | path

Searched refs:lastchild (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/amd/hlfsd/
HDhomedir.c65 static uid2home_t *lastchild; variable
154 if (lastchild) in homedir()
156 (long) lastchild->uid, (long) lastchild->child, in homedir()
157 lastchild->home); in homedir()
158 lastchild = found; in homedir()
299 if (lastchild && lastchild->child == child) {
300 lastchild->child = 0;
303 lastchild->last_status = WEXITSTATUS(status);
304 lastchild = (uid2home_t *) NULL;
601 lastchild = (uid2home_t *) NULL;
/trueos/usr.bin/vgrind/
HDvgrindefs.src92 lambda lastchild le leftsibling lookone lookup lt minus name ne\
/trueos/contrib/expat/lib/
HDxmlparse.c210 int lastchild; member
6309 if (parent->lastchild) { in nextScaffoldPart()
6310 dtd->scaffold[parent->lastchild].nextsib = next; in nextScaffoldPart()
6314 parent->lastchild = next; in nextScaffoldPart()
6317 me->firstchild = me->lastchild = me->childcnt = me->nextsib = 0; in nextScaffoldPart()