Lines Matching refs:str
735 const char *str; in conf_write_symbol() local
741 str = sym_get_string_value(sym); in conf_write_symbol()
742 str = sym_escape_string_value(str); in conf_write_symbol()
743 printer->print_symbol(fp, sym, str, printer_arg); in conf_write_symbol()
744 free((void *)str); in conf_write_symbol()
747 str = sym_get_string_value(sym); in conf_write_symbol()
748 printer->print_symbol(fp, sym, str, printer_arg); in conf_write_symbol()
848 const char *str; in conf_write() local
893 str = menu_get_prompt(menu); in conf_write()
897 "#\n", str); in conf_write()
922 str = menu_get_prompt(menu); in conf_write()
923 fprintf(out, "# end of %s\n", str); in conf_write()