Lines Matching defs:copy
19 You should have received a copy of the GNU General Public License
233 const char *copy;
238 copy = talloc_strdup(nss_test_ctx, input);
239 assert_non_null(copy);
241 separator = strrchr(copy, '@');
247 shortname = copy;
261 const char *copy;
280 copy = talloc_strdup(nss_test_ctx, input);
281 assert_non_null(copy);
283 separator = strrchr(copy, '@');
289 shortname = copy;