Home
last modified time | relevance | path

Searched refs:aux_path (Results 1 – 17 of 17) sorted by relevance

/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dgtkfilelist.c427 gchar *aux_path; in gtk_file_list_open_dir() local
443 aux_path = g_strdup(dir_path); in gtk_file_list_open_dir()
444 length = strlen(aux_path); in gtk_file_list_open_dir()
448 g_free(aux_path); in gtk_file_list_open_dir()
455 g_free(aux_path); in gtk_file_list_open_dir()
469 g_free(aux_path); in gtk_file_list_open_dir()
483 g_free(aux_path); in gtk_file_list_open_dir()
492 if(strlen(aux_path) == 0) in gtk_file_list_open_dir()
494 g_free(aux_path); in gtk_file_list_open_dir()
501 real_path = g_strdup(aux_path); in gtk_file_list_open_dir()
[all …]
H A Dgtkdirtree.c549 aux_path = g_strdup(path); in gtk_dir_tree_open_dir()
550 length = strlen(aux_path); in gtk_dir_tree_open_dir()
554 g_free(aux_path); in gtk_dir_tree_open_dir()
555 aux_path = g_strdup(root); in gtk_dir_tree_open_dir()
561 g_free(aux_path); in gtk_dir_tree_open_dir()
562 aux_path = g_strdup(root); in gtk_dir_tree_open_dir()
575 g_free(aux_path); in gtk_dir_tree_open_dir()
576 aux_path = g_strdup(root); in gtk_dir_tree_open_dir()
589 g_free(aux_path); in gtk_dir_tree_open_dir()
597 if(strlen(aux_path) == 0) in gtk_dir_tree_open_dir()
[all …]
H A Dgtkiconfilesel.c792 gchar *aux_path; in get_real_path() local
803 aux_path = g_strdup(full_path); in get_real_path()
804 length = strlen(aux_path); in get_real_path()
808 g_free(aux_path); in get_real_path()
815 g_free(aux_path); in get_real_path()
829 g_free(aux_path); in get_real_path()
843 g_free(aux_path); in get_real_path()
849 aux_path[length - 1] = '\0'; in get_real_path()
852 if(strlen(aux_path) == 0) in get_real_path()
854 g_free(aux_path); in get_real_path()
[all …]
/dports/graphics/py-pycollada/pycollada-0.6/collada/
H A D__init__.py245 aux_path = posixpath.normpath(posixpath.join(basepath, fname))
246 if aux_path not in self.zfile.namelist():
248 return self.zfile.read( aux_path )
255 aux_path = os.path.normpath(os.path.join(basepath, fname))
256 if not os.path.exists(aux_path):
258 fdata = open(aux_path, 'rb')
/dports/graphics/gegl/gegl-0.4.34/tools/
H A Dgegl-tester.c86 gchar *aux_path = g_build_path (G_DIR_SEPARATOR_S, data_dir, in standard_output() local
106 "path", aux_path, in standard_output()
145 g_free (aux_path); in standard_output()
/dports/misc/snakemake/snakemake-6.12.1/snakemake/report/
H A D__init__.py911 for aux_path in result.aux_files:
914 aux_path,
918 aux_path, os.path.dirname(result.path)
/dports/misc/snakemake/snakemake-6.12.1/snakemake/
H A Dpersistence.py67 self.aux_path = os.path.join(self.path, "auxiliary")
94 self.aux_path,
/dports/benchmarks/fio/fio-3.29/
H A Dverify.c250 if (asprintf(&fname, "%s%s%s.%llu.%s", aux_path ? : "", in dump_buf()
251 aux_path ? sep : "", basename(ptr), offset, type) < 0) { in dump_buf()
1720 if (aux_path) in verify_save_state()
1721 sprintf(prefix, "%s%clocal", aux_path, FIO_OS_PATH_SEPARATOR); in verify_save_state()
H A Dinit.c81 char *aux_path = NULL; in pg_control_checkpoint()
2918 if (aux_path)
2919 free(aux_path);
2920 aux_path = strdup(optarg);
H A Dfio.h574 extern char *aux_path;
H A Dbackend.c2210 if (aux_path)
2211 sprintf(prefix, "%s%clocal", aux_path,
H A Dclient.c1878 if (aux_path) { in fio_handle_client()
1879 strcpy(buf, aux_path); in fio_handle_client()
/dports/lang/rust/rustc-1.58.1-src/src/tools/compiletest/src/
H A Druntest.rs1604 for (aux_name, aux_path) in &self.props.aux_crates { in build_all_auxiliary()
1605 let is_dylib = self.build_auxiliary(&aux_path, &aux_dir); in build_all_auxiliary()
1607 get_lib_name(&aux_path.trim_end_matches(".rs").replace('-', "_"), is_dylib); in build_all_auxiliary()
1704 aux_path: Option<&str>, in compose_and_run()
1719 if let Some(p) = aux_path { in compose_and_run()
/dports/misc/snakemake/snakemake-6.12.1/snakemake/executors/
H A Dgoogle_lifesciences.py660 self.workflow.persistence.aux_path, "workdir-{}.tar.gz".format(sha256)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/blastinput/
H A Dblast_args.cpp1742 string aux_path = CDirEntry::ConcatPath(paths[i], aux_file); in ExtractAlgorithmOptions() local
1743 CDirEntry entry(aux_path); in ExtractAlgorithmOptions()
1745 m_IgOptions->m_AuxFilename = aux_path; in ExtractAlgorithmOptions()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/blastinput/
H A Dblast_args.cpp1742 string aux_path = CDirEntry::ConcatPath(paths[i], aux_file); in ExtractAlgorithmOptions() local
1743 CDirEntry entry(aux_path); in ExtractAlgorithmOptions()
1745 m_IgOptions->m_AuxFilename = aux_path; in ExtractAlgorithmOptions()
/dports/lang/rust/rustc-1.58.1-src/vendor/compiletest_rs/src/
H A Druntest.rs1324 aux_path: Option<&str>, in compose_and_run()
1342 if let Some(p) = aux_path { in compose_and_run()