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

12

  /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 375 public static final int _SC_GETPW_R_SIZE_MAX = placeholder();
  /external/bluetooth/glib/glib/
gutils.c     [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 381 initConstant(env, c, "_SC_GETPW_R_SIZE_MAX", _SC_GETPW_R_SIZE_MAX);
libcore_io_Posix.cpp 337 mBufferSize = sysconf(_SC_GETPW_R_SIZE_MAX);
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-unix.c     [all...]

Completed in 1413 milliseconds

12