Home | History | Annotate | Download | only in src

Lines Matching refs:search_for

117 	const char *search_for;
522 for (i = 0; retval != NULL && repl[i].search_for; i++) {
523 retval2 = semanage_str_replace(repl[i].search_for,
685 {.search_for = TEMPLATE_HOME_DIR,.replace_with = user->home},
686 {.search_for = TEMPLATE_ROLE,.replace_with = user->prefix},
705 {.search_for = TEMPLATE_HOME_ROOT,.replace_with = homedir},
717 {.search_for = TEMPLATE_USERNAME,.replace_with = user->name},
718 {.search_for = TEMPLATE_USERID,.replace_with = user->uid},
719 {.search_for = TEMPLATE_ROLE,.replace_with = user->prefix},
730 {.search_for = TEMPLATE_USER,.replace_with = user->name},
731 {.search_for = TEMPLATE_ROLE,.replace_with = user->prefix},