HomeSort by relevance Sort by last modified time
    Searched refs:F_SETFD (Results 51 - 62 of 62) sorted by null

1 23

  /external/openssl/crypto/engine/
eng_cryptodev.c 187 if (fcntl(fd, F_SETFD, 1) == -1) {
207 if (fcntl(retfd, F_SETFD, 1) == -1) {
    [all...]
  /external/gtest/src/
gtest-death-test.cc     [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc     [all...]
  /system/core/sh/
jobs.c 175 err = fcntl(ttyfd, F_SETFD,
  /external/bluetooth/glib/glib/
gmain.c 409 fcntl (context->wake_up_pipe[0], F_SETFD, FD_CLOEXEC);
410 fcntl (context->wake_up_pipe[1], F_SETFD, FD_CLOEXEC);
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_hw.c 1168 if (fcntl(fd, F_SETFD, FD_CLOEXEC) != 0) {
    [all...]
  /sdk/emulator/qemud/
qemud.c 246 ret = fcntl(fd, F_SETFD, flags | O_NONBLOCK);
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-unix.c     [all...]
  /external/ppp/pppd/
sys-linux.c 469 (void) fcntl(fd, F_SETFD, FD_CLOEXEC);
    [all...]
  /external/chromium/third_party/libevent/
http.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 510 milliseconds

1 23