Searched refs:ttyp (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dttyslot.c45 struct ttyent *ttyp; local
56 for (slot = 1; (ttyp = getttyent()); ++slot)
57 if (!strcmp(ttyp->ty_name, name)) {
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dsubr_prf.h86 extern int prf(const char *fmt, va_list ap, int flags, struct tty *ttyp);
/macosx-10.10/files-662.1.1/private/etc/
H A Dttys28 ttyp[0x0-0xf] none network slot=36
H A Dttys.embedded27 ttyp[0x0-0xf] none network slot=36 secure
/macosx-10.10/ntp-92/ntpd/
H A Dntp_refclock.c783 TTY ttyb, *ttyp; local
796 ttyp = &ttyb;
802 if (tcgetattr(fd, ttyp) < 0) {
815 ttyp->c_iflag = IGNBRK | IGNPAR | ICRNL;
816 ttyp->c_oflag = 0;
817 ttyp->c_cflag = CS8 | CLOCAL | CREAD;
820 ttyp->c_cflag = CS7 | PARENB | PARODD | CLOCAL | CREAD;
825 ttyp->c_cc[i] = '\0';
843 ttyp->c_cflag &= ~CLOCAL;
850 ttyp
[all...]
H A Drefclock_leitch.c302 { struct termios ttyb, *ttyp; local
304 ttyp = &ttyb;
305 if (tcgetattr(fd232, ttyp) < 0) {
310 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL;
311 ttyp->c_oflag = 0;
312 ttyp->c_cflag = SPEED232|CS8|CLOCAL|CREAD;
313 ttyp->c_lflag = ICANON;
314 ttyp->c_cc[VERASE] = ttyp->c_cc[VKILL] = '\0';
315 if (tcsetattr(fd232, TCSANOW, ttyp) <
[all...]
H A Drefclock_msfees.c437 struct termios ttyb, *ttyp; local
481 ttyp = &ttyb;
482 if (tcgetattr(fd232, ttyp) < 0) {
487 ttyp->c_iflag = IGNBRK|IGNPAR|ICRNL;
488 ttyp->c_cflag = SPEED232|CS8|CLOCAL|CREAD;
489 ttyp->c_oflag = 0;
490 ttyp->c_lflag = ICANON;
491 ttyp->c_cc[VERASE] = ttyp->c_cc[VKILL] = '\0';
492 if (tcsetattr(fd232, TCSANOW, ttyp) <
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsubr_prf.c138 static void printn(uint32_t n, int b, int flags, struct tty *ttyp, int zf, int fld_size);
325 _printf(int flags, struct tty *ttyp, const char *format, ...) argument
331 pca.tty = ttyp;
333 if (ttyp != NULL) {
334 tty_lock(ttyp);
340 tty_unlock(ttyp);
345 prf(const char *fmt, va_list ap, int flags, struct tty *ttyp) argument
350 pca.tty = ttyp;
362 printn(uint32_t n, int b, int flags, struct tty *ttyp, int zf, int fld_size) argument
369 pca.tty = ttyp;
[all...]
H A Dkern_proc.c1292 struct tty *ttyp; local
1322 ttyp = SESSION_TP(pgrp->pg_session);
1323 if (ttyp != TTY_NULL) {
1324 if (ttyp->t_pgrp == pgrp) {
1325 tty_lock(ttyp);
1327 if (ttyp->t_pgrp == pgrp) {
1328 ttyp->t_pgrp = NULL;
1331 tty_unlock(ttyp);
1344 ttyp = SESSION_TP(sessp);
1347 if (ttyp !
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/
H A Dtest_gss_fuzzer.c292 int ttyp = isatty(STDIN_FILENO); local
417 if (ttyp)
428 if (ttyp)
442 if (ttyp)
445 } else if (ttyp && (n & 0xff) == 0) {
450 if (ttyp)
/macosx-10.10/tidy-15.15/tidy/src/
H A Dconfig.c1174 UserTagType ttyp = tagtype_null; local
1178 case TidyInlineTags: ttyp = tagtype_inline; break;
1179 case TidyBlockTags: ttyp = tagtype_block; break;
1180 case TidyEmptyTags: ttyp = tagtype_empty; break;
1181 case TidyPreTags: ttyp = tagtype_pre; break;
1188 TY_(FreeDeclaredTags)( doc, ttyp );
1189 cfg->defined_tags |= ttyp;
1241 DeclareUserTag( doc, option->id, ttyp, buf );
1248 DeclareUserTag( doc, option->id, ttyp, buf );
/macosx-10.10/ppp-786.1.1/Family/
H A Dppp_serial.c216 static int pppserial_attach(struct tty *ttyp, struct ppp_link **link);
377 int pppserial_attach(struct tty *ttyp, struct ppp_link **link) argument
412 lk->lk_baudrate = ttyp->t_ospeed;
418 ld->devp = ttyp;
/macosx-10.10/Libc-1044.1.2/gen/
H A Dutmpx-darwin.c1173 struct ttyent *ttyp; local
1197 if ((ttyp = getttyent()) == NULL)
1199 if (!strncmp(ttyp->ty_name, u->ut_line, sizeof(u->ut_line))) {

Completed in 111 milliseconds