Home
last modified time | relevance | path

Searched refs:filespec (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDataBufferMemoryMap.cpp116 DataBufferMemoryMap::MemoryMapFromFileSpec (const FileSpec* filespec, in MemoryMapFromFileSpec() argument
121 if (filespec != NULL) in MemoryMapFromFileSpec()
127 filespec->GetPath().c_str(), in MemoryMapFromFileSpec()
133 if (filespec->GetPath(path, sizeof(path))) in MemoryMapFromFileSpec()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBDeclaration.cpp121 SBDeclaration::SetFileSpec (lldb::SBFileSpec filespec) in SetFileSpec() argument
123 if (filespec.IsValid()) in SetFileSpec()
124 ref().SetFile(filespec.ref()); in SetFileSpec()
HDSBLineEntry.cpp166 SBLineEntry::SetFileSpec (lldb::SBFileSpec filespec) in SetFileSpec() argument
168 if (filespec.IsValid()) in SetFileSpec()
169 ref().file = filespec.ref(); in SetFileSpec()
HDSBTarget.cpp220 FileSpec filespec(core_file, true); in LoadCore() local
223 &filespec)); in LoadCore()
/NextBSD/contrib/ntp/sntp/unity/auto/
HDgenerate_module.rb158 files.each do |filespec|
159 file = filespec[:path]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBDeclaration.h44 SetFileSpec (lldb::SBFileSpec filespec);
HDSBLineEntry.h51 SetFileSpec (lldb::SBFileSpec filespec);
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDFile.cpp92 File::File (const FileSpec& filespec, in File() argument
104 if (filespec) in File()
106 Open (filespec.GetPath().c_str(), options, permissions); in File()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDFile.h118 File (const FileSpec& filespec,
/NextBSD/contrib/groff/contrib/groffer/
HDREADME20 `groffer' bundles all filespec parameters into a single output file in
HDChangeLog8 Produce a `groff' output and allow wild cards on filespec
12 - $_FILESPEC_ARG: New variable for storing the actual filespec
21 - whatis_filespec(): New function to print the filespec once
39 - apropos_filespec(): Handling of apropos at the filespec level.
57 filespec level for apropos or whatis.
64 filespec parameter $_OPT_SECTIONS is ignored. This differs from
70 ### wildcards in filespec arguments
1046 Remove double definition of filespec parameters.
1408 - The filespec parsers gets a function of its own do_manpage().
/NextBSD/contrib/binutils/ld/
HDldlang.c5840 lang_add_wild (struct wildcard_spec *filespec, in lang_add_wild() argument
5859 if (filespec != NULL && filespec->name != NULL) in lang_add_wild()
5861 if (strcmp (filespec->name, "*") == 0) in lang_add_wild()
5862 filespec->name = NULL; in lang_add_wild()
5863 else if (! wildcardp (filespec->name)) in lang_add_wild()
5870 if (filespec != NULL) in lang_add_wild()
5872 new->filename = filespec->name; in lang_add_wild()
5873 new->filenames_sorted = filespec->sorted == by_name; in lang_add_wild()
HDChangeLog-00011055 filespec. Replace section_name, sections_sorted,
/NextBSD/contrib/ntp/ntpd/
HDntp_control.c911 char filespec[128]; in save_config() local
950 strlcpy(filespec, reqpt, sizeof(filespec)); in save_config()
959 if (0 == strftime(filename, sizeof(filename), filespec, in save_config()
961 strlcpy(filename, filespec, sizeof(filename)); in save_config()