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

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dttyent.h50 char *ty_name; /* terminal device name */ member in struct:ttyent
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dgetttyent.c77 if (!strcmp(tty, t->ty_name))
156 sprintf(tty.ty_name, seq->fmt, seq->index++);
186 tty.ty_name = p;
236 if (regexec(&brapreg, tty.ty_name, 3, match, 0) != 0)
246 if (regexec(&decpreg, tty.ty_name, 3, match, REG_STARTEND) == 0) {
248 b = strtol(tty.ty_name + match[1].rm_so, NULL, 10);
249 e = strtol(tty.ty_name + match[2].rm_so, NULL, 10);
253 if (regexec(&hexpreg, tty.ty_name, 3, match, REG_STARTEND) == 0) {
255 b = strtol(tty.ty_name + match[1].rm_so, NULL, 16);
256 e = strtol(tty.ty_name
[all...]
H A Dutmpx-darwin.c1199 if (!strncmp(ttyp->ty_name, u->ut_line, sizeof(u->ut_line))) {
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dttyslot.c57 if (!strcmp(ttyp->ty_name, name)) {
/macosx-10.10.1/screen-22/screen/
H A Dutmp.c123 struct ttyent { char *ty_name; }; member in struct:ttyent
756 while ((tp = getttyent()) != 0 && strcmp(line, tp->ty_name) != 0)
808 t.ty_name = ttnext + 2;
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dloginrec.c851 if (!strncmp(ty->ty_name, ut->ut_line, sizeof(ut->ut_line)))

Completed in 198 milliseconds