Searched refs:_SC_GETPW_R_SIZE_MAX (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dsysconf.c373 case _SC_GETPW_R_SIZE_MAX:
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Dgetconf.c910 #if defined (_SC_GETPW_R_SIZE_MAX)
911 { "GETPW_R_SIZE_MAX", SYSCONF, _SC_GETPW_R_SIZE_MAX },
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dunistd.h286 #define _SC_GETPW_R_SIZE_MAX 71 macro
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dutmpx-darwin.c96 pw_size = sysconf(_SC_GETPW_R_SIZE_MAX);
119 pw_size = sysconf(_SC_GETPW_R_SIZE_MAX);
/macosx-10.10.1/Security-57031.1.35/securityd/securityd_service/securityd_service/
H A Dmain.c112 if ((bufsize = sysconf(_SC_GETPW_R_SIZE_MAX)) == -1) {
/macosx-10.10.1/ruby-106/ruby/
H A Dprocess.c148 # if defined(HAVE_GETPWNAM_R) && defined(_SC_GETPW_R_SIZE_MAX)
153 long getpw_buf_len = sysconf(_SC_GETPW_R_SIZE_MAX); \
/macosx-10.10.1/gssd-64/
H A Dgssd.c1510 GetPWMaxRSz = sysconf(_SC_GETPW_R_SIZE_MAX);

Completed in 137 milliseconds