Searched refs:expanded_pkg (Results 1 – 1 of 1) sorted by relevance
433 char *expanded_pkg; in check_pkg_history1() local453 expanded_pkg = xmalloc(strlen(pattern)); /* {} are going away... */ in check_pkg_history1()458 memcpy(expanded_pkg, pattern, prefix_len); in check_pkg_history1()468 memcpy(expanded_pkg + prefix_len, open_brace, middle_len); in check_pkg_history1()469 memcpy(expanded_pkg + prefix_len + middle_len, suffix, in check_pkg_history1()471 if (check_pkg_history1(pkg, expanded_pkg)) { in check_pkg_history1()472 free(expanded_pkg); in check_pkg_history1()478 free(expanded_pkg); in check_pkg_history1()