Searched defs:wf (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ss/
H A Dssd.c287 int wf; local
436 if ((wf = open(buf, O_RDONLY)) >= 0)
438 if (read(wf, &who, sizeof(who)) != sizeof(who) || who.wd_vers != WHOVERS || who.wd_type != WHOTYPE)
441 close(wf);
442 wf = -1;
594 if (wf >= 0)
596 if (lseek(wf, 0L, 0))
598 read(wf, &who, sizeof(who));

Completed in 11 milliseconds