Home
last modified time | relevance | path

Searched refs:save_file (Results 126 – 150 of 1444) sorted by last modified time

12345678910>>...58

/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dopt_range.cc1478 handler *save_file= file, *org_file; in init_ror_merged_scan() local
1562 file= save_file; in init_ror_merged_scan()
/dports/databases/mariadb103-client/mariadb-10.3.34/client/
H A Dmysqltest.cc9119 char save_file[FN_REFLEN]; in main() local
9127 save_file[0]= 0; in main()
9529 if (save_file[0]) in main()
9532 save_file))) in main()
9534 save_file[0]= 0; in main()
9572 do_get_file_name(command, save_file, sizeof(save_file)); in main()
/dports/databases/mariadb103-server/mariadb-10.3.34/client/
H A Dmysqltest.cc9119 char save_file[FN_REFLEN]; in main() local
9127 save_file[0]= 0; in main()
9529 if (save_file[0]) in main()
9532 save_file))) in main()
9534 save_file[0]= 0; in main()
9572 do_get_file_name(command, save_file, sizeof(save_file)); in main()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/pugixml/src/
H A Dpugixml.cpp7290 …PUGI__FN bool xml_document::save_file(const char* path_, const char_t* indent, unsigned int flags,… in save_file() function in pugi::xml_document
7298 …PUGI__FN bool xml_document::save_file(const wchar_t* path_, const char_t* indent, unsigned int fla… in save_file() function in pugi::xml_document
H A Dpugixml.hpp1095 …bool save_file(const char* path, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags = f…
1096 …bool save_file(const wchar_t* path, const char_t* indent = PUGIXML_TEXT("\t"), unsigned int flags …
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp737 PythonObject &save_file, in SetStdHandle() argument
740 save_file.Reset(); in SetStdHandle()
756 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()
H A DScriptInterpreterPythonImpl.h396 python::PythonObject &save_file, const char *mode);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h396 python::PythonObject &save_file, const char *mode);
H A DScriptInterpreterPython.cpp737 PythonObject &save_file, in SetStdHandle() argument
740 save_file.Reset(); in SetStdHandle()
756 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp737 PythonObject &save_file, in SetStdHandle() argument
740 save_file.Reset(); in SetStdHandle()
756 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()
H A DScriptInterpreterPythonImpl.h396 python::PythonObject &save_file, const char *mode);
/dports/lang/rust/rustc-1.58.1-src/src/tools/rls/tests/
H A Dtooltip.rs262 let save_file = actual_result.test.path(&save_dir); in run_tests() localVariable
269 actual_file: save_file, in run_tests()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/thirdparty_builtin/lodepng/
H A Dlodepng.cpp5961 unsigned save_file(const std::vector<unsigned char>& buffer, const std::string& filename) in save_file() function
6153 if(!error) error = save_file(buffer, filename); in encode()
H A Dlodepng.h861 unsigned save_file(const std::vector<unsigned char>& buffer, const std::string& filename);
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dpov.vim25 …inimum_reuse mm_per_unit nearest_count normal pretrace_end pretrace_start recursion_limit save_file
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pysrt/
H A Dsrtfile.py228 save_file = codecs.open(path, 'w+', encoding=encoding)
229 self.write_into(save_file, eol=eol)
230 save_file.close()
/dports/net/wireshark/wireshark-3.6.1/
H A Dringbuffer.c267 gchar *save_file; in ringbuf_init() local
298 save_file = g_strdup(capfile_name); in ringbuf_init()
299 last_pathsep = strrchr(save_file, G_DIR_SEPARATOR); in ringbuf_init()
300 pfx = strrchr(save_file,'.'); in ringbuf_init()
313 rb_data.fprefix = g_strdup(save_file); in ringbuf_init()
319 rb_data.fprefix = g_strdup(save_file); in ringbuf_init()
322 g_free(save_file); in ringbuf_init()
323 save_file = NULL; in ringbuf_init()
470 *save_file = next_rfile->name; in ringbuf_switch_file()
481 ringbuf_libpcap_dump_close(gchar **save_file, int *err) in ringbuf_libpcap_dump_close() argument
[all …]
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Drtp_stream.c79 tapinfo->save_file = ws_fopen(filename, "wb"); in rtpstream_save()
80 if (tapinfo->save_file==NULL) { in rtpstream_save()
85 rtp_write_header(stream, tapinfo->save_file); in rtpstream_save()
86 if (ferror(tapinfo->save_file)) { in rtpstream_save()
88 fclose(tapinfo->save_file); in rtpstream_save()
103 if (ferror(tapinfo->save_file)) { in rtpstream_save()
105 fclose(tapinfo->save_file); in rtpstream_save()
109 if (fclose(tapinfo->save_file) == EOF) { in rtpstream_save()
H A Dcapture.c136 if(capture_opts->save_file != NULL) { in capture_start()
137 g_free(capture_opts->save_file); in capture_start()
138 capture_opts->save_file = NULL; in capture_start()
393 if(capture_opts->save_file != NULL) { in capture_input_new_file()
407 g_free(capture_opts->save_file); in capture_input_new_file()
523 ws_assert(capture_opts->save_file); in capture_input_new_packets()
760 if(capture_opts->save_file == NULL) { in capture_input_closed()
772 g_free(capture_opts->save_file); in capture_input_closed()
779 capture_opts->save_file = NULL; in capture_input_closed()
783 g_free(capture_opts->save_file); in capture_input_closed()
[all …]
H A Dcommandline.c691 if (global_capture_opts.save_file == NULL) { in commandline_other_options()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dio_graph_dialog.cpp1519 QString save_file = path.canonicalPath(); in on_buttonBox_accepted() local
1521 save_file += QString("/%1").arg(cap_file_.fileBaseName()); in on_buttonBox_accepted()
1524 save_file, filter, &extension); in on_buttonBox_accepted()
1594 QFile save_file(file_name); in saveCsv() local
1595 save_file.open(QFile::WriteOnly | QFile::Text); in saveCsv()
1596 QTextStream out(&save_file); in saveCsv()
H A Dmain.cpp1010 if (global_capture_opts.save_file != NULL) { in main()
1013 gchar *s = g_strdup(global_capture_opts.save_file); in main()
H A Diax2_analysis_dialog.cpp566 QString save_file = path.canonicalPath(); in on_actionSaveGraph_triggered() local
897 QFile save_file(file_path); in saveAudio() local
903 save_file.open(QIODevice::WriteOnly); in saveAudio()
1118 if (!save_file.write(bytes)) { in saveAudio()
1155 QFile save_file(file_path); in saveCsv() local
1156 save_file.open(QFile::WriteOnly); in saveCsv()
1159 save_file.write("Forward\n"); in saveCsv()
1176 save_file.write("\n"); in saveCsv()
1180 save_file.write("\n"); in saveCsv()
1183 save_file.write("Reverse\n"); in saveCsv()
[all …]
H A Dmain_window_slots.cpp886 if (capture_opts->save_file) in startCapture()
887 msgtip += capture_opts->save_file; in startCapture()
/dports/net/wireshark-lite/wireshark-3.6.1/
H A Ddumpcap.c1102 global_capture_opts.save_file = NULL; in exit_main()
3238 capture_opts->save_file, err); in capture_loop_init_output()
3534 (capture_opts->save_file) ? capture_opts->save_file : "(not specified)"); in capture_loop_open_output()
3536 if (capture_opts->save_file != NULL) { in capture_loop_open_output()
3541 capfile_name = g_strdup(capture_opts->save_file); in capture_loop_open_output()
3697 g_free(capture_opts->save_file); in capture_loop_open_output()
3704 capture_opts->save_file = capfile_name; in capture_loop_open_output()
3987 report_new_capture_file(capture_opts->save_file); in capture_loop_start()
4373 if (capture_opts->save_file != NULL) { in capture_loop_start()
4374 ws_unlink(capture_opts->save_file); in capture_loop_start()
[all …]

12345678910>>...58