Searched defs:fcc_set (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c309 struct fcc_set { struct
310 struct fcc_set *next;
316 static struct fcc_set *fccs = NULL;
1656 * fcc_set list and free it.
1661 struct fcc_set **fccsp;
1673 struct fcc_set *temp;
1873 struct fcc_set *setptr;
1925 setptr = malloc(sizeof(struct fcc_set));
2156 struct fcc_set *setptr;
2264 setptr = malloc(sizeof(struct fcc_set));
[all...]

Completed in 49 milliseconds