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

1 2

  /external/libbrillo/brillo/
userdb_utils.cc 39 ssize_t buf_len = sysconf(_SC_GETGR_R_SIZE_MAX);
  /bionic/libc/bionic/
sysconf.cpp 143 case _SC_GETGR_R_SIZE_MAX: return 1024;
  /bionic/libc/include/bits/
sysconf.h 108 #define _SC_GETGR_R_SIZE_MAX 0x0047
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
confname.h 223 _SC_GETGR_R_SIZE_MAX,
224 #define _SC_GETGR_R_SIZE_MAX _SC_GETGR_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 223 _SC_GETGR_R_SIZE_MAX,
224 #define _SC_GETGR_R_SIZE_MAX _SC_GETGR_R_SIZE_MAX
  /external/minijail/
system.c 365 ssize_t sz = sysconf(_SC_GETGR_R_SIZE_MAX);
370 * sysconf(_SC_GETGR_R_SIZE_MAX), under glibc, is documented to return
  /external/selinux/libselinux/src/
seusers.c 119 long rbuflen = sysconf(_SC_GETGR_R_SIZE_MAX);
  /bionic/tests/headers/posix/
unistd_h.c 189 MACRO(_SC_GETGR_R_SIZE_MAX);
  /external/libcap/progs/
capsh.c 372 length = sysconf(_SC_GETGR_R_SIZE_MAX);
  /prebuilts/go/darwin-x86/src/os/user/
cgo_lookup_unix.go 208 groupBuffer = bufferKind(C._SC_GETGR_R_SIZE_MAX)
  /prebuilts/go/linux-x86/src/os/user/
cgo_lookup_unix.go 208 groupBuffer = bufferKind(C._SC_GETGR_R_SIZE_MAX)
  /bionic/tests/
grp_pwd_test.cpp 500 long size = sysconf(_SC_GETGR_R_SIZE_MAX);
unistd_test.cpp 911 VERIFY_SYSCONF_POSITIVE(_SC_GETGR_R_SIZE_MAX);
    [all...]
  /libcore/ojluni/src/main/native/
UnixNativeDispatcher.c 1024 buflen = (int)sysconf(_SC_GETGR_R_SIZE_MAX);
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 571 public static final int _SC_GETGR_R_SIZE_MAX = placeholder();
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 279 _SC_GETGR_R_SIZE_MAX = 569
STROPTS.py 276 _SC_GETGR_R_SIZE_MAX = 569
    [all...]
  /external/selinux/libsemanage/src/
genhomedircon.c 1060 grbuflen = sysconf(_SC_GETGR_R_SIZE_MAX);
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 636 initConstant(env, c, "_SC_GETGR_R_SIZE_MAX", _SC_GETGR_R_SIZE_MAX);
    [all...]
  /external/dhcpcd-6.8.2/
if-options.c     [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 254 milliseconds

1 2