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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c646 static size_t bsdcred_sz; local
648 if (bsdcred_sz == 0) {
649 bsdcred_sz = sizeof (struct bsdcred) +
652 cred = malloc(bsdcred_sz);

Completed in 15 milliseconds