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

  /src/usr.bin/tset/
term.c 62 char *p, *ttypath; local in function:get_terminfo_entry
75 if ((ttypath = ttyname(STDERR_FILENO)) != NULL) {
76 if ((p = strrchr(ttypath, '/')) != NULL)
79 p = ttypath;
  /src/bin/ps/
ps.c 155 const char *ttypath; local in function:ttyname2dev
158 ttypath = NULL;
167 ttypath = _PATH_CONSOLE;
172 ttypath = pathbuf;
176 ttypath = pathbuf;
178 ttypath = ttname;
180 if (stat(ttypath, &sb) == -1) {
194 err(EXIT_FAILURE, "%s", ttypath);
197 errx(EXIT_FAILURE, "%s: not a terminal", ttypath);

Completed in 19 milliseconds