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

  /src/external/bsd/openldap/dist/libraries/liblutil/
getpass.c 69 #define TTY "con:"
71 #define TTY "/dev/tty"
90 if ((fi = fopen(TTY, "r")) == NULL)
  /src/external/bsd/ntp/dist/include/
ntp_tty.h 10 * use only one tty model - no use in initialising
11 * a tty in three ways
27 #include "ERROR: no tty type defined!"
33 #define TTY struct sgttyb
38 #define TTY struct termio
71 # define TTY struct termios
  /src/usr.bin/last/
last.c 106 char tty[128]; /* terminal name */ member in struct:ttytab
108 } TTY;
109 static TTY *ttylist; /* head of linked list */
117 static TTY *addtty(const char *);
134 "\t [-N namesize] [-t tty] [user ...]\n", getprogname(),
288 static TTY *
289 addtty(const char *tty)
291 TTY *cur;
293 if (!(cur = (TTY *)malloc(sizeof(TTY))))
    [all...]

Completed in 24 milliseconds