Searched refs:ttypath (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/bin/ps/ |
| H A D | ps.c | 885 const char *ttypath; in addelem_tty() local 889 ttypath = NULL; in addelem_tty() 894 ttypath = elem; in addelem_tty() 898 ttypath = _PATH_CONSOLE; in addelem_tty() 905 ttypath = pathbuf; in addelem_tty() 917 ttypath = NULL; in addelem_tty() 925 ttypath = NULL; in addelem_tty() 930 if (ttypath) { in addelem_tty() 931 if (stat(ttypath, &sb) == -1) { in addelem_tty() 934 ttypath); in addelem_tty() [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/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
|