mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
29 lines
3.1 KiB
HTML
29 lines
3.1 KiB
HTML
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title>ioctl</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L984'>ioctl</a> 984 lib/tty/key.c if (ioctl (0, TIOCLINUX, &modifiers) < 0)</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty-ncurses.c.html#L367'>ioctl</a> 367 lib/tty/tty-ncurses.c ioctl (fileno (stdout), TIOCGWINSZ, &winsz);</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty.c.html#L343'>ioctl</a> 343 lib/tty/tty.c if (ioctl (STDOUT_FILENO, TIOCGWINSZ, &tty_size) == -1)</span>
|
|
<span class='curline'><a href='../S/lib--tty--tty.c.html#L345'>ioctl</a> 345 lib/tty/tty.c return ioctl (fd, TIOCSWINSZ, &tty_size);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L753'>ioctl</a> 753 lib/vfs/vfs.c return ioctl (*(int *) dest_fd, FICLONE, *(int *) src_fd);</span>
|
|
<span class='curline'><a href='../S/src--cons.handler.c.html#L291'>ioctl</a> 291 src/cons.handler.c if (ioctl (FD_OUT, CONS_GETINFO, &screen_info) == -1)</span>
|
|
<span class='curline'><a href='../S/src--cons.handler.c.html#L373'>ioctl</a> 373 src/cons.handler.c if (ioctl (FD_OUT, CONS_GETINFO, &screen_info) == -1)</span>
|
|
<span class='curline'><a href='../S/src--cons.handler.c.html#L386'>ioctl</a> 386 src/cons.handler.c if (ioctl (FD_OUT, CONS_SCRSHOT, &screen_shot) == -1)</span>
|
|
<span class='curline'><a href='../S/src--cons.handler.c.html#L392'>ioctl</a> 392 src/cons.handler.c if (ioctl (FD_OUT, GIO_SCRNMAP, &map) == -1)</span>
|
|
<span class='curline'><a href='../S/src--consaver--cons.saver.c.html#L233'>ioctl</a> 233 src/consaver/cons.saver.c if (ioctl (console_fd, TIOCGWINSZ, &winsz) < 0 || winsz.ws_col <= 0 || winsz.ws_row <= 0</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L317'>ioctl</a> 317 src/subshell/common.c ioctl (subshell_pty_slave, TIOCSCTTY, 0);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1137'>ioctl</a> 1137 src/subshell/common.c if (ioctl (pty_slave, I_FIND, "ptem") == 0 && ioctl (pty_slave, I_PUSH, "ptem") == -1)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1145'>ioctl</a> 1145 src/subshell/common.c if (ioctl (pty_slave, I_FIND, "ldterm") == 0 && ioctl (pty_slave, I_PUSH, "ldterm") == -1)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1153'>ioctl</a> 1153 src/subshell/common.c if (ioctl (pty_slave, I_FIND, "ttcompat") == 0 && ioctl (pty_slave, I_PUSH, "ttcompat") == -1)</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|