Searched refs:TIOCGWINSZ (Results 26 - 42 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dchan_user.c59 if (ioctl(fd, TIOCGWINSZ, &size) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dstty.c494 if (ioctl(STDIN_FILENO, TIOCGWINSZ, &win)) {
1007 # ifndef TIOCGWINSZ
1012 #ifdef TIOCGWINSZ
1121 #ifdef TIOCGWINSZ
/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Dcommon.c388 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &win) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dxfuncs.c573 int ret = ioctl(fd, TIOCGWINSZ, &win);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dping_common.c495 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &w) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dmconf.c291 if (!ioctl(STDIN_FILENO, TIOCGWINSZ, &ws)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dutils.c61 /* For TIOCGWINSZ and friends: */
1953 #ifdef TIOCGWINSZ
1961 if (ioctl (fd, TIOCGWINSZ, &wsz) < 0)
1970 #else /* neither TIOCGWINSZ nor WINDOWS */
1972 #endif /* neither TIOCGWINSZ nor WINDOWS */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-top.c153 #ifdef TIOCGWINSZ
154 if (ioctl(1, TIOCGWINSZ, ws) == 0 &&
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.c123 if(ioctl(1, TIOCGWINSZ, &winsize) == -1) {
125 ERROR("TIOCGWINSZ ioctl failed, defaulting to 80 "
1763 if(ioctl(1, TIOCGWINSZ, &winsize) == -1) {
1765 ERROR("TIOCGWINSZ ioctl failed, defaulting to 80 "
H A Dmksquashfs.c845 if(ioctl(1, TIOCGWINSZ, &winsize) == -1) {
847 printf("TIOCGWINSZ ioctl failed, defaulting to 80 "
2698 if(ioctl(1, TIOCGWINSZ, &winsize) == -1) {
2700 printf("TIOCGWINSZ ioctl failed, defaulting to 80 "
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-sunos4.c445 ioctl(fd, TIOCGWINSZ, &wsinfo);
H A Dsys-solaris.c1139 ioctl(fd, TIOCGWINSZ, &wsinfo);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/
H A Dvmstat.c595 if (ioctl(1, TIOCGWINSZ, &win) != -1 && win.ws_row > 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dcompat_ioctl.c934 COMPATIBLE_IOCTL(TIOCGWINSZ)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c1209 ioctl(fd, TIOCGWINSZ, &wsinfo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Dss.c2765 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &w) != -1) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_io.c2527 case TIOCGWINSZ:

Completed in 128 milliseconds

12