HomeSort by relevance Sort by last modified time
    Searched refs:F_GETFL (Results 26 - 50 of 85) sorted by null

12 3 4

  /device/samsung/crespo/alsa-lib/src/control/
control_hw.c 66 if ((flags = fcntl(fd, F_GETFL)) < 0) {
67 SYSERR("F_GETFL failed");
87 if ((flags = fcntl(fd, F_GETFL)) < 0) {
88 SYSERR("F_GETFL failed");
  /external/qemu/audio/
esdaudio.c 224 flags = fcntl(esd->fd, F_GETFL);
378 flags = fcntl(esd->fd, F_GETFL);
  /frameworks/base/core/jni/
android_bluetooth_HeadsetBase.cpp 109 int fd_flags = fcntl(fd, F_GETFL, 0);
321 nat->rfcomm_sock_flags = fcntl(nat->rfcomm_sock, F_GETFL, 0);
  /external/bluetooth/bluez/tools/
csr_bcsp.c 98 if (fcntl(fd, F_SETFL, fcntl(fd, F_GETFL, 0) | O_NONBLOCK) < 0) {
  /external/chromium/base/
message_pump_libevent.cc 45 int flags = fcntl(fd, F_GETFL, 0);
  /external/dhcpcd/
common.c 179 if ((flags = fcntl(fd, F_GETFL, 0)) == -1
  /external/dnsmasq/src/
netlink.c 243 if ((flags = fcntl(daemon->netlinkfd, F_GETFL)) == -1 ||
  /external/qemu/distrib/sdl-1.2.12/src/audio/dsp/
SDL_dspaudio.c 190 flags = fcntl(audio_fd, F_GETFL);
  /external/quake/quake/src/QW/client/
sys_android.c 134 // fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY);
151 // fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY);
400 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY);
  /external/stlport/src/details/
fstream_unistd.cpp 232 int mode = fcntl(file_no, F_GETFL);
  /ndk/sources/android/stlport/src/details/
fstream_unistd.cpp 232 int mode = fcntl(file_no, F_GETFL);
  /system/core/sh/
redir.c 199 (void)fcntl(f, F_SETFL, fcntl(f, F_GETFL, 0) & ~eflags);
show.c 419 if ((flags = fcntl(fileno(tracefile), F_GETFL, 0)) >= 0)
input.c 260 int flags = fcntl(0, F_GETFL, 0);
  /external/clearsilver/util/
neo_net.c 84 flags = fcntl(sfd, F_GETFL, 0 );
181 flags = fcntl(fd, F_GETFL, 0 );
252 flags = fcntl(fd, F_GETFL, 0 );
  /external/libpcap/
pcap.c 598 fdflags = fcntl(p->fd, F_GETFL, 0);
600 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "F_GETFL: %s",
629 fdflags = fcntl(p->fd, F_GETFL, 0);
631 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "F_GETFL: %s",
  /external/qemu/slirp/
misc.c 790 opt = fcntl(fd, F_GETFL, 0);
810 opt = fcntl(fd, F_GETFL, 0);
  /external/qemu/slirp-android/
misc.c 753 opt = fcntl(fd, F_GETFL, 0);
773 opt = fcntl(fd, F_GETFL, 0);
  /external/strace/
desc.c 60 { F_GETFL, "F_GETFL" },
327 case F_GETFL:
  /system/bluetooth/tools/
socktest.c 519 flags = fcntl(fd, F_GETFL);
549 flags = fcntl(fd, F_GETFL);
  /device/samsung/crespo/alsa-lib/src/rawmidi/
rawmidi_hw.c 69 if ((flags = fcntl(hw->fd, F_GETFL)) < 0) {
70 SYSERR("F_GETFL failed");
  /external/chromium/net/socket/
tcp_client_socket_libevent.cc 35 int flags = fcntl(fd, F_GETFL, 0);
  /external/quake/quake/src/WinQuake/
sys_android.cpp 156 // fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY);
174 // fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY);
582 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY);
  /external/ppp/pppd/
sys-linux.c 474 flags = fcntl(fd, F_GETFL);
518 initfdflags = fcntl(fd, F_GETFL);
627 flags = fcntl(ppp_dev_fd, F_GETFL);
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_hw.c 202 if ((flags = fcntl(fd, F_GETFL)) < 0) {
204 SYSMSG("F_GETFL failed");
225 if ((flags = fcntl(fd, F_GETFL)) < 0) {
227 SYSMSG("F_GETFL failed");
1153 if ((fmode = fcntl(fd, F_GETFL)) < 0) {
    [all...]

Completed in 350 milliseconds

12 3 4