Searched refs:bsdcred_sz (Results 1 – 1 of 1) sorted by relevance
656 static size_t bsdcred_sz; in authdes_getucred() local658 if (bsdcred_sz == 0) { in authdes_getucred()659 bsdcred_sz = sizeof (struct bsdcred) + in authdes_getucred()662 cred = malloc(bsdcred_sz); in authdes_getucred()