Home
last modified time | relevance | path

Searched refs:make_tpath (Results 1 – 7 of 7) sorted by relevance

/dports/security/rhash/RHash-1.4.2/
H A Dfile.h32 # define make_tpath(dir_path, sub_path) make_wpath(dir_path, (size_t)-1, sub_path) macro
34 # define make_tpath(dir_path, sub_path) make_path(dir_path, sub_path, 0) macro
H A Dfind_file.c410 dir_path = make_tpath(it[level].dir_path, dirs_stack->filename); in dir_scan()
459 filepath = make_tpath(dir_path, dirent_get_tname(de)); in dir_scan()
H A Dparse_cmdline.c623 path = allocated = make_tpath(path, sub_path); in try_config()
/dports/math/curv/curv-0.5/libcurv/
H A Dtree.h33 Value make_tpath(const Value* list, const Value* endlist);
H A Dtree.cc76 Value make_tpath(const Value* list, const Value* endlist) in make_tpath() function
H A Devaluator.cc944 return make_tpath(&ivals[0], &ivals[ivals.size()]); in eval()
H A Dbuiltin.cc1050 return make_tpath(list->begin(), list->end()); in call()