Lines Matching refs:policydb_str
3603 char *policydb_str;
3633 policydb_str = malloc(len + 1);
3634 if (!policydb_str) {
3639 rc = next_entry(policydb_str, fp, len);
3642 free(policydb_str);
3645 policydb_str[len] = 0;
3649 if ((strcmp(policydb_str, policydb_target_strings[i])
3658 "string %s", policydb_str);
3659 free(policydb_str);
3663 if (strcmp(policydb_str, POLICYDB_MOD_STRING)) {
3665 policydb_str);
3666 free(policydb_str);
3671 /* Done with policydb_str. */
3672 free(policydb_str);
3673 policydb_str = NULL;