HomeSort by relevance Sort by last modified time
    Searched refs:fcntl (Results 176 - 200 of 4760) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/autotest/client/site_tests/network_WlanHasIP/
network_WlanHasIP.py 9 import fcntl, socket, struct
34 ipaddress = socket.inet_ntoa(fcntl.ioctl(
  /external/honggfuzz/examples/terminal-emulators/
libclose.c 6 #include <fcntl.h>
21 int fcntl(int __fd, int __cmd, ...) function
  /external/libbrillo/brillo/
unittest_utils.cc 7 #include <fcntl.h>
26 EXPECT_EQ(kPipeSize, fcntl(writer, F_SETPIPE_SZ, kPipeSize));
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl02.c 35 * Basic test for fcntl(2) using F_DUPFD argument.
40 #include <fcntl.h>
56 TEST(fcntl(fd, F_DUPFD, min_fd));
59 tst_res(TFAIL | TTERRNO, "fcntl(%s, F_DUPFD, %i) failed",
65 tst_res(TFAIL, "fcntl(%s, F_DUPFD, %i) returned %ld < %i",
69 tst_res(TPASS, "fcntl(%s, F_DUPFD, %i) returned %ld",
fcntl04.c 35 * Basic test for fcntl(2) using F_GETFL argument.
39 #include <fcntl.h>
51 TEST(fcntl(fd, F_GETFL, 0));
54 tst_res(TFAIL | TTERRNO, "fcntl(%s, F_GETFL, 0) failed",
60 tst_res(TFAIL, "fcntl(%s, F_GETFL, 0) returned wrong "
66 tst_res(TPASS, "fcntl(%s, F_GETFL, 0) returned %lx",
fcntl08.c 37 #include <fcntl.h>
67 TEST(fcntl(fd, F_SETFL, O_NDELAY | O_APPEND | O_NONBLOCK));
70 tst_resm(TFAIL | TTERRNO, "fcntl failed");
72 tst_resm(TPASS, "fcntl returned %ld",
  /external/ltp/testcases/network/nfs/nfslock01/
nfs_flock_func.c 15 return (fcntl(fd, cmd, &lock));
27 if (fcntl(fd, F_GETLK, &lock) < 0) {
  /external/minijail/
gen_constants-inl.h 5 #include <fcntl.h>
  /external/perfetto/src/traced/probes/
probes.cc 17 #include <fcntl.h>
66 int res = fcntl(FtraceProcfs::g_kmesg_fd, F_SETFD, FD_CLOEXEC);
  /external/python/cpython2/Lib/plat-os2emx/
regen 4 python.exe ../../Tools/scripts/h2py.py $C_INCLUDE_PATH/fcntl.h
  /external/tensorflow/tensorflow/tools/test/
upload_test_benchmarks.py 85 import fcntl
125 fcntl.flock(fd, fcntl.LOCK_EX)
129 fcntl.flock(fd, fcntl.LOCK_UN)
134 fcntl.flock(fd, fcntl.LOCK_EX | fcntl.LOCK_NB)
  /bionic/libc/include/sys/
inotify.h 36 #include <asm/fcntl.h> /* For O_CLOEXEC and O_NONBLOCK. */
timerfd.h 32 #include <fcntl.h> /* For O_CLOEXEC and O_NONBLOCK. */
  /bionic/libc/upstream-openbsd/lib/libc/gen/
daemon.c 31 #include <fcntl.h>
  /cts/hostsidetests/security/securityPatch/CVE-2017-0426/
poc.c 20 #include <fcntl.h>
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fseek.c 54 #include <fcntl.h>
  /external/autotest/client/site_tests/security_AltSyscall/src/
read.c 7 #include <fcntl.h>
  /external/compiler-rt/test/sanitizer_common/TestCases/Posix/
sanitizer_set_report_fd_test.cc 19 #include <fcntl.h>
  /external/elfutils/tests/
dwfl-bug-report.c 23 #include <fcntl.h>
  /external/ltp/testcases/kernel/io/aio/aio02/
main.c 5 #include <fcntl.h>
  /external/ltp/testcases/kernel/syscalls/splice/
splice02.c 29 #include <fcntl.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
10-1.c 25 #include <fcntl.h>
9-1.c 26 #include <fcntl.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fsync/
5-1.c 19 #include <fcntl.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_destroy/
4-1.c 20 #include <fcntl.h>

Completed in 565 milliseconds

1 2 3 4 5 6 78 91011>>