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

/netbsd-6-1-5-RELEASE/sys/sys/
H A Dunistd.h267 #define _SC_GETPW_R_SIZE_MAX 48 macro
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dsysconf.c338 case _SC_GETPW_R_SIZE_MAX:
/netbsd-6-1-5-RELEASE/usr.bin/getconf/
H A Dgetconf.c177 { "GETPW_R_SIZE_MAX", SYSCONF, _SC_GETPW_R_SIZE_MAX },
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dglob.c181 #ifdef _SC_GETPW_R_SIZE_MAX
182 # define GETPW_R_SIZE_MAX() sysconf (_SC_GETPW_R_SIZE_MAX)
557 /* `sysconf' does not support _SC_GETPW_R_SIZE_MAX.
638 /* `sysconf' does not support _SC_GETPW_R_SIZE_MAX. Try a
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/glob/
H A Dglob.c659 size_t pwbuflen = sysconf (_SC_GETPW_R_SIZE_MAX);
665 /* `sysconf' does not support _SC_GETPW_R_SIZE_MAX.
744 size_t buflen = sysconf (_SC_GETPW_R_SIZE_MAX);
750 /* `sysconf' does not support _SC_GETPW_R_SIZE_MAX. Try a

Completed in 80 milliseconds