Home
last modified time | relevance | path

Searched refs:ttypath (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/usr.bin/tset/
H A Dterm.c65 char *p, *ttypath; in get_termcap_entry() local
78 if ((ttypath = ttyname(STDERR_FILENO))) { in get_termcap_entry()
79 if ((p = strrchr(ttypath, '/'))) in get_termcap_entry()
82 p = ttypath; in get_termcap_entry()
/freebsd-13.1/bin/ps/
H A Dps.c857 const char *ttypath; in addelem_tty() local
861 ttypath = NULL; in addelem_tty()
866 ttypath = elem; in addelem_tty()
870 ttypath = _PATH_CONSOLE; in addelem_tty()
877 ttypath = pathbuf; in addelem_tty()
889 ttypath = NULL; in addelem_tty()
897 ttypath = NULL; in addelem_tty()
902 if (ttypath) { in addelem_tty()
903 if (stat(ttypath, &sb) == -1) { in addelem_tty()
906 ttypath); in addelem_tty()
[all …]
/freebsd-13.1/usr.sbin/ppp/
H A Dtty.c261 char ttypath[NG_NODESIZ]; in LoadLineDiscipline() local
302 snprintf(ttypath, sizeof ttypath, "%s:", info->name); in LoadLineDiscipline()
315 if (NgSendMsg(cs, ttypath, NGM_TTY_COOKIE, in LoadLineDiscipline()
326 ngm.peerhook, ttypath, ngm.ourhook); in LoadLineDiscipline()
327 if (NgSendMsg(cs, ttypath, NGM_GENERIC_COOKIE, in LoadLineDiscipline()
335 snprintf(ngc.path, sizeof ngc.path, "%s%s", ttypath, NG_TTY_HOOK); in LoadLineDiscipline()
/freebsd-13.1/contrib/ncurses/progs/
H A Dtset.c544 char *ttypath; in get_termcap_entry() local
557 if ((ttypath = ttyname(fd)) != 0) { in get_termcap_entry()
558 p = _nc_basename(ttypath); in get_termcap_entry()
/freebsd-13.1/contrib/sendmail/src/
H A Dsavemail.c182 p = ttypath();
H A Dsendmail.h2853 extern char *ttypath __P((void));
H A Dconf.c1250 ttypath() in ttypath() function