Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c655 static size_t bsdcred_sz; in authdes_getucred() local
657 if (bsdcred_sz == 0) { in authdes_getucred()
658 bsdcred_sz = sizeof (struct bsdcred) + in authdes_getucred()
661 cred = malloc(bsdcred_sz); in authdes_getucred()