Lines Matching refs:str
716 const char *str; in conf_write_symbol() local
722 str = sym_get_string_value(sym); in conf_write_symbol()
723 str = sym_escape_string_value(str); in conf_write_symbol()
724 printer->print_symbol(fp, sym, str, printer_arg); in conf_write_symbol()
725 free((void *)str); in conf_write_symbol()
728 str = sym_get_string_value(sym); in conf_write_symbol()
729 printer->print_symbol(fp, sym, str, printer_arg); in conf_write_symbol()
829 const char *str; in conf_write() local
874 str = menu_get_prompt(menu); in conf_write()
878 "#\n", str); in conf_write()
903 str = menu_get_prompt(menu); in conf_write()
904 fprintf(out, "# end of %s\n", str); in conf_write()