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