Searched refs:Dirname (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/ntp/sntp/libopts/ |
| H A D | gettext.h | 88 # define bindtextdomain(Domainname, Dirname) \ argument 89 ((void) (Domainname), (const char *) (Dirname))
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 87 enum FileKind { FileError = 0, Basename, Dirname, Fullpath }; enumerator 98 Definition("dirname", EntryType::ParentNumber, FileKind::Dirname), 628 case FileKind::Dirname: in DumpFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 10361 const StringRef &Dirname = llvm::sys::path::filename(Dir); in CodeCompleteIncludedFile() local 10362 const bool isQt = Dirname.starts_with("Qt") || Dirname == "ActiveQt"; in CodeCompleteIncludedFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6237 auto Dirname = ResolveImportedPath(PathBuf, Blob, F); in ReadSubmoduleBlock() local 6239 PP.getFileManager().getOptionalDirectoryRef(*Dirname)) { in ReadSubmoduleBlock()
|