/device/samsung/crespo/alsa-lib/src/seq/ |
seq_hw.c | 60 if ((flags = fcntl(hw->fd, F_GETFL)) < 0) { 61 SYSERR("F_GETFL failed");
|
/external/bluetooth/glib/glib/ |
giounix.c | 400 fcntl_flags = fcntl (unix_channel->fd, F_GETFL);
|
/external/chromium/net/third_party/nss/ssl/ |
sslmutex.c | 116 flags = fcntl(fd, F_GETFL, 0);
|
/external/chromium/net/tools/flip_server/ |
epoll_server.h | 501 virtual inline int GetFlags(int fd) { return fcntl(fd, F_GETFL, 0); } [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
mac.py | 324 fl = fcntl.fcntl(self._stdout_fd, fcntl.F_GETFL)
|
/frameworks/base/core/jni/ |
android_bluetooth_BluetoothAudioGateway.cpp | 166 int flags = fcntl(sk, F_GETFL);
|
/system/core/toolbox/ |
powerd.c | 284 fcntl(notifyfd, F_SETFL, O_NONBLOCK | fcntl(notifyfd, F_GETFL));
|
/external/dnsmasq/src/ |
dnsmasq.c | 885 if ((i = fcntl(daemon->helperfd, F_GETFL)) != -1) 1183 if ((flags = fcntl(confd, F_GETFL, 0)) != -1) [all...] |
network.c | 259 if ((flags = fcntl(fd, F_GETFL)) == -1 ||
|
/external/bluetooth/bluez/src/ |
glib-helper.c | 127 arg = fcntl(fd, F_GETFL);
|
/frameworks/base/media/libstagefright/rtsp/ |
ARTSPConnection.cpp | 158 int flags = fcntl(s, F_GETFL, 0);
|
/hardware/ril/reference-ril/ |
atchannel.c | 610 old_flags = fcntl(fd, F_GETFL, 0);
|
/external/qemu/ |
sockets.c | 1100 int flags = fcntl(fd, F_GETFL); 1111 int flags = fcntl(fd, F_GETFL); [all...] |
/external/webkit/WebKitTools/Scripts/ |
run-webkit-tests | 54 use Fcntl qw(F_GETFL F_SETFL O_NONBLOCK); [all...] |
/external/bluetooth/bluez/test/ |
ipctest.c | 703 assert((v = fcntl(fd, F_GETFL)) >= 0);
|
l2test.c | 793 if ((flags = fcntl(sk, F_GETFL, 0)) < 0)
|
/external/chromium/net/proxy/ |
proxy_config_service_linux.cc | 445 int flags = fcntl(inotify_fd_, F_GETFL); [all...] |
/external/e2fsprogs/misc/ |
badblocks.c | 213 flag = fcntl(dev, F_GETFL);
|
/external/elfutils/libelf/ |
elf_begin.c | 996 else if (fcntl (fildes, F_GETFL) == -1 && errno == EBADF)
|
/external/libpcap/ |
pcap-linux.c | [all...] |
/sdk/emulator/gps/ |
gps_qemu.c | 637 flags = fcntl(fd, F_GETFL);
|
/system/core/libcutils/ |
mq.c | 213 if ((flags = fcntl(fd, F_GETFL, 0)) < 0) { [all...] |
/external/chromium/net/base/ |
net_util.cc | [all...] |
/external/libxml2/ |
nanohttp.c | 853 if ((status = fcntl(s, F_GETFL, 0)) != -1) { [all...] |
/bionic/linker/ |
linker.c | [all...] |