Lines Matching full:search_for
107 const char *search_for;
501 for (i = 0; repl[i].search_for; i++) {
502 ustr_replace_cstr(&retval, repl[i].search_for,
557 {.search_for = TEMPLATE_SEUSER,.replace_with = seuser},
558 {.search_for = TEMPLATE_HOME_DIR,.replace_with = home},
559 {.search_for = TEMPLATE_ROLE,.replace_with = role_prefix},
560 {.search_for = TEMPLATE_LEVEL,.replace_with = level},
589 {.search_for = TEMPLATE_HOME_ROOT,.replace_with = homedir},
616 {.search_for = TEMPLATE_USER,.replace_with = user},
617 {.search_for = TEMPLATE_ROLE,.replace_with = role_prefix},
618 {.search_for = TEMPLATE_SEUSER,.replace_with = seuser},