Searched refs:filespec (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | DataBufferMemoryMap.cpp | 116 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/ |
| HD | SBDeclaration.cpp | 121 SBDeclaration::SetFileSpec (lldb::SBFileSpec filespec) in SetFileSpec() argument 123 if (filespec.IsValid()) in SetFileSpec() 124 ref().SetFile(filespec.ref()); in SetFileSpec()
|
| HD | SBLineEntry.cpp | 166 SBLineEntry::SetFileSpec (lldb::SBFileSpec filespec) in SetFileSpec() argument 168 if (filespec.IsValid()) in SetFileSpec() 169 ref().file = filespec.ref(); in SetFileSpec()
|
| HD | SBTarget.cpp | 220 FileSpec filespec(core_file, true); in LoadCore() local 223 &filespec)); in LoadCore()
|
| /NextBSD/contrib/ntp/sntp/unity/auto/ |
| HD | generate_module.rb | 158 files.each do |filespec| 159 file = filespec[:path]
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBDeclaration.h | 44 SetFileSpec (lldb::SBFileSpec filespec);
|
| HD | SBLineEntry.h | 51 SetFileSpec (lldb::SBFileSpec filespec);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | File.cpp | 92 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/ |
| HD | File.h | 118 File (const FileSpec& filespec,
|
| /NextBSD/contrib/groff/contrib/groffer/ |
| HD | README | 20 `groffer' bundles all filespec parameters into a single output file in
|
| HD | ChangeLog | 8 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/ |
| HD | ldlang.c | 5840 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()
|
| HD | ChangeLog-0001 | 1055 filespec. Replace section_name, sections_sorted,
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | ntp_control.c | 911 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()
|