Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/hlfsd/
H A Dhomedir.c63 static uid2home_t *lastchild; variable
153 if (lastchild) in homedir()
155 (long) lastchild->uid, (long) lastchild->child, in homedir()
156 lastchild->home); in homedir()
157 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;
602 lastchild = (uid2home_t *) NULL;
/netbsd-src/usr.bin/vgrind/
H A Dvgrindefs.src95 lambda lastchild le leftsibling lookone lookup lt minus name ne\
/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c312 int lastchild; member
7322 if (parent->lastchild) { in nextScaffoldPart()
7323 dtd->scaffold[parent->lastchild].nextsib = next; in nextScaffoldPart()
7327 parent->lastchild = next; in nextScaffoldPart()
7330 me->firstchild = me->lastchild = me->childcnt = me->nextsib = 0; in nextScaffoldPart()