HomeSort by relevance Sort by last modified time
    Searched refs:_SC_GETPW_R_SIZE_MAX (Results 26 - 42 of 42) sorted by null

12

  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/
sysconf.h 110 #define _SC_GETPW_R_SIZE_MAX 0x0048
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/sys/
sysconf.h 110 #define _SC_GETPW_R_SIZE_MAX 0x0048
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/
sysconf.h 110 #define _SC_GETPW_R_SIZE_MAX 0x0048
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/
sysconf.h 110 #define _SC_GETPW_R_SIZE_MAX 0x0048
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/
sysconf.h 110 #define _SC_GETPW_R_SIZE_MAX 0x0048
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
sysconf.h 110 #define _SC_GETPW_R_SIZE_MAX 0x0048
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
sysconf.h 110 #define _SC_GETPW_R_SIZE_MAX 0x0048
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
sysconf.h 110 #define _SC_GETPW_R_SIZE_MAX 0x0048
  /system/extras/tests/bionic/libc/other/
test_sysconf.c 122 T(_SC_GETPW_R_SIZE_MAX, |1 );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
confname.h 225 _SC_GETPW_R_SIZE_MAX,
226 #define _SC_GETPW_R_SIZE_MAX _SC_GETPW_R_SIZE_MAX
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
confname.h 225 _SC_GETPW_R_SIZE_MAX,
226 #define _SC_GETPW_R_SIZE_MAX _SC_GETPW_R_SIZE_MAX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
confname.h 225 _SC_GETPW_R_SIZE_MAX,
226 #define _SC_GETPW_R_SIZE_MAX _SC_GETPW_R_SIZE_MAX
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 657 size_t pwbuflen = sysconf (_SC_GETPW_R_SIZE_MAX);
663 /* `sysconf' does not support _SC_GETPW_R_SIZE_MAX.
742 size_t buflen = sysconf (_SC_GETPW_R_SIZE_MAX);
748 /* `sysconf' does not support _SC_GETPW_R_SIZE_MAX. Try a
    [all...]
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 378 public static final int _SC_GETPW_R_SIZE_MAX = placeholder();
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 439 initConstant(env, c, "_SC_GETPW_R_SIZE_MAX", _SC_GETPW_R_SIZE_MAX);
libcore_io_Posix.cpp 359 mBufferSize = sysconf(_SC_GETPW_R_SIZE_MAX);
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 1225 milliseconds

12