Home
last modified time | relevance | path

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

/openbsd/lib/libc/rpc/
H A Dauth_unix.c169 static int maxgrplist = NGRPS; variable
175 maxgrplist = num; in set_rpc_maxgrouplist()
199 if (len > maxgrplist) in authunix_create_default()
200 len = maxgrplist; in authunix_create_default()