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

/freebsd-10.0-release/usr.bin/tset/
H A Dterm.c63 char *p, *ttypath; local
76 if ((ttypath = ttyname(STDERR_FILENO))) {
77 if ((p = strrchr(ttypath, '/')))
80 p = ttypath;
/freebsd-10.0-release/bin/ps/
H A Dps.c770 const char *ttypath; local
774 ttypath = NULL;
779 ttypath = elem;
783 ttypath = _PATH_CONSOLE;
790 ttypath = pathbuf;
802 ttypath = NULL;
810 ttypath = NULL;
815 if (ttypath) {
816 if (stat(ttypath, &sb) == -1) {
819 ttypath);
[all...]
/freebsd-10.0-release/usr.sbin/ppp/
H A Dtty.c259 char ttypath[NG_NODESIZ]; local
300 snprintf(ttypath, sizeof ttypath, "%s:", info->name);
313 if (NgSendMsg(cs, ttypath, NGM_TTY_COOKIE,
324 ngm.peerhook, ttypath, ngm.ourhook);
325 if (NgSendMsg(cs, ttypath, NGM_GENERIC_COOKIE,
333 snprintf(ngc.path, sizeof ngc.path, "%s%s", ttypath, NG_TTY_HOOK);
/freebsd-10.0-release/contrib/ncurses/progs/
H A Dtset.c557 char *ttypath; local
568 if ((ttypath = ttyname(STDERR_FILENO)) != 0) {
569 p = _nc_basename(ttypath);
/freebsd-10.0-release/contrib/sendmail/src/
H A Dsavemail.c182 p = ttypath();
H A Dsendmail.h2753 extern char *ttypath __P((void));
H A Dconf.c1174 ttypath() function

Completed in 243 milliseconds