HomeSort by relevance Sort by last modified time
    Searched defs:AT_FDCWD (Results 51 - 58 of 58) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fcntl.h 60 # define AT_FDCWD -100 /* Special value used to indicate
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 60 # define AT_FDCWD -100 /* Special value used to indicate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 60 # define AT_FDCWD -100 /* Special value used to indicate
  /external/bison/darwin-lib/
fcntl.h 622 /* Work around a bug in Solaris 9 and 10: AT_FDCWD is positive. Its
625 is present, undef AT_FDCWD here, so it can be redefined below. */
626 #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553
627 # undef AT_FDCWD
633 #ifndef AT_FDCWD
634 # define AT_FDCWD (-3041965)
  /external/bison/linux-lib/
fcntl.h 622 /* Work around a bug in Solaris 9 and 10: AT_FDCWD is positive. Its
625 is present, undef AT_FDCWD here, so it can be redefined below. */
626 #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553
627 # undef AT_FDCWD
633 #ifndef AT_FDCWD
634 # define AT_FDCWD (-3041965)
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linux_syscall_support.h 501 #ifndef AT_FDCWD
502 #define AT_FDCWD (-100)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linux_syscall_support.h 487 #ifndef AT_FDCWD
488 #define AT_FDCWD (-100)
    [all...]
  /external/strace/
file.c 380 #ifndef AT_FDCWD
381 # define AT_FDCWD -100
390 if (fd == AT_FDCWD)
391 tprintf("AT_FDCWD, ");
    [all...]

Completed in 78 milliseconds

1 23