Home
last modified time | relevance | path

Searched refs:_SC_GETGR_R_SIZE_MAX (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dreentr.c68 # if defined(HAS_SYSCONF) && defined(_SC_GETGR_R_SIZE_MAX) && !defined(__GLIBC__) in Perl_reentrant_size()
69 PL_reentrant_buffer->_grent_size = sysconf(_SC_GETGR_R_SIZE_MAX); in Perl_reentrant_size()
/openbsd/src/lib/libc/gen/
Dsysconf.c149 case _SC_GETGR_R_SIZE_MAX: in sysconf()
/openbsd/src/include/
Dunistd.h253 #define _SC_GETGR_R_SIZE_MAX 100 macro