Searched refs:modstrs (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | plugin.c | 208 make_full_list(krb5_context context, char **modstrs, in make_full_list() argument 217 for (count = 0; modstrs[count] != NULL; count++); in make_full_list() 224 for (mod = modstrs, pos = 0; *mod != NULL; mod++, pos++) { in make_full_list() 307 char **modstrs = NULL, **enable = NULL, **disable = NULL; in configure_interface() local 317 ret = get_profile_var(context, id, KRB5_CONF_MODULE, &modstrs); in configure_interface() 328 if (modstrs != NULL) { in configure_interface() 329 ret = make_full_list(context, modstrs, &interface->modules); in configure_interface() 343 profile_free_list(modstrs); in configure_interface()
|