Home
last modified time | relevance | path

Searched refs:path_ref (Results 1 – 25 of 74) sorted by path

123

/dports/audio/easytag/easytag-2.4.3/src/
H A Dbrowser.c3009 gchar *path_ref = NULL; in on_file_tree_button_press_event() local
3028path_ref = g_path_get_dirname (((File_Name *)ETCore->ETFileDisplayed->FileNameCur->data)->value); in on_file_tree_button_press_event()
3037 if (path_ref && patch_check && strcmp (path_ref, patch_check) == 0) in on_file_tree_button_press_event()
3051 g_free (path_ref); in on_file_tree_button_press_event()
/dports/cad/geda/geda-gaf-1.8.2/libgeda/src/
H A Dscheme_object.c1628 SCM_DEFINE (path_ref, "%path-ref", 2, 0, 0,
/dports/databases/p5-DBI/DBI-1.643/t/
H A D42prof_data.t69 my ($path_ref, $data_ref) = @_;
70 $path_ref->[0] =~ s/set dummy=\d/set dummy=N/;
/dports/devel/libsigrok/libsigrok-0.5.2/src/
H A Dserial_hid.c697 enum ser_hid_chip_t *chip_ref, char **path_ref, char **serno_ref) in ser_hid_parse_conn_spec() argument
706 if (path_ref) in ser_hid_parse_conn_spec()
707 *path_ref = NULL; in ser_hid_parse_conn_spec()
773 if (path_ref && path) in ser_hid_parse_conn_spec()
774 *path_ref = path; in ser_hid_parse_conn_spec()
857 char **path_ref, const char *serno) in ser_hid_chip_search() argument
873 if (!path_ref) in ser_hid_chip_search()
875 path = *path_ref; in ser_hid_chip_search()
1000 if (path_ref) in ser_hid_chip_search()
1001 *path_ref = path; in ser_hid_chip_search()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp349 llvm::StringRef path_ref(path.begin(), path.size()); in ComputePythonDirForApple() local
350 auto rbegin = llvm::sys::path::rbegin(path_ref, style); in ComputePythonDirForApple()
351 auto rend = llvm::sys::path::rend(path_ref); in ComputePythonDirForApple()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Target/
H A DPathMappingList.cpp189 llvm::StringRef path_ref(path); in ReverseRemapPath() local
191 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
194 fixed.AppendPathComponent(path_ref); in ReverseRemapPath()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp367 llvm::StringRef path_ref(path.begin(), path.size()); in ComputePythonDirForApple() local
368 auto rbegin = llvm::sys::path::rbegin(path_ref, style); in ComputePythonDirForApple()
369 auto rend = llvm::sys::path::rend(path_ref); in ComputePythonDirForApple()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Target/
H A DPathMappingList.cpp206 llvm::StringRef path_ref(path); in ReverseRemapPath() local
208 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
214 AppendPathComponents(fixed, path_ref, orig_style); in ReverseRemapPath()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp367 llvm::StringRef path_ref(path.begin(), path.size()); in ComputePythonDirForApple() local
368 auto rbegin = llvm::sys::path::rbegin(path_ref, style); in ComputePythonDirForApple()
369 auto rend = llvm::sys::path::rend(path_ref); in ComputePythonDirForApple()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Target/
H A DPathMappingList.cpp189 llvm::StringRef path_ref(path); in ReverseRemapPath() local
191 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
194 fixed.AppendPathComponent(path_ref); in ReverseRemapPath()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp368 llvm::StringRef path_ref(path.begin(), path.size()); in ComputePythonDirForApple() local
369 auto rbegin = llvm::sys::path::rbegin(path_ref, style); in ComputePythonDirForApple()
370 auto rend = llvm::sys::path::rend(path_ref); in ComputePythonDirForApple()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Target/
H A DPathMappingList.cpp206 llvm::StringRef path_ref(path); in ReverseRemapPath() local
208 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
214 AppendPathComponents(fixed, path_ref, orig_style); in ReverseRemapPath()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/cmdline/svntest/
H A Dwc.py205 path_ref = self.desc[to_relpath(path)]
209 path_ref.tweak(**kw)
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/cmdline/svntest/
H A Dwc.py205 path_ref = self.desc[to_relpath(path)]
209 path_ref.tweak(**kw)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1171 llvm::StringRef path_ref(dir_buffer->GetChars()); in GetDeveloperDirectory() local
1174 path_ref = in GetDeveloperDirectory()
1175 path_ref.rtrim("\r\n").take_front(sizeof(developer_dir_path) - 1); in GetDeveloperDirectory()
1176 ::memcpy(developer_dir_path, path_ref.data(), path_ref.size()); in GetDeveloperDirectory()
1177 developer_dir_path[path_ref.size()] = '\0'; in GetDeveloperDirectory()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp337 llvm::StringRef path_ref(path.begin(), path.size()); in ComputePythonDirForApple() local
338 auto rbegin = llvm::sys::path::rbegin(path_ref, style); in ComputePythonDirForApple()
339 auto rend = llvm::sys::path::rend(path_ref); in ComputePythonDirForApple()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp189 llvm::StringRef path_ref(path); in ReverseRemapPath() local
191 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
194 fixed.AppendPathComponent(path_ref); in ReverseRemapPath()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp367 llvm::StringRef path_ref(path.begin(), path.size()); in ComputePythonDirForApple() local
368 auto rbegin = llvm::sys::path::rbegin(path_ref, style); in ComputePythonDirForApple()
369 auto rend = llvm::sys::path::rend(path_ref); in ComputePythonDirForApple()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Target/
H A DPathMappingList.cpp189 llvm::StringRef path_ref(path); in ReverseRemapPath() local
191 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
194 fixed.AppendPathComponent(path_ref); in ReverseRemapPath()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp368 llvm::StringRef path_ref(path.begin(), path.size()); in ComputePythonDirForApple() local
369 auto rbegin = llvm::sys::path::rbegin(path_ref, style); in ComputePythonDirForApple()
370 auto rend = llvm::sys::path::rend(path_ref); in ComputePythonDirForApple()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Target/
H A DPathMappingList.cpp206 llvm::StringRef path_ref(path); in ReverseRemapPath() local
208 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
214 AppendPathComponents(fixed, path_ref, orig_style); in ReverseRemapPath()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp368 llvm::StringRef path_ref(path.begin(), path.size()); in ComputePythonDirForApple() local
369 auto rbegin = llvm::sys::path::rbegin(path_ref, style); in ComputePythonDirForApple()
370 auto rend = llvm::sys::path::rend(path_ref); in ComputePythonDirForApple()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Target/
H A DPathMappingList.cpp206 llvm::StringRef path_ref(path); in ReverseRemapPath() local
208 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
214 AppendPathComponents(fixed, path_ref, orig_style); in ReverseRemapPath()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/editor/
H A Dobject_option.cpp525 …tion::PathRefObjectOption(const std::string& text, PathObject& target, const std::string& path_ref, in PathRefObjectOption() argument
528 m_path_ref(path_ref), in PathRefObjectOption()
H A Dobject_option.hpp354 PathRefObjectOption(const std::string& text, PathObject& target, const std::string& path_ref,

123