Lines Matching refs:str
731 const char *str; in conf_write_symbol() local
737 str = sym_get_string_value(sym); in conf_write_symbol()
738 str = sym_escape_string_value(str); in conf_write_symbol()
739 printer->print_symbol(fp, sym, str, printer_arg); in conf_write_symbol()
740 free((void *)str); in conf_write_symbol()
743 str = sym_get_string_value(sym); in conf_write_symbol()
744 printer->print_symbol(fp, sym, str, printer_arg); in conf_write_symbol()
844 const char *str; in conf_write() local
889 str = menu_get_prompt(menu); in conf_write()
893 "#\n", str); in conf_write()
918 str = menu_get_prompt(menu); in conf_write()
919 fprintf(out, "# end of %s\n", str); in conf_write()