Home
last modified time | relevance | path

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

/glibc-2.36/sunrpc/
Dauth_none.c68 static struct authnone_private_s authnone_private; variable
80 ap = &authnone_private; in authnone_create_once()
97 return &authnone_private.no_client; in authnone_create()
/glibc-2.36/ChangeLog.old/
DChangeLog.137273 (authnone_private): Make a struct, not a pointer to struct.
7278 __libc_once, then return &authnone_private->no_client.
7280 not authnone_private pointer.
DChangeLog.122617 * sunrpc/auth_none.c (authnone_private): Fix a typo.