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

/sssd-io/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-io/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-io/src/sss_client/
H A Dkrb5_authdata_int.h182 authdata_client_copy_proc copy; /* optional */ member in struct:krb5plugin_authdata_client_ftable_v0
/sssd-io/src/tests/
H A Dpyhbac-test.py7 import copy namespace
461 savecat = copy.copy(allow_rule.users.category)
/sssd-io/src/providers/ipa/
H A Dipa_common.c21 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 Dsssd_dbus_interface.c17 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, &copy);
678 DLIST_CONCATENATE(output_list, copy, struct sbus_interface_list *);
/sssd-io/src/python/
H A Dpyhbac.c17 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 Dtest_nss_srv.c19 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 22 milliseconds