Home
last modified time | relevance | path

Searched refs:F_SETFL (Results 1 – 25 of 78) sorted by relevance

1234

/external/quake/quake/src/WinQuake/
Dsys_linux.cpp121 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Quit()
145 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Error()
389 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()
398 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()
Dsnd_sun.cpp86 if (fcntl(audio_fd, F_SETFL, O_NONBLOCK) < 0) { in SNDDMA_Init()
/external/dropbear/
Dcli-session.c274 fcntl(cli_ses.stdincopy, F_SETFL, cli_ses.stdinflags); in cli_session_cleanup()
275 fcntl(cli_ses.stdoutcopy, F_SETFL, cli_ses.stdoutflags); in cli_session_cleanup()
276 fcntl(cli_ses.stderrcopy, F_SETFL, cli_ses.stderrflags); in cli_session_cleanup()
Ddbutil.c343 if (fcntl(sock, F_SETFL, O_NONBLOCK) < 0) { in connect_remote()
685 if (fcntl(fd, F_SETFL, O_NONBLOCK) < 0) { in setnonblocking()
/external/quake/quake/src/QW/client/
Dsys_linux.c130 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Quit()
147 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Error()
382 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()
Dsys_android.c400 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in AndroidInit()
/external/dnsmasq/src/
Dnetlink.c244 fcntl(daemon->netlinkfd, F_SETFL, flags | O_NONBLOCK) == -1) in netlink_multicast()
257 fcntl(daemon->netlinkfd, F_SETFL, flags); in netlink_multicast()
Dlog.c132 fcntl(log_fd, F_SETFL, flags | O_NONBLOCK); in log_reopen()
419 fcntl(log_fd, F_SETFL, flags & ~O_NONBLOCK); in flush_log()
/external/kernel-headers/original/asm-generic/
Dfcntl.h59 #define F_SETFL 4 /* set file->f_flags */ macro
/external/strace/
Ddesc.c61 { F_SETFL, "F_SETFL" },
286 case F_SETFL:
318 case F_SETFD: case F_SETFL:
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
DSDL_ataridevmouse.c84 r = fcntl(handle, F_SETFL, r); in SDL_AtariDevMouse_Open()
/external/ppp/pppd/
Dtty.c584 || fcntl(ttyfd, F_SETFL, fdflags & ~O_NONBLOCK) < 0) in connect_tty()
1054 || fcntl(pty_master, F_SETFL, flags | O_NONBLOCK) == -1)
1058 || fcntl(ifd, F_SETFL, flags | O_NONBLOCK) == -1)
1063 || fcntl(ofd, F_SETFL, flags | O_NONBLOCK) == -1)
Dsys-linux.c475 if (flags == -1 || fcntl(fd, F_SETFL, flags | O_NONBLOCK) == -1) in generic_establish_ppp()
520 fcntl(fd, F_SETFL, initfdflags | O_NONBLOCK) == -1) { in generic_establish_ppp()
573 if (initfdflags != -1 && fcntl(tty_fd, F_SETFL, initfdflags) < 0) { in tty_disestablish_ppp()
629 || fcntl(ppp_dev_fd, F_SETFL, flags | O_NONBLOCK) == -1) in make_ppp_unit()
2644 fcntl(master_fd, F_SETFL, flags | O_NONBLOCK) == -1) in open_ppp_loopback()
2649 fcntl(ppp_fd, F_SETFL, flags | O_NONBLOCK) == -1) in open_ppp_loopback()
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_upnp_event.c321 fcntl(e->sd, F_SETFL, 0); in event_send_tx_ready()
402 if (fcntl(e->sd, F_SETFL, O_NONBLOCK) != 0) { in event_send_start()
/external/bluetooth/bluez/audio/
Dmain.c131 fcntl(sk, F_SETFL, 0); in sco_server_cb()
/external/qemu/audio/
Desdaudio.c225 fcntl(esd->fd, F_SETFL, flags | O_NONBLOCK); in qesd_init_out()
379 fcntl(esd->fd, F_SETFL, flags | O_NONBLOCK); in qesd_init_in()
/external/libnfc-nxp/Linux_x86/
DphDal4Nfc_uart.c215 ret = fcntl(gComPortContext.nHandle, F_SETFL, 0); /* Makes the read blocking (default). */ in phDal4Nfc_uart_open_and_configure()
/external/qemu/telephony/
Dsysdeps_posix.c602 fcntl(channel->fd, F_SETFL, O_NONBLOCK); in sys_channel_create_tcp_handler()
641 fcntl(channel->fd, F_SETFL, O_NONBLOCK); in sys_channel_create_tcp_client()
/external/chromium/third_party/libevent/
Devutil.c171 if (fcntl(fd, F_SETFL, O_NONBLOCK) == -1) { in evutil_make_socket_nonblocking()
/external/bluetooth/bluez/tools/
Dcsr_bcsp.c98 if (fcntl(fd, F_SETFL, fcntl(fd, F_GETFL, 0) | O_NONBLOCK) < 0) { in csr_open_bcsp()
/external/clearsilver/util/
Dneo_net.c188 if (fcntl(fd, F_SETFL, flags | O_NDELAY) == -1) in ne_net_connect()
259 if (fcntl(fd, F_SETFL, flags & ~O_NDELAY) == -1) in ne_net_connect()
/external/dhcpcd/
Dcommon.c180 || fcntl(fd, F_SETFL, flags | O_NONBLOCK) == -1) in set_nonblock()
/external/qemu/distrib/sdl-1.2.12/src/audio/dsp/
DSDL_dspaudio.c192 if ( fcntl(audio_fd, F_SETFL, flags) < 0 ) { in DSP_OpenAudio()
/external/bluetooth/glib/gio/
Dgcancellable.c188 fcntl (fd, F_SETFL, fcntl_flags); in set_fd_nonblocking()
/external/chromium/base/
Dmessage_pump_libevent.cc48 return fcntl(fd, F_SETFL, flags | O_NONBLOCK); in SetNonBlocking()

1234