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

  /src/libexec/ftpd/
popen.c 220 int fdes, status; local in function:ftpd_pclose
228 if (pids == 0 || pids[fdes = fileno(iop)] == 0)
236 while ((pid = waitpid(pids[fdes], &status, 0)) < 0 && errno == EINTR)
239 pids[fdes] = 0;
  /src/usr.bin/at/
at.c 178 int fdes, lockdes, fd2; local in function:writefile
253 if ((fdes = open(atfile, O_CREAT | O_TRUNC | O_WRONLY, S_IRUSR)) == -1)
256 if ((fd2 = dup(fdes)) == -1)
278 if ((fp = fdopen(fdes, "w")) == NULL)

Completed in 12 milliseconds