HomeSort by: relevance | last modified time | path
    Searched refs:lastchild (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/am-utils/dist/hlfsd/
homedir.c 63 static uid2home_t *lastchild; variable
153 if (lastchild)
155 (long) lastchild->uid, (long) lastchild->child,
156 lastchild->home);
157 lastchild = found;
299 if (lastchild && lastchild->child == child) {
300 lastchild->child = 0;
303 lastchild->last_status = WEXITSTATUS(status)
    [all...]
  /src/external/mit/expat/dist/lib/
xmlparse.c 340 int lastchild; member in struct:__anon13
8261 if (parent->lastchild) {
8262 dtd->scaffold[parent->lastchild].nextsib = next;
8266 parent->lastchild = next;
8269 me->firstchild = me->lastchild = me->childcnt = me->nextsib = 0;

Completed in 21 milliseconds