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

  /src/external/bsd/ppp/dist/pppd/
termios_linux.h 50 static inline int tcsetattr(int fd, int a, const struct termios *t) function
  /src/external/bsd/ntp/dist/include/
ntp_tty.h 39 #ifndef tcsetattr
40 #define tcsetattr(fd, cmd, arg) ioctl(fd, cmd, arg) macro
  /src/external/gpl2/texinfo/dist/info/
pcterm.c 761 int tcsetattr(int fd, int opt_actions, const struct termios *termios_p)
763 perror ("tcsetattr"); return 0;
758 int tcsetattr(int fd, int opt_actions, const struct termios *termios_p) function
  /src/lib/libc/include/
namespace.h 751 #define tcsetattr _tcsetattr macro

Completed in 28 milliseconds