HomeSort by relevance Sort by last modified time
    Searched refs:_SC_GETGR_R_SIZE_MAX (Results 1 - 16 of 16) sorted by null

  /bionic/libc/include/sys/
sysconf.h 109 #define _SC_GETGR_R_SIZE_MAX 0x0047
  /development/ndk/platforms/android-3/include/sys/
sysconf.h 109 #define _SC_GETGR_R_SIZE_MAX 0x0047
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
sysconf.h 109 #define _SC_GETGR_R_SIZE_MAX 0x0047
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
sysconf.h 109 #define _SC_GETGR_R_SIZE_MAX 0x0047
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
sysconf.h 109 #define _SC_GETGR_R_SIZE_MAX 0x0047
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
sysconf.h 109 #define _SC_GETGR_R_SIZE_MAX 0x0047
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
sysconf.h 109 #define _SC_GETGR_R_SIZE_MAX 0x0047
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
sysconf.h 109 #define _SC_GETGR_R_SIZE_MAX 0x0047
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
sysconf.h 109 #define _SC_GETGR_R_SIZE_MAX 0x0047
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
sysconf.h 109 #define _SC_GETGR_R_SIZE_MAX 0x0047
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
sysconf.h 109 #define _SC_GETGR_R_SIZE_MAX 0x0047
  /system/extras/tests/bionic/libc/other/
test_sysconf.c 121 T(_SC_GETGR_R_SIZE_MAX, |1 );
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
confname.h 223 _SC_GETGR_R_SIZE_MAX,
224 #define _SC_GETGR_R_SIZE_MAX _SC_GETGR_R_SIZE_MAX
  /external/dbus/dbus/
dbus-sysdeps-util-unix.c 757 buflen = sysconf (_SC_GETGR_R_SIZE_MAX);
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 374 public static final int _SC_GETGR_R_SIZE_MAX = placeholder();
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 380 initConstant(env, c, "_SC_GETGR_R_SIZE_MAX", _SC_GETGR_R_SIZE_MAX);

Completed in 33 milliseconds