Home
last modified time | relevance | path

Searched refs:_SC_GETPW_R_SIZE_MAX (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dreentr.c104 # if defined(HAS_SYSCONF) && defined(_SC_GETPW_R_SIZE_MAX) && !defined(__GLIBC__) in Perl_reentrant_size()
105 PL_reentrant_buffer->_pwent_size = sysconf(_SC_GETPW_R_SIZE_MAX); in Perl_reentrant_size()
124 # if defined(HAS_SYSCONF) && defined(_SC_GETPW_R_SIZE_MAX) && !defined(__GLIBC__) in Perl_reentrant_size()
125 PL_reentrant_buffer->_spent_size = sysconf(_SC_GETPW_R_SIZE_MAX); in Perl_reentrant_size()
/openbsd/src/lib/libc/gen/
Dsysconf.c152 case _SC_GETPW_R_SIZE_MAX: in sysconf()
/openbsd/src/include/
Dunistd.h254 #define _SC_GETPW_R_SIZE_MAX 101 macro
/openbsd/src/gnu/llvm/llvm/lib/Support/Unix/
DPath.inc674 long BufSize = sysconf(_SC_GETPW_R_SIZE_MAX);
1340 long BufSize = sysconf(_SC_GETPW_R_SIZE_MAX);