Searched refs:ttypath (Results 1 – 6 of 6) sorted by relevance
/freebsd/bin/ps/ |
H A D | ps.c | 863 const char *ttypath; in addelem_tty() local 867 ttypath = NULL; in addelem_tty() 872 ttypath = elem; in addelem_tty() 876 ttypath = _PATH_CONSOLE; in addelem_tty() 883 ttypath = pathbuf; in addelem_tty() 895 ttypath = NULL; in addelem_tty() 903 ttypath = NULL; in addelem_tty() 908 if (ttypath) { in addelem_tty() 909 if (stat(ttypath, &sb) == -1) { in addelem_tty() 912 ttypath); in addelem_tty() [all …]
|
/freebsd/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()
|
/freebsd/contrib/ncurses/progs/ |
H A D | tset.c | 554 char *ttypath; in get_termcap_entry() local 569 if ((ttypath = ttyname(fd)) != 0) { in get_termcap_entry() 570 p = _nc_basename(ttypath); in get_termcap_entry()
|
/freebsd/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
|