Lines Matching defs:policydb_str
2411 char *policydb_str;
2439 policydb_str = kmalloc(len + 1, GFP_KERNEL);
2440 if (!policydb_str) {
2446 rc = next_entry(policydb_str, fp, len);
2449 kfree(policydb_str);
2454 policydb_str[len] = '\0';
2455 if (strcmp(policydb_str, POLICYDB_STRING)) {
2457 "my string %s\n", policydb_str, POLICYDB_STRING);
2458 kfree(policydb_str);
2461 /* Done with policydb_str. */
2462 kfree(policydb_str);
2463 policydb_str = NULL;