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

1 2

  /external/libbrillo/brillo/
userdb_utils.cc 20 ssize_t buf_len = sysconf(_SC_GETPW_R_SIZE_MAX);
  /bionic/libc/bionic/
sysconf.cpp 144 case _SC_GETPW_R_SIZE_MAX: return 1024;
  /bionic/libc/include/bits/
sysconf.h 109 #define _SC_GETPW_R_SIZE_MAX 0x0048
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
confname.h 225 _SC_GETPW_R_SIZE_MAX,
226 #define _SC_GETPW_R_SIZE_MAX _SC_GETPW_R_SIZE_MAX
  /external/minijail/
system.c 329 ssize_t sz = sysconf(_SC_GETPW_R_SIZE_MAX);
334 * sysconf(_SC_GETPW_R_SIZE_MAX), under glibc, is documented to return
  /external/selinux/libselinux/src/
seusers.c 100 long rbuflen = sysconf(_SC_GETPW_R_SIZE_MAX);
  /prebuilts/go/darwin-x86/src/os/user/
cgo_lookup_unix.go 207 userBuffer = bufferKind(C._SC_GETPW_R_SIZE_MAX)
214 // DragonFly and FreeBSD do not have _SC_GETPW_R_SIZE_MAX.
  /prebuilts/go/linux-x86/src/os/user/
cgo_lookup_unix.go 207 userBuffer = bufferKind(C._SC_GETPW_R_SIZE_MAX)
214 // DragonFly and FreeBSD do not have _SC_GETPW_R_SIZE_MAX.
  /system/core/adb/
adb_utils.cpp 251 int pwent_max = sysconf(_SC_GETPW_R_SIZE_MAX);
  /bionic/tests/headers/posix/
unistd_h.c 190 MACRO(_SC_GETPW_R_SIZE_MAX);
  /external/mesa3d/src/util/
disk_cache.c 183 buf_size = sysconf(_SC_GETPW_R_SIZE_MAX);
  /libcore/ojluni/src/main/native/
UnixNativeDispatcher.c 979 buflen = (int)sysconf(_SC_GETPW_R_SIZE_MAX);
1082 buflen = (int)sysconf(_SC_GETPW_R_SIZE_MAX);
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 572 public static final int _SC_GETPW_R_SIZE_MAX = placeholder();
    [all...]
  /bionic/tests/
unistd_test.cpp 912 VERIFY_SYSCONF_POSITIVE(_SC_GETPW_R_SIZE_MAX);
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 280 _SC_GETPW_R_SIZE_MAX = 570
STROPTS.py 277 _SC_GETPW_R_SIZE_MAX = 570
    [all...]
  /external/selinux/libsemanage/src/
genhomedircon.c 976 rbuflen = sysconf(_SC_GETPW_R_SIZE_MAX);
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 637 initConstant(env, c, "_SC_GETPW_R_SIZE_MAX", _SC_GETPW_R_SIZE_MAX);
    [all...]
libcore_io_Linux.cpp 768 mBufferSize = sysconf(_SC_GETPW_R_SIZE_MAX);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 273 milliseconds

1 2