Home
last modified time | relevance | path

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

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