Home
last modified time | relevance | path

Searched refs:TIOCGWINSZ (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/sys/
H A Dttycom.h90 #define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */ macro
/f-stack/app/redis-5.0.5/src/
H A Dmemtest.c350 if (ioctl(1, TIOCGWINSZ, &ws) == -1) { in memtest()
/f-stack/freebsd/contrib/openzfs/cmd/arcstat/
H A Darcstat.in300 data = fcntl.ioctl(sys.stdout.fileno(), termios.TIOCGWINSZ, '1234')
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c289 if (ioctl(1, TIOCGWINSZ, &ws) == -1 || ws.ws_col == 0) { in getColumns()
/f-stack/lib/
H A Dff_syscall_wrapper.c239 return TIOCGWINSZ; in linux2freebsd_ioctl()
/f-stack/freebsd/kern/
H A Dtty.c880 case TIOCGWINSZ: in ttyil_ioctl()
1939 case TIOCGWINSZ: in tty_generic_ioctl()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c4798 error = ioctl(STDOUT_FILENO, TIOCGWINSZ, &ws); in get_columns()
5179 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &win) != -1 && win.ws_row > 0) in terminal_height()