Home
last modified time | relevance | path

Searched refs:dir_spec (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/cvs-devel/cvs-1.12.13/vms/
H A Dndir.c95 struct dsc$descriptor_s dir_spec; member
163 dirp->dir_spec.dsc$a_pointer = (char *) xmalloc (strlen (filename) + 10);
165 file_name_as_directory (dirp->dir_spec.dsc$a_pointer, filename);
166 dirp->dir_spec.dsc$w_length = strlen (dirp->dir_spec.dsc$a_pointer);
167 dirp->dir_spec.dsc$b_dtype = DSC$K_DTYPE_T;
168 dirp->dir_spec.dsc$b_class = DSC$K_CLASS_S;
200 xfree (vms_dirp->dir_spec.dsc$a_pointer);
225 &vms_dirp->dir_spec, 0, 0, &vms_dirp->uflags);
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dmy.c448 const t_uchar * dir_spec) in arch_set_my_library_path() argument
456 if (file_name_is_absolute (dir_spec)) in arch_set_my_library_path()
458 dir = str_save (0, dir_spec); in arch_set_my_library_path()
460 else if (dir_spec) in arch_set_my_library_path()
464 dir = file_name_in_vicinity (0, here, dir_spec); in arch_set_my_library_path()
489 if (dir_spec && (op == arch_library_first)) in arch_set_my_library_path()
496 if (dir_spec) in arch_set_my_library_path()
511 if (dir_spec && (op == arch_library_last)) in arch_set_my_library_path()
H A Dmy.h50 const t_uchar * dir_spec);
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/chartdldr_pi/src/
H A Dchartdldrgui.cpp203 wxString dir_spec; in OnDirSelClick() local
204 …int response = PlatformDirSelectorDialog( this, &dir_spec, _("Choose Chart File Directory"), m_tcC… in OnDirSelClick()
207 m_tcChartDirectory->SetValue(dir_spec); in OnDirSelClick()
583 wxString dir_spec; in OnDirSelClick() local
584 …int response = PlatformDirSelectorDialog( this, &dir_spec, _("Choose Chart File Directory"), m_tcD… in OnDirSelClick()
587 m_tcDefaultDir->SetValue(dir_spec); in OnDirSelClick()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Core/
H A DPluginManager.cpp148 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in Initialize() local
149 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
150 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
157 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in Initialize() local
158 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
159 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
H A DDebugger.cpp565 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in InstanceInitialize() local
566 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
567 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
574 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in InstanceInitialize() local
575 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
576 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Core/
H A DPluginManager.cpp148 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in Initialize() local
149 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
150 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
157 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in Initialize() local
158 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
159 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
H A DDebugger.cpp559 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in InstanceInitialize() local
560 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
561 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
568 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in InstanceInitialize() local
569 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
570 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Core/
H A DDebugger.cpp605 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in InstanceInitialize() local
606 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
607 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
614 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in InstanceInitialize() local
615 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
616 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Core/
H A DDebugger.cpp572 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in InstanceInitialize() local
573 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
574 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
581 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in InstanceInitialize() local
582 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
583 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
H A DPluginManager.cpp148 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in Initialize() local
149 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
150 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
157 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in Initialize() local
158 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
159 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Core/
H A DDebugger.cpp565 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in InstanceInitialize() local
566 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
567 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
574 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in InstanceInitialize() local
575 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
576 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
H A DPluginManager.cpp148 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in Initialize() local
149 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
150 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
157 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in Initialize() local
158 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
159 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Core/
H A DDebugger.cpp572 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in InstanceInitialize() local
573 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
574 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
581 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in InstanceInitialize() local
582 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
583 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
H A DPluginManager.cpp148 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in Initialize() local
149 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
150 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
157 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in Initialize() local
158 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
159 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Core/
H A DPluginManager.cpp149 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in Initialize() local
150 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
151 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
158 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in Initialize() local
159 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
160 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
H A DDebugger.cpp572 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in InstanceInitialize() local
573 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
574 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
581 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in InstanceInitialize() local
582 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
583 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Core/
H A DPluginManager.cpp148 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in Initialize() local
149 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
150 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
157 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in Initialize() local
158 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
159 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
H A DDebugger.cpp572 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in InstanceInitialize() local
573 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
574 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
581 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in InstanceInitialize() local
582 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
583 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Core/
H A DPluginManager.cpp148 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in Initialize() local
149 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
150 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
157 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in Initialize() local
158 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
159 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
H A DDebugger.cpp565 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in InstanceInitialize() local
566 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
567 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
574 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in InstanceInitialize() local
575 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
576 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Core/
H A DDebugger.cpp572 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in InstanceInitialize() local
573 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
574 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
581 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in InstanceInitialize() local
582 if (FileSystem::Instance().Exists(dir_spec) && in InstanceInitialize()
583 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in InstanceInitialize()
H A DPluginManager.cpp148 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) { in Initialize() local
149 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
150 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
157 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) { in Initialize() local
158 if (FileSystem::Instance().Exists(dir_spec) && in Initialize()
159 dir_spec.GetPath(dir_path, sizeof(dir_path))) { in Initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Target/
H A DPlatform.cpp114 bool PlatformProperties::SetModuleCacheDirectory(const FileSpec &dir_spec) { in SetModuleCacheDirectory() argument
116 nullptr, ePropertyModuleCacheDirectory, dir_spec); in SetModuleCacheDirectory()
120 const FileSpec &dir_spec) { in SetDefaultModuleCacheDirectory() argument
124 f_spec_opt->SetDefaultValue(dir_spec); in SetDefaultModuleCacheDirectory()
1707 auto dir_spec = GetGlobalPlatformProperties()->GetModuleCacheDirectory(); in GetModuleCacheRoot() local
1708 dir_spec.AppendPathComponent(GetName().AsCString()); in GetModuleCacheRoot()
1709 return dir_spec; in GetModuleCacheRoot()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Target/
H A DPlatform.cpp114 bool PlatformProperties::SetModuleCacheDirectory(const FileSpec &dir_spec) { in SetModuleCacheDirectory() argument
116 nullptr, ePropertyModuleCacheDirectory, dir_spec); in SetModuleCacheDirectory()
120 const FileSpec &dir_spec) { in SetDefaultModuleCacheDirectory() argument
124 f_spec_opt->SetDefaultValue(dir_spec); in SetDefaultModuleCacheDirectory()
1707 auto dir_spec = GetGlobalPlatformProperties()->GetModuleCacheDirectory(); in GetModuleCacheRoot() local
1708 dir_spec.AppendPathComponent(GetName().AsCString()); in GetModuleCacheRoot()
1709 return dir_spec; in GetModuleCacheRoot()

123