Searched refs:lastchild (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/amd/hlfsd/
H A Dhomedir.c61 static uid2home_t *lastchild; variable
151 if (lastchild)
153 (long) lastchild->uid, (long) lastchild->child,
154 lastchild->home);
155 lastchild = found;
297 if (lastchild && lastchild->child == child) {
298 lastchild->child = 0;
301 lastchild
[all...]
/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c286 int lastchild; member in struct:__anon12
6789 if (parent->lastchild) {
6790 dtd->scaffold[parent->lastchild].nextsib = next;
6794 parent->lastchild = next;
6797 me->firstchild = me->lastchild = me->childcnt = me->nextsib = 0;

Completed in 196 milliseconds