Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/amd/hlfsd/
Dhomedir.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;
/freebsd-9-stable/usr.bin/vgrind/
Dvgrindefs.src92 lambda lastchild le leftsibling lookone lookup lt minus name ne\
/freebsd-9-stable/contrib/expat/lib/
Dxmlparse.c217 int lastchild; member
6372 if (parent->lastchild) { in nextScaffoldPart()
6373 dtd->scaffold[parent->lastchild].nextsib = next; in nextScaffoldPart()
6377 parent->lastchild = next; in nextScaffoldPart()
6380 me->firstchild = me->lastchild = me->childcnt = me->nextsib = 0; in nextScaffoldPart()