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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_common.h55 struct authlist { struct
57 struct authlist *na;
58 struct authlist *nh;
H A Drc_file.h49 struct authlist **h;
50 struct authlist *a;
H A Drc_mem.h32 struct authlist **h;
H A Drc_mem.c38 struct authlist *ta, *pta = NULL, *head;
77 if (!(ta = (struct authlist *)malloc(sizeof (struct authlist))))
215 t->h = (struct authlist **)malloc(t->hsize*sizeof (struct authlist *));
220 memset(t->h, 0, t->hsize*sizeof (struct authlist *));
H A Drc_file.c43 struct authlist *ta;
74 if (!(ta = (struct authlist *) malloc(sizeof(struct authlist))))
153 struct authlist *q;
218 t->h = (struct authlist **) malloc(t->hsize*sizeof(struct authlist *));
223 memset(t->h, 0, t->hsize*sizeof(struct authlist *));
224 t->a = (struct authlist *) 0;
666 struct authlist *q;
H A Drc_base.c55 struct authlist *q, *qt;
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c147 char *dcp, *authlist, *lasts; local
162 authlist = strdup(auths);
163 if (authlist == NULL)
165 for (dcp = authlist;
171 free(authlist);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c2098 struct authlist { struct
2111 static struct authlist AuthList[] = {
2129 struct authlist *c;
2148 struct authlist *c;
2156 c = (struct authlist *)
2157 genget(argv[1], (char **)AuthList, sizeof (struct authlist));
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c7825 char *authlist; local
7874 authlist = kva_match(ua_ptr->attr, USERATTR_AUTHS_KW);
7875 if (authlist != NULL) {
7881 cur_auth = strtok_r(authlist, ",", &lasts);

Completed in 101 milliseconds