HomeSort by: relevance | last modified time | path
    Searched defs:lastchild (Results 1 - 4 of 4) 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...]
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 350 int lastchild; member in struct:__anon13
8350 if (parent->lastchild) {
8351 dtd->scaffold[parent->lastchild].nextsib = next;
8355 parent->lastchild = next;
8358 me->firstchild = me->lastchild = me->childcnt = me->nextsib = 0;
xmlparse.c 350 int lastchild; member in struct:__anon13
8350 if (parent->lastchild) {
8351 dtd->scaffold[parent->lastchild].nextsib = next;
8355 parent->lastchild = next;
8358 me->firstchild = me->lastchild = me->childcnt = me->nextsib = 0;

Completed in 137 milliseconds