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

/sssd/src/util/
H A Dsss_nss.c18 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/src/providers/ipa/
H A Dipa_common.c21 You should have received a copy of the GNU General Public License
637 char *copy = NULL; local
669 copy = talloc_strdup(ipa_opts->auth, value);
670 if (copy == NULL) {
675 ret = dp_opt_set_string(ipa_opts->auth, KRB5_REALM, copy);
726 talloc_free(copy);
790 DEBUG(SSSDBG_OP_FAILURE, "Failed to copy URI ...\n");
1121 "initialized, cannot copy legacy options\n");
/sssd/src/providers/krb5/
H A Dkrb5_utils.c21 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/src/tests/
H A Dpyhbac-test.py7 import copy namespace
451 savecat = copy.copy(allow_rule.users.category)
/sssd/src/sss_client/
H A Dkrb5_authdata_int.h182 authdata_client_copy_proc copy; /* optional */ member in struct:krb5plugin_authdata_client_ftable_v0
/sssd/src/sbus/
H A Dsssd_dbus_interface.c17 You should have received a copy of the GNU General Public License
677 struct sbus_interface_list *copy = NULL; local
708 ret = sbus_iface_list_copy(list_ctx, value.ptr, &copy);
713 DLIST_CONCATENATE(list, copy, struct sbus_interface_list *);
/sssd/src/python/
H A Dpyhbac.c17 You should have received a copy of the GNU General Public License
51 char *copy; local
53 copy = PyMem_New(char, strlen(string)+1);
54 if (copy == NULL) {
59 return strcpy(copy, string);

Completed in 60 milliseconds