Searched refs:pol_name (Results 1 – 2 of 2) sorted by relevance
203 const char *pol_name, *root_dir; in main() local274 pol_name = basename(pol_path); in main()275 puts(pol_name); in main()
240 char *pol_name; member267 for (polp = policies; polp->pol_name != NULL; ++polp) { in get_mbind_policy()270 if (strncmp(pol, polp->pol_name, plen)) in get_mbind_policy()