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

  /src/external/bsd/am-utils/dist/hlfsd/
homedir.c 289 uid2home_t *lostchild; local
307 for (lostchild = pwtab; lostchild < &pwtab[cur_pwtab_num]; lostchild++) {
308 if (lostchild->child == child) {
310 lostchild->last_status = WEXITSTATUS(status);
311 lostchild->child = 0;
homedir.c 289 uid2home_t *lostchild; local
307 for (lostchild = pwtab; lostchild < &pwtab[cur_pwtab_num]; lostchild++) {
308 if (lostchild->child == child) {
310 lostchild->last_status = WEXITSTATUS(status);
311 lostchild->child = 0;

Completed in 40 milliseconds