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

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

Completed in 222 milliseconds