Searched defs:copy (Results 1 - 8 of 8) sorted by relevance
/sssd-io/src/util/ |
H A D | sss_nss.c | 18 You should have received a copy of the GNU General Public License 30 char *copy; local 52 copy = talloc_strdup(tmp_ctx, template); 53 if (copy == NULL) { 64 p = copy;
|
/sssd-io/src/providers/krb5/ |
H A D | krb5_utils.c | 21 You should have received a copy of the GNU General Public License 231 char *copy; local 252 copy = talloc_strdup(tmp_ctx, template); 253 if (copy == NULL) { 264 p = copy;
|
/sssd-io/src/sss_client/ |
H A D | krb5_authdata_int.h | 182 authdata_client_copy_proc copy; /* optional */ member in struct:krb5plugin_authdata_client_ftable_v0
|
/sssd-io/src/tests/ |
H A D | pyhbac-test.py | 7 import copy namespace 461 savecat = copy.copy(allow_rule.users.category)
|
/sssd-io/src/providers/ipa/ |
H A D | ipa_common.c | 21 You should have received a copy of the GNU General Public License 666 char *copy = NULL; local 698 copy = talloc_strdup(ipa_opts->auth, value); 699 if (copy == NULL) { 704 ret = dp_opt_set_string(ipa_opts->auth, KRB5_REALM, copy); 755 talloc_free(copy); 819 DEBUG(SSSDBG_OP_FAILURE, "Failed to copy URI ...\n"); 1150 "initialized, cannot copy legacy options\n");
|
/sssd-io/src/sbus/ |
H A D | sssd_dbus_interface.c | 17 You should have received a copy of the GNU General Public License 643 struct sbus_interface_list *copy; local 673 ret = sbus_iface_list_copy(list_ctx, table_list, ©); 678 DLIST_CONCATENATE(output_list, copy, struct sbus_interface_list *);
|
/sssd-io/src/python/ |
H A D | pyhbac.c | 17 You should have received a copy of the GNU General Public License 53 char *copy; local 55 copy = PyMem_New(char, strlen(string)+1); 56 if (copy == NULL) { 61 return strcpy(copy, string);
|
/sssd-io/src/tests/cmocka/ |
H A D | test_nss_srv.c | 19 You should have received a copy of the GNU General Public License 233 const char *copy; local 238 copy = talloc_strdup(nss_test_ctx, input); 239 assert_non_null(copy); 241 separator = strrchr(copy, '@'); 247 shortname = copy; 261 const char *copy; local 280 copy = talloc_strdup(nss_test_ctx, input); 281 assert_non_null(copy); 283 separator = strrchr(copy, ' [all...] |
Completed in 30 milliseconds