Searched refs:ttyfd (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Drx.c64 int ttyfd, int filefd)
78 tcflush(ttyfd, TCIFLUSH);
81 write(ttyfd, &nak, 1);
91 blockBegin = read_byte(ttyfd, timeout);
105 write(ttyfd, &nak, 1);
113 blockNo = read_byte(ttyfd, TIMEOUT);
118 blockNoOnesCompl = read_byte(ttyfd, TIMEOUT);
133 int cc = read_byte(ttyfd, TIMEOUT);
141 crcHi = read_byte(ttyfd, TIMEOUT);
145 crcLo = read_byte(ttyfd, TIMEOU
63 receive(char *error_buf, size_t error_buf_size, int ttyfd, int filefd) argument
256 int ttyfd, filefd; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtty.c24 static int ttyfd=-1; variable
83 #define STDIN ttyfd
175 ttyfd = open("/dev/tty", O_RDONLY);
176 if(ttyfd >= 0) {
177 tty = fdopen(ttyfd, "r");
185 ttyfd = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dtty.c126 static int ttyfd; /* Serial port file descriptor */ variable
586 ttyfd = real_ttyfd;
587 if ((fdflags = fcntl(ttyfd, F_GETFL)) == -1
588 || fcntl(ttyfd, F_SETFL, fdflags & ~O_NONBLOCK) < 0)
599 if (fstat(ttyfd, &statbuf) < 0
600 || fchmod(ttyfd, statbuf.st_mode & ~(S_IWGRP | S_IWOTH)) < 0) {
616 set_up_tty(ttyfd, ((connector != NULL && connector[0] != 0)
665 int fd = dup(ttyfd);
671 ttyfd = pty_slave;
688 if (device_script(initializer, ttyfd, ttyf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dash.c3249 static int ttyfd = -1; variable
3480 fd = ttyfd;
3493 ttyfd = fd;
3546 xtcsetpgrp(ttyfd, pgid);
4392 xtcsetpgrp(ttyfd, pgrp);
4513 xtcsetpgrp(ttyfd, rootpid);

Completed in 185 milliseconds