Home
last modified time | relevance | path

Searched refs:ioctl (Results 1 – 15 of 15) sorted by relevance

/curl/src/
H A Dterminal.c63 if(!ioctl(STDIN_FILENO, TIOCGSIZE, &ts)) in get_terminal_columns()
67 if(!ioctl(STDIN_FILENO, TIOCGWINSZ, &ts)) in get_terminal_columns()
H A Dtool_getpass.c152 ioctl(fd, TCGETA, &withecho); in ttyecho()
155 ioctl(fd, TCSETA, &noecho); in ttyecho()
168 ioctl(fd, TCSETA, &withecho); in ttyecho()
/curl/lib/
H A Dnonblock.c70 return ioctl(sockfd, FIONBIO, &flags); in curlx_nonblock()
H A Dif2ip.c219 if(ioctl(dummy, SIOCGIFADDR, &req) < 0) { in Curl_if2ip()
H A Dcurl_setup.h585 # define ioctl(x,y,z) ioctlsocket(x,y,(char *)(z)) macro
H A Dcurl_config.h.cmake338 /* Define to 1 if you have a working ioctl FIONBIO function. */
341 /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
554 /* Define to 1 if you have the <sys/ioctl.h> header file. */
/curl/CMake/
H A DCurlTests.c260 if(0 != ioctl(0, FIONBIO, &flags)) in main()
289 if(0 != ioctl(0, SIOCGIFADDR, &ifr)) in main()
/curl/docs/libcurl/opts/
H A DCURLOPT_IOCTLDATA.md29 argument in the ioctl callback set with CURLOPT_IOCTLFUNCTION(3).
/curl/tests/data/
H A Dtest5525 # ioctl rewind callback getting used
/curl/m4/
H A Dcurl-functions.m4295 # include <sys/ioctl.h>
461 # include <sys/ioctl.h>
2815 AC_MSG_CHECKING([if ioctl can be linked])
2817 AC_LANG_FUNC_LINK_TRY([ioctl])
2827 AC_MSG_CHECKING([if ioctl is prototyped])
2828 AC_EGREP_CPP([ioctl],[
2840 AC_MSG_CHECKING([if ioctl is compilable])
2845 if(0 != ioctl(0, 0, 0))
2868 AC_MSG_CHECKING([if ioctl might be used])
2905 if(0 != ioctl(0, FIONBIO, &flags))
[all …]
H A Dcurl-confopts.m4433 tst_method="ioctl FIONBIO"
/curl/packages/vms/
H A Dconfig_h.com503 $! ! The ioctl() call only works on sockets. function
513 $! ! The ioctl() call only works on sockets. function
523 $! ! The ioctl() call only works on sockets. function
/curl/tests/server/
H A Dtftpd.c533 (void) ioctl(f, FIONREAD, &i); in synchnet()
/curl/
H A DCMakeLists.txt1210 check_include_file_concat("sys/ioctl.h" HAVE_SYS_IOCTL_H)
H A Dconfigure.ac3569 sys/ioctl.h \

Completed in 64 milliseconds