_SC_GETPW_R_SIZE_MAX  103 ext/etc/constdefs.h #if !defined(_SC_GETPW_R_SIZE_MAX)
_SC_GETPW_R_SIZE_MAX  105 ext/etc/constdefs.h #  define _SC_GETPW_R_SIZE_MAX _SC_GETPW_R_SIZE_MAX
_SC_GETPW_R_SIZE_MAX 1001 ext/etc/constdefs.h #if defined(_SC_GETPW_R_SIZE_MAX)
_SC_GETPW_R_SIZE_MAX 1002 ext/etc/constdefs.h     rb_define_const(mod, "SC_GETPW_R_SIZE_MAX", INTEGER2NUM(_SC_GETPW_R_SIZE_MAX));
_SC_GETPW_R_SIZE_MAX  165 process.c      # if defined(HAVE_GETPWNAM_R) && defined(_SC_GETPW_R_SIZE_MAX)
_SC_GETPW_R_SIZE_MAX  167 process.c      #  define GETPW_R_SIZE_INIT sysconf(_SC_GETPW_R_SIZE_MAX)