HomeSort by relevance Sort by last modified time
    Searched refs:gmax_fd (Results 1 - 2 of 2) sorted by null

  /external/toybox/toys/pending/
telnetd.c 35 int gmax_fd;
319 if (master_fd > TT.gmax_fd) TT.gmax_fd = master_fd;
323 if (pty_fd > TT.gmax_fd) TT.gmax_fd = pty_fd;
359 int r = select(TT.gmax_fd + 1, &rd, &wr, NULL, tv_ptr);
368 if (new_fd > TT.gmax_fd) TT.gmax_fd = new_fd;
370 if (pty_fd > TT.gmax_fd) TT.gmax_fd = pty_fd
    [all...]
  /external/toybox/generated/
globals.h 884 int gmax_fd; member in struct:telnetd_data

Completed in 152 milliseconds