Searched refs:ty_type (Results 1 - 8 of 8) sorted by last modified time

/freebsd-10-stable/sbin/init/
H A Dinit.c1358 sp->se_type = typ->ty_type ? strdup(typ->ty_type) : 0;
/freebsd-10-stable/lib/libc/gen/
H A Dgetttyent.c142 tty.ty_getty = tty.ty_type = NULL;
145 if (!*(tty.ty_type = p))
146 tty.ty_type = NULL;
/freebsd-10-stable/usr.bin/login/
H A Dlogin.c942 if (t != NULL && t->ty_type != NULL)
943 return (t->ty_type);
/freebsd-10-stable/include/
H A Dttyent.h52 char *ty_type; /* terminal type for termcap */ member in struct:ttyent
/freebsd-10-stable/usr.bin/tset/
H A Dterm.c82 ttype = t->ty_type;
/freebsd-10-stable/release/picobsd/tinyware/login/
H A Dpico-login.c1061 if (t != NULL && t->ty_type != NULL)
1062 return (t->ty_type);
/freebsd-10-stable/contrib/ncurses/progs/
H A Dtset.c577 ttype = t->ty_type;
/freebsd-10-stable/contrib/opie/
H A Dopielogin.c1350 opiestrncpy(term, t->ty_type, sizeof(term));

Completed in 154 milliseconds