Searched refs:authnone_private (Results 1 – 3 of 3) sorted by relevance
68 static struct authnone_private_s authnone_private; variable80 ap = &authnone_private; in authnone_create_once()97 return &authnone_private.no_client; in authnone_create()
7273 (authnone_private): Make a struct, not a pointer to struct.7278 __libc_once, then return &authnone_private->no_client.7280 not authnone_private pointer.
2617 * sunrpc/auth_none.c (authnone_private): Fix a typo.