Searched refs:ttypath (Results 1 – 6 of 6) sorted by relevance
| /src/bin/ps/ |
| H A D | ps.c | 923 const char *ttypath; in addelem_tty() local 927 ttypath = NULL; in addelem_tty() 932 ttypath = elem; in addelem_tty() 936 ttypath = _PATH_CONSOLE; in addelem_tty() 943 ttypath = pathbuf; in addelem_tty() 955 ttypath = NULL; in addelem_tty() 963 ttypath = NULL; in addelem_tty() 968 if (ttypath) { in addelem_tty() 969 if (stat(ttypath, &sb) == -1) { in addelem_tty() 972 ttypath); in addelem_tty() [all …]
|
| /src/usr.sbin/ppp/ |
| H A D | tty.c | 259 char ttypath[NG_NODESIZ]; in LoadLineDiscipline() local 300 snprintf(ttypath, sizeof ttypath, "%s:", info->name); in LoadLineDiscipline() 313 if (NgSendMsg(cs, ttypath, NGM_TTY_COOKIE, in LoadLineDiscipline() 324 ngm.peerhook, ttypath, ngm.ourhook); in LoadLineDiscipline() 325 if (NgSendMsg(cs, ttypath, NGM_GENERIC_COOKIE, in LoadLineDiscipline() 333 snprintf(ngc.path, sizeof ngc.path, "%s%s", ttypath, NG_TTY_HOOK); in LoadLineDiscipline()
|
| /src/contrib/ncurses/progs/ |
| H A D | tset.c | 554 char *ttypath; in get_termcap_entry() local 569 if ((ttypath = ttyname(fd)) != NULL) { in get_termcap_entry() 570 p = _nc_basename(ttypath); in get_termcap_entry()
|
| /src/contrib/sendmail/src/ |
| H A D | savemail.c | 184 p = ttypath();
|
| H A D | sendmail.h | 3025 extern char *ttypath __P((void));
|
| H A D | conf.c | 1255 ttypath() in ttypath() function
|