Home
last modified time | relevance | path

Searched refs:pf_filename (Results 1 – 9 of 9) sorted by relevance

/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Dprofile.c105 char *pf_dir_path, *pf_dir_path2, *pf_filename;
144 &pf_filename, &pf_dir_path, &pf_dir_path2) == -1) {
147 pf_filename, pf_dir_path2, pf_dir_path, g_strerror(errno));
149 g_free(pf_filename);
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dprofile.c105 char *pf_dir_path, *pf_dir_path2, *pf_filename; in apply_profile_changes() local
144 &pf_filename, &pf_dir_path, &pf_dir_path2) == -1) { in apply_profile_changes()
147 pf_filename, pf_dir_path2, pf_dir_path, g_strerror(errno)); in apply_profile_changes()
149 g_free(pf_filename); in apply_profile_changes()
/dports/net/tshark-lite/wireshark-3.6.1/ui/
H A Dprofile.c105 char *pf_dir_path, *pf_dir_path2, *pf_filename; in apply_profile_changes() local
144 &pf_filename, &pf_dir_path, &pf_dir_path2) == -1) { in apply_profile_changes()
147 pf_filename, pf_dir_path2, pf_dir_path, g_strerror(errno)); in apply_profile_changes()
149 g_free(pf_filename); in apply_profile_changes()
/dports/net/tshark/wireshark-3.6.1/ui/
H A Dprofile.c105 char *pf_dir_path, *pf_dir_path2, *pf_filename; in apply_profile_changes() local
144 &pf_filename, &pf_dir_path, &pf_dir_path2) == -1) { in apply_profile_changes()
147 pf_filename, pf_dir_path2, pf_dir_path, g_strerror(errno)); in apply_profile_changes()
149 g_free(pf_filename); in apply_profile_changes()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/pulling/
H A Doutput.cpp515 std::string px_filename, pf_filename; in init_pull_output_files() local
520 pf_filename = std::string(opt2fn("-pf", nfile, fnm)); in init_pull_output_files()
525 if ((pull->params.nstxout != 0) && (pull->params.nstfout != 0) && (px_filename == pf_filename)) in init_pull_output_files()
533 pf_appended = append_before_extension(pf_filename, "_pullf"); in init_pull_output_files()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dwireshark_application.cpp382 char *pf_dir_path, *pf_dir_path2, *pf_filename; in setConfigurationProfile() local
392 if (copy_persconffile_profile(profile_name, profile_name, TRUE, &pf_filename, in setConfigurationProfile()
396 pf_filename, pf_dir_path2, pf_dir_path, g_strerror(errno)); in setConfigurationProfile()
398 g_free(pf_filename); in setConfigurationProfile()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dwireshark_application.cpp382 char *pf_dir_path, *pf_dir_path2, *pf_filename; in setConfigurationProfile() local
392 if (copy_persconffile_profile(profile_name, profile_name, TRUE, &pf_filename, in setConfigurationProfile()
396 pf_filename, pf_dir_path2, pf_dir_path, g_strerror(errno)); in setConfigurationProfile()
398 g_free(pf_filename); in setConfigurationProfile()
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dwireshark_application.cpp382 char *pf_dir_path, *pf_dir_path2, *pf_filename; in setConfigurationProfile() local
392 if (copy_persconffile_profile(profile_name, profile_name, TRUE, &pf_filename, in setConfigurationProfile()
396 pf_filename, pf_dir_path2, pf_dir_path, g_strerror(errno)); in setConfigurationProfile()
398 g_free(pf_filename); in setConfigurationProfile()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dwireshark_application.cpp382 char *pf_dir_path, *pf_dir_path2, *pf_filename;
392 if (copy_persconffile_profile(profile_name, profile_name, TRUE, &pf_filename,
396 pf_filename, pf_dir_path2, pf_dir_path, g_strerror(errno));
398 g_free(pf_filename);