Home
last modified time | relevance | path

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

/freebsd/bin/ps/
H A Dps.c874 const char *ttypath; in addelem_tty() local
878 ttypath = NULL; in addelem_tty()
883 ttypath = elem; in addelem_tty()
887 ttypath = _PATH_CONSOLE; in addelem_tty()
894 ttypath = pathbuf; in addelem_tty()
906 ttypath = NULL; in addelem_tty()
914 ttypath = NULL; in addelem_tty()
919 if (ttypath) { in addelem_tty()
920 if (stat(ttypath, &sb) == -1) { in addelem_tty()
923 ttypath); in addelem_tty()
[all …]
/freebsd/usr.sbin/ppp/
H A Dtty.c259 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 Dtset.c551 char *ttypath; in get_termcap_entry() local
564 if ((ttypath = ttyname(fd)) != 0) { in get_termcap_entry()
565 p = _nc_basename(ttypath); in get_termcap_entry()
/freebsd/contrib/sendmail/src/
H A Dsavemail.c184 p = ttypath();
H A Dsendmail.h3025 extern char *ttypath __P((void));
H A Dconf.c1255 ttypath() in ttypath() function