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

1 2

  /bionic/libc/bionic/
pathconf.cpp 150 long fpathconf(int fd, int name) { function
  /external/ltp/testcases/kernel/syscalls/fpathconf/
fpathconf01.c 37 * Testcase to test the basic functionality of fpathconf(2) system call.
87 TEST(fpathconf(fd, test_cases[i].value));
92 "fpathconf has NO limit for "
96 "fpathconf(fd, %s) failed",
101 "fpathconf(fd, %s) returned %ld",
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 140 long fpathconf(int, int);
  /bionic/libc/include/
unistd.h 124 long fpathconf(int __fd, int __name);
  /bionic/tests/
unistd_test.cpp 681 rc = fpathconf(tf.fd, _PC_ALLOC_SIZE_MIN);
683 rc = fpathconf(tf.fd, _PC_REC_MIN_XFER_SIZE);
685 rc = fpathconf(tf.fd, _PC_REC_XFER_ALIGN);
    [all...]
  /bionic/tests/headers/posix/
unistd_h.c 316 FUNCTION(fpathconf, long (*f)(int, int));
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixNativeDispatcher.java 531 * long fpathconf(int fildes, int name);
533 static native long fpathconf(int filedes, int name) throws UnixException; method in class:UnixNativeDispatcher
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 526 #define fpathconf(...) (pthread_testcancel(), fpathconf(__VA_ARGS__)) macro
    [all...]
  /external/valgrind/coregrind/m_syswrap/
priv_syswrap-darwin.h 257 DECL_TEMPLATE(darwin, fpathconf); // 192
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 181 for a specific file can be obtained from `pathconf' and `fpathconf'.
607 /* Get the `_PC_*' symbols for the NAME argument to `pathconf' and `fpathconf';
617 extern long int fpathconf (int __fd, int __name) __THROW;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_os.py 610 if hasattr(os, "fpathconf"):
611 self.check(os.fpathconf, "PC_NAME_MAX")
test_subprocess.py 388 pipe_buf = os.fpathconf(x, "PC_PIPE_BUF")
    [all...]
  /external/python/cpython2/Lib/test/
test_os.py 687 @unittest.skipUnless(hasattr(os, 'fpathconf'), 'test needs os.fpathconf()')
689 self.check(os.fpathconf, "PC_NAME_MAX")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_os.py 652 if hasattr(os, "fpathconf"):
653 self.check(os.fpathconf, "PC_NAME_MAX")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_os.py 652 if hasattr(os, "fpathconf"):
653 self.check(os.fpathconf, "PC_NAME_MAX")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 652 if hasattr(os, "fpathconf"):
653 self.check(os.fpathconf, "PC_NAME_MAX")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py 652 if hasattr(os, "fpathconf"):
653 self.check(os.fpathconf, "PC_NAME_MAX")
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_dragonfly_amd64.go 127 SYS_FPATHCONF = 192 // { int fpathconf(int fd, int name); }
zsysnum_freebsd_386.go 127 SYS_FPATHCONF = 192 // { int fpathconf(int fd, int name); }
zsysnum_freebsd_amd64.go 127 SYS_FPATHCONF = 192 // { int fpathconf(int fd, int name); }
zsysnum_freebsd_arm.go 127 SYS_FPATHCONF = 192 // { int fpathconf(int fd, int name); }
  /prebuilts/go/linux-x86/src/syscall/
zsysnum_dragonfly_amd64.go 127 SYS_FPATHCONF = 192 // { int fpathconf(int fd, int name); }
zsysnum_freebsd_386.go 127 SYS_FPATHCONF = 192 // { int fpathconf(int fd, int name); }
zsysnum_freebsd_amd64.go 127 SYS_FPATHCONF = 192 // { int fpathconf(int fd, int name); }
zsysnum_freebsd_arm.go 127 SYS_FPATHCONF = 192 // { int fpathconf(int fd, int name); }

Completed in 395 milliseconds

1 2