Searched refs:ioctl (Results 1 – 15 of 15) sorted by relevance
/curl/src/ |
H A D | terminal.c | 63 if(!ioctl(STDIN_FILENO, TIOCGSIZE, &ts)) in get_terminal_columns() 67 if(!ioctl(STDIN_FILENO, TIOCGWINSZ, &ts)) in get_terminal_columns()
|
H A D | tool_getpass.c | 152 ioctl(fd, TCGETA, &withecho); in ttyecho() 155 ioctl(fd, TCSETA, &noecho); in ttyecho() 168 ioctl(fd, TCSETA, &withecho); in ttyecho()
|
/curl/CMake/ |
H A D | CurlTests.c | 249 if(0 != ioctl(0, FIONBIO, &flags)) in main() 278 if(0 != ioctl(0, SIOCGIFADDR, &ifr)) in main()
|
/curl/lib/ |
H A D | nonblock.c | 70 return ioctl(sockfd, FIONBIO, &flags); in curlx_nonblock()
|
H A D | if2ip.c | 224 if(ioctl(dummy, SIOCGIFADDR, &req) < 0) { in Curl_if2ip()
|
H A D | curl_setup.h | 653 # define ioctl(x,y,z) ioctlsocket(x,y,(char *)(z)) macro
|
H A D | curl_config.h.cmake | 352 /* Define to 1 if you have a working ioctl FIONBIO function. */ 355 /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */ 571 /* Define to 1 if you have the <sys/ioctl.h> header file. */
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_IOCTLDATA.md | 30 argument in the ioctl callback set with CURLOPT_IOCTLFUNCTION(3).
|
/curl/tests/data/ |
H A D | test552 | 5 # ioctl rewind callback getting used
|
/curl/m4/ |
H A D | curl-functions.m4 | 250 # include <sys/ioctl.h> 416 # include <sys/ioctl.h> 2627 AC_MSG_CHECKING([if ioctl can be linked]) 2629 AC_LANG_FUNC_LINK_TRY([ioctl]) 2639 AC_MSG_CHECKING([if ioctl is prototyped]) 2640 AC_EGREP_CPP([ioctl],[ 2652 AC_MSG_CHECKING([if ioctl is compilable]) 2657 if(0 != ioctl(0, 0, 0)) 2680 AC_MSG_CHECKING([if ioctl might be used]) 2717 if(0 != ioctl(0, FIONBIO, &flags)) [all …]
|
H A D | curl-confopts.m4 | 433 tst_method="ioctl FIONBIO"
|
/curl/packages/vms/ |
H A D | config_h.com | 503 $! ! 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 D | tftpd.c | 530 (void) ioctl(f, FIONREAD, &i); in synchnet()
|
/curl/ |
H A D | CMakeLists.txt | 1463 check_include_file("sys/ioctl.h" HAVE_SYS_IOCTL_H)
|
H A D | configure.ac | 3939 sys/ioctl.h \
|
Completed in 36 milliseconds