HomeSort by: relevance | last modified time | path
    Searched defs: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 341 int lastchild; member in struct:__anon23630
7902 if (parent->lastchild) {
7903 dtd->scaffold[parent->lastchild].nextsib = next;
7907 parent->lastchild = next;
7910 me->firstchild = me->lastchild = me->childcnt = me->nextsib = 0;

Completed in 32 milliseconds