HomeSort by: relevance | last modified time | path
    Searched defs:authnone_private (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/rpc/
auth_none.c 85 static struct authnone_private { struct
89 } *authnone_private; variable in typeref:struct:authnone_private *
94 struct authnone_private *ap = authnone_private;
99 ap = (struct authnone_private *)calloc(1, sizeof (*ap));
102 authnone_private = ap;
122 struct authnone_private *ap = authnone_private;
auth_none.c 85 static struct authnone_private { struct
89 } *authnone_private; variable in typeref:struct:authnone_private *
94 struct authnone_private *ap = authnone_private;
99 ap = (struct authnone_private *)calloc(1, sizeof (*ap));
102 authnone_private = ap;
122 struct authnone_private *ap = authnone_private;

Completed in 54 milliseconds