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

1 2 3 4

  /bionic/libc/stdio/
fdopen.c 51 if ((fdflags = fcntl(fd, F_GETFL, 0)) < 0)
  /system/bluetooth/tools/
sock_shutdown_bug_l2cap.c 37 flags = fcntl(fd, F_GETFL);
sock_shutdown_bug_rfcomm.c 38 flags = fcntl(fd, F_GETFL);
  /external/dropbear/
cli-session.c 115 cli_ses.stdinflags = fcntl(STDIN_FILENO, F_GETFL, 0);
117 cli_ses.stdoutflags = fcntl(STDOUT_FILENO, F_GETFL, 0);
119 cli_ses.stderrflags = fcntl(STDERR_FILENO, F_GETFL, 0);
scpmisc.c 239 if (fcntl(dupfd, F_GETFL, 0) >= 0)
  /bionic/libc/kernel/common/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /external/kernel-headers/original/asm-generic/
fcntl.h 58 #define F_GETFL 3 /* get file->f_flags */
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ataridevmouse.c 75 r = fcntl(handle, F_GETFL, 0);
  /external/quake/quake/src/WinQuake/
sys_linux.cpp 121 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY);
145 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY);
389 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY);
398 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /external/quake/quake/src/QW/client/
sys_linux.c 130 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY);
147 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY);
382 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY);
  /libcore/luni/src/main/native/
NetworkUtilities.cpp 110 int flags = fcntl(fd, F_GETFL);
  /development/simulator/app/
Pipe.cpp 304 if (fcntl(mReadHandle, F_GETFL, &flags) == -1) {
336 if (fcntl(mWriteHandle, F_GETFL, &flags) == -1) {
  /external/bluetooth/glib/gio/
gcancellable.c 178 #ifdef F_GETFL
180 fcntl_flags = fcntl (fd, F_GETFL);
  /external/dnsmasq/src/
log.c 131 if (max_logs != 0 && (flags = fcntl(log_fd, F_GETFL)) != -1)
418 if ((flags = fcntl(log_fd, F_GETFL)) != -1)
  /system/core/libcutils/
abort_socket.c 32 flags = fcntl(fd, F_GETFL);
42 flags = fcntl(abort_fd[1], F_GETFL);
  /device/samsung/crespo/alsa-lib/src/hwdep/
hwdep_hw.c 50 if ((flags = fcntl(hwdep->poll_fd, F_GETFL)) < 0)
  /device/samsung/crespo/alsa-lib/src/timer/
timer_hw.c 63 if ((flags = fcntl(timer->poll_fd, F_GETFL)) < 0)
81 if ((flags = fcntl(fd, F_GETFL)) < 0) {
82 SYSERR("F_GETFL failed");
  /external/ppp/pppd/
tty.c 491 fdflags = fcntl(0, F_GETFL);
583 if ((fdflags = fcntl(ttyfd, F_GETFL)) == -1
1052 flags = fcntl(pty_master, F_GETFL);
1056 flags = fcntl(ifd, F_GETFL);
1061 flags = fcntl(ofd, F_GETFL);
    [all...]

Completed in 602 milliseconds

1 2 3 4