OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIOCGSIZE
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/sys/
ioctl.h
55
#define
TIOCGSIZE
TIOCGWINSZ
/src/usr.bin/progress/
progress.c
202
if (ioctl(fileno(ttyout),
TIOCGSIZE
, &ts) == -1)
/src/usr.sbin/sunlabel/
sunlabel.c
978
#elif defined(
TIOCGSIZE
)
995
#elif defined(
TIOCGSIZE
)
996
if ((ioctl(1,
TIOCGSIZE
, &tsz) == 0) && (tsz.ts_cols > 0)) {
/src/usr.bin/utoppya/
utoppya.c
324
if (ioctl(fileno(to),
TIOCGSIZE
, &ts) == -1)
/src/usr.bin/rlogin/
rlogin.c
787
if ((error = ioctl(0,
TIOCGSIZE
, &ts)) != 0)
/src/lib/libedit/
terminal.c
943
#ifdef
TIOCGSIZE
946
if (ioctl(el->el_infd,
TIOCGSIZE
, &ts) != -1) {
/src/usr.bin/netstat/
if.c
122
if (ioctl(STDOUT_FILENO,
TIOCGSIZE
, &ts) != -1 && ts.ts_lines)
/src/usr.sbin/iostat/
iostat.c
302
if (ioctl(STDOUT_FILENO,
TIOCGSIZE
, &ts) != -1) {
Completed in 20 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025