| /trueos/usr.sbin/pkg_install/add/ |
| HD | extract.c | 141 Directory = (char *)home; in extract_plist() 157 printf("extract: %s/%s\n", Directory, p->name); in extract_plist() 162 snprintf(try, FILENAME_MAX, "%s/%s", Directory, p->name); in extract_plist() 182 PUSHOUT(Directory); in extract_plist() 193 if (last_chdir != Directory) { in extract_plist() 195 PUSHOUT(Directory); in extract_plist() 199 last_chdir = Directory; in extract_plist() 202 PUSHOUT(Directory); in extract_plist() 227 PUSHOUT(Directory); in extract_plist() 233 Directory = p->name; in extract_plist() [all …]
|
| HD | add.h | 38 extern char *Directory;
|
| /trueos/contrib/llvm/tools/clang/include/clang/Tooling/ |
| HD | CompilationDatabase.h | 45 CompileCommand(Twine Directory, ArrayRef<std::string> CommandLine) in CompileCommand() 46 : Directory(Directory.str()), CommandLine(CommandLine) {} in CompileCommand() 49 std::string Directory; member 145 virtual CompilationDatabase *loadFromDirectory(StringRef Directory, 182 Twine Directory = "."); 186 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine);
|
| /trueos/contrib/llvm/tools/clang/lib/Tooling/ |
| HD | CompilationDatabase.cpp | 59 findCompilationDatabaseFromDirectory(StringRef Directory, in findCompilationDatabaseFromDirectory() argument 63 while (!Directory.empty()) { in findCompilationDatabaseFromDirectory() 67 CompilationDatabase::loadFromDirectory(Directory, LoadErrorMessage)) in findCompilationDatabaseFromDirectory() 71 ErrorStream << "No compilation database found in " << Directory.str() in findCompilationDatabaseFromDirectory() 76 Directory = llvm::sys::path::parent_path(Directory); in findCompilationDatabaseFromDirectory() 86 StringRef Directory = llvm::sys::path::parent_path(AbsolutePath); in autoDetectFromSource() local 88 CompilationDatabase *DB = findCompilationDatabaseFromDirectory(Directory, in autoDetectFromSource() 283 Twine Directory) { in loadFromCommandLine() argument 293 return new FixedCompilationDatabase(Directory, StrippedArgs); in loadFromCommandLine() 297 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine) { in FixedCompilationDatabase() argument [all …]
|
| HD | JSONCompilationDatabase.cpp | 122 StringRef Directory, std::string &ErrorMessage) { in loadFromDirectory() argument 123 SmallString<1024> JSONDatabasePath(Directory); in loadFromDirectory() 255 llvm::yaml::ScalarNode *Directory = NULL; in parse() local 280 Directory = ValueString; in parse() 299 if (!Directory) { in parse() 309 Directory->getValue(DirectoryStorage)); in parse() 316 CompileCommandRef(Directory, Command)); in parse()
|
| /trueos/contrib/llvm/lib/Transforms/Instrumentation/ |
| HD | DebugIR.cpp | 160 StringRef Directory; member in __anond1fb8f2c0111::DIUpdater 172 StringRef Directory = StringRef(), const Module *DisplayM = 0, in DIUpdater() argument 175 Finder(), Filename(Filename), Directory(Directory), FileNode(0), in DIUpdater() 294 Builder.createCompileUnit(dwarf::DW_LANG_C99, Filename, Directory, in createCompileUnit() 301 FileNode = Builder.createFile(Filename, Directory); in createCompileUnit() 457 bool getSourceInfoFromModule(const Module &M, std::string &Directory, in getSourceInfoFromModule() argument 466 Directory = StringRef(Path.data(), Path.size()); in getSourceInfoFromModule() 472 bool getSourceInfoFromDI(const Module &M, std::string &Directory, in getSourceInfoFromDI() argument 483 Directory = CU.getDirectory(); in getSourceInfoFromDI() 492 ParsedPath = getSourceInfoFromDI(M, Directory, Filename) || in getSourceInfo() [all …]
|
| HD | DebugIR.h | 34 std::string Directory; variable 51 llvm::StringRef Directory, llvm::StringRef Filename) in DebugIR() argument 54 HideDebugMetadata(HideDebugMetadata), Directory(Directory), in DebugIR()
|
| /trueos/contrib/ntp/ |
| HD | README | 6 The ntp Distribution Base Directory 52 adjtimed Directory containing the sources for the adjtime daemon 55 authstuff Directory containing sources for miscellaneous programs 64 clockstuff Directory containing sources for miscellaneous programs 71 conf Directory containing a motley collection of 92 html Directory containing a complete set of documentation on 99 include Directory containing include header files used by most 104 kernel Directory containing sources for kernel programs such as 108 libntp Directory containing library source code used by most 111 ntpdate Directory containing sources for a program to set the [all …]
|
| /trueos/contrib/llvm/lib/MC/ |
| HD | MCContext.cpp | 337 unsigned MCContext::GetDwarfFile(StringRef Directory, StringRef FileName, in GetDwarfFile() argument 358 if (Directory.empty()) { in GetDwarfFile() 362 Directory = sys::path::parent_path(FileName); in GetDwarfFile() 363 if (!Directory.empty()) in GetDwarfFile() 371 if (Directory.empty()) { in GetDwarfFile() 377 if (Directory == MCDwarfDirs[DirIndex]) in GetDwarfFile() 381 char *Buf = static_cast<char *>(Allocate(Directory.size())); in GetDwarfFile() 382 memcpy(Buf, Directory.data(), Directory.size()); in GetDwarfFile() 383 MCDwarfDirs.push_back(StringRef(Buf, Directory.size())); in GetDwarfFile()
|
| HD | MCAsmStreamer.cpp | 209 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, 817 bool MCAsmStreamer::EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, in EmitDwarfFileDirective() argument 819 if (!UseDwarfDirectory && !Directory.empty()) { in EmitDwarfFileDirective() 823 SmallString<128> FullPathName = Directory; in EmitDwarfFileDirective() 830 if (!Directory.empty()) { in EmitDwarfFileDirective() 831 PrintQuotedString(Directory, OS); in EmitDwarfFileDirective() 839 return this->MCStreamer::EmitDwarfFileDirective(FileNo, Directory, Filename, in EmitDwarfFileDirective()
|
| HD | MCNullStreamer.cpp | 93 virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, in EmitDwarfFileDirective() argument
|
| /trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | HTMLDiagnostics.cpp | 39 std::string Directory; member in __anon0a70c81f0111::HTMLDiagnostics 73 : Directory(prefix), createdDir(false), noDir(false), PP(pp) { in HTMLDiagnostics() 104 llvm::sys::fs::create_directories(Directory, existed)) { in ReportDiag() 106 << Directory << "': " << ec.message() << '\n'; in ReportDiag() 252 llvm::sys::path::append(Model, Directory, "report-%%%%%%.html"); in ReportDiag() 256 llvm::errs() << "warning: could not create file in '" << Directory in ReportDiag()
|
| /trueos/usr.sbin/bsdconfig/share/media/ |
| HD | directory.subr | 86 # Initializes the Directory media device. Returns success if the directory path 94 f_dprintf "Init routine called for Directory device. path=[%s]" \ 101 f_dprintf "Directory device already checked." 140 # Shuts down the Directory device. Return status should be ignored.
|
| /trueos/release/doc/ |
| HD | README | 57 Directory for multi-architecture release notes files. 62 Directory for multi-architecture hardware notes files. 67 Directory for multi-architecture installation notes files. 77 Directory for errata document. 80 Directory for (introductory) document.
|
| /trueos/contrib/amd/ |
| HD | ldap-id.ms | 38 Directory services such as X.500 [X500] or LDAP [RFC2251] are a natural 50 Directory servers implementing this schema SHOULD maintain the 271 M. Wahl, T. Howes, S. Kille, "Lightweight Directory Access 275 M. Wahl, A. Coulbeck, T. Howes, S. Kille, "Lightweight Directory 280 M. Wahl, S. Kille, T. Howes, "Lightweight Directory Access
|
| HD | ldap-id.txt | 23 Directory services such as X.500 [X500] or LDAP [RFC2251] are a natural choice of 33 Directory servers implementing this schema SHOULD maintain the modifyTimestamp 292 M. Wahl, T. Howes, S. Kille, "Lightweight Directory Access 308 M. Wahl, A. Coulbeck, T. Howes, S. Kille, "Lightweight Directory 313 M. Wahl, S. Kille, T. Howes, "Lightweight Directory Access
|
| /trueos/usr.sbin/pkg_install/delete/ |
| HD | delete.h | 31 extern char *Directory;
|
| /trueos/contrib/llvm/tools/clang/lib/Lex/ |
| HD | HeaderSearch.cpp | 361 if (CacheEntry.Directory && CacheEntry.Directory != getFrameworkDir()) in DoFrameworkLookup() 380 if (CacheEntry.Directory == 0) { in DoFrameworkLookup() 389 CacheEntry.Directory = getFrameworkDir(); in DoFrameworkLookup() 733 if (CacheLookup.getValue().Directory && in LookupSubframeworkHeader() 740 if (CacheLookup.getValue().Directory == 0) { in LookupSubframeworkHeader() 749 CacheLookup.getValue().Directory = Dir; in LookupSubframeworkHeader()
|
| HD | ModuleMap.cpp | 843 const DirectoryEntry *Directory; member in clang::ModuleMapParser 894 const DirectoryEntry *Directory, in ModuleMapParser() argument 898 Directory(Directory), BuiltinIncludeDir(BuiltinIncludeDir), in ModuleMapParser() 1343 inferFrameworkLink(ActiveModule, Directory, SourceMgr.getFileManager()); in parseModuleDecl() 1386 ModuleMapFileName += Directory->getName(); in parseExternModuleDecl() 1501 PathName = Directory->getName(); in parseHeaderDecl() 1526 BuiltinIncludeDir && BuiltinIncludeDir != Directory && in parseHeaderDecl() 1611 PathName = Directory->getName(); in parseUmbrellaDirDecl() 1914 Map.InferredDirectories[Directory].InferModules = true; in parseInferredModuleDecl() 1915 Map.InferredDirectories[Directory].InferSystemModules = Attrs.IsSystem; in parseInferredModuleDecl() [all …]
|
| /trueos/usr.sbin/bsdconfig/usermgmt/include/ |
| HD | messages.subr | 44 msg_create_home_directory="Create Home Directory" 48 msg_delete_home_directory="Delete Home Directory" 79 msg_home_directory="Home Directory"
|
| /trueos/share/info/ |
| HD | dir-tmpl | 8 This (the Directory node) gives a menu of major topics.
|
| /trueos/contrib/llvm/include/llvm/Transforms/ |
| HD | Instrumentation.h | 116 StringRef Directory = StringRef(),
|
| /trueos/crypto/heimdal/lib/wind/ |
| HD | rfc4518.txt | 12 Lightweight Directory Access Protocol (LDAP): 29 The previous Lightweight Directory Access Protocol (LDAP) technical 40 A Lightweight Directory Access Protocol (LDAP) [RFC4510] matching 442 [RFC4510] Zeilenga, K., "Lightweight Directory Access Protocol 455 [RFC4517] Legg, S., Ed., "Lightweight Directory Access Protocol 482 Directory -- Overview of concepts, models and 487 Directory -- Models," X.501(1993) (also ISO/IEC 9594- 492 Directory: Selected Attribute Types", X.520(1993) (also 511 [RFC3377] Hodges, J. and R. Morgan, "Lightweight Directory Access 515 [RFC4515] Smith, M., Ed. and T. Howes, "Lightweight Directory
|
| /trueos/contrib/tcsh/nls/C/ |
| HD | set1 | 30 27 Directory stack not that deep 71 68 Directory stack empty
|
| /trueos/usr.sbin/bsdconfig/timezone/share/ |
| HD | continents.subr | 58 # Directory name of each continent/ocean (in _PATH_ZONEINFO) 94 # name Directory name of continent/ocean as it appears in
|