Searched refs:_SC_GETGR_R_SIZE_MAX (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | sysconf.c | 370 case _SC_GETGR_R_SIZE_MAX: in sysconf() 371 return ((long)_nss_get_bufsizes(_SC_GETGR_R_SIZE_MAX)); in sysconf()
|
H A D | getgrnam.c | 69 blen = sysconf(_SC_GETGR_R_SIZE_MAX); /* max size */ in get_grbuf()
|
H A D | nss_common.c | 2282 case _SC_GETGR_R_SIZE_MAX: in _nss_get_bufsizes()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | nfsmapid.c | 208 grp_buflen = (size_t)sysconf(_SC_GETGR_R_SIZE_MAX); in daemon_init()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | unistd.h | 220 #define _SC_GETGR_R_SIZE_MAX 569 macro
|
/illumos-gate/usr/src/lib/pam_modules/list/ |
H A D | list.c | 92 if ((grbuflen = sysconf(_SC_GETGR_R_SIZE_MAX)) <= 0) in pam_sm_acct_mgmt()
|
/illumos-gate/usr/src/boot/include/ |
H A D | unistd.h | 231 #define _SC_GETGR_R_SIZE_MAX 70 /* user */ macro
|
/illumos-gate/usr/src/lib/nsswitch/files/common/ |
H A D | files_common.c | 163 if ((grlen = sysconf(_SC_GETGR_R_SIZE_MAX)) > 0)
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/ |
H A D | conftab.c | 120 …R_R_SIZE_MAX", { 0UL, 0 }, { 0UL, 0 }, CONF_LIMIT, CONF_C, 1, CONF_sysconf, _SC_GETGR_R_SIZE_MAX },
|
/illumos-gate/usr/src/cmd/ast/libast/i386/ |
H A D | conftab.c | 120 …R_SIZE_MAX", { 0ULL, 0 }, { 0ULL, 0 }, CONF_LIMIT, CONF_C, 1, CONF_sysconf, _SC_GETGR_R_SIZE_MAX },
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/ |
H A D | conftab.c | 120 …R_SIZE_MAX", { 0ULL, 0 }, { 0ULL, 0 }, CONF_LIMIT, CONF_C, 1, CONF_sysconf, _SC_GETGR_R_SIZE_MAX },
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/ |
H A D | conftab.c | 120 …R_R_SIZE_MAX", { 0UL, 0 }, { 0UL, 0 }, CONF_LIMIT, CONF_C, 1, CONF_sysconf, _SC_GETGR_R_SIZE_MAX },
|
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | libsharecore.c | 514 grsize = sysconf(_SC_GETGR_R_SIZE_MAX); in open_dfstab()
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | dbutils.c | 2983 grpbufsiz = sysconf(_SC_GETGR_R_SIZE_MAX); in ns_lookup_byname() 3031 grpbufsiz = sysconf(_SC_GETGR_R_SIZE_MAX); in ns_lookup_bypid()
|
/illumos-gate/usr/src/lib/librestart/common/ |
H A D | librestart.c | 2185 buflen = sysconf(_SC_GETGR_R_SIZE_MAX); in get_gid()
|