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

  /external/toybox/toys/pending/
telnetd.c 55 int new_fd, pty_fd; member in struct:term_session
310 int pty_fd, new_fd, c = 0, w, master_fd = 0; local
322 pty_fd = new_session(master_fd); //master_fd = 0
323 if (pty_fd > TT.gmax_fd) TT.gmax_fd = pty_fd;
327 tm->pty_fd = pty_fd;
349 if (tm->pty_fd > 0 && tm->buff1_avail < BUFSIZE) FD_SET(tm->pty_fd, &rd);
351 if (tm->pty_fd > 0 && (tm->buff2_avail - tm->buff2_written) > 0)
    [all...]
  /external/lldb/source/Target/
Platform.cpp 700 int pty_fd = launch_info.GetPTY().ReleaseMasterFileDescriptor(); local
701 if (pty_fd != lldb_utility::PseudoTerminal::invalid_fd)
703 process_sp->SetSTDIOFileDescriptor(pty_fd);

Completed in 58 milliseconds