Searched refs:Path (Results 1 - 25 of 135) sorted by relevance

123456

/freebsd-10-stable/usr.bin/make/
H A Ddir.h54 TAILQ_HEAD(Path, PathElement);
63 struct Dir *Path_AddDir(struct Path *, const char *);
64 void Path_Clear(struct Path *);
65 void Path_Concat(struct Path *, const struct Path *);
66 void Path_Duplicate(struct Path *, const struct Path *);
67 void Path_Expand(char *, struct Path *, struct Lst *);
68 char *Path_FindFile(char *, struct Path *);
69 char *Path_MakeFlags(const char *, const struct Path *);
[all...]
H A Darch.h48 struct Path;
58 void Arch_FindLib(struct GNode *, struct Path *);
H A Dsuff.h45 struct Path;
52 struct Path *Suff_GetPath(char *);
H A Dglobals.h52 struct Path;
61 extern struct Path dirSearchPath;
64 extern struct Path parseIncPath;
67 extern struct Path sysIncPath;
/freebsd-10-stable/contrib/bmake/
H A Ddir.h81 typedef struct Path { struct
87 } Path; typedef in typeref:struct:Path
99 Path *Dir_AddDir(Lst, const char *);
H A Ddir.c94 * Dir_InitCur Set the cur Path.
96 * Dir_InitDot Set the dot Path.
151 * A search path consists of a Lst of Path structures. A Path structure
183 * 3) record the mtime of the directory in the Path structure and
233 static Path *dot; /* contents of current directory */
234 static Path *cur; /* contents of current directory, if not dot */
235 static Path *dotLast; /* a fake path entry indicating we need to
250 static int DirMatchFiles(const char *, Path *, Lst);
255 static char *DirLookup(Path *, cons
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm-c/
H A DBitWriter.h38 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DFileSystemStatCache.cpp16 #include "llvm/Support/Path.h"
52 bool FileSystemStatCache::get(const char *Path, FileData &Data, bool isFile, argument
59 R = Cache->getStat(Path, Data, isFile, FileDescriptor);
64 if (llvm::sys::fs::status(Path, Status)) {
78 llvm::error_code EC = llvm::sys::fs::openFileForRead(Path, *FileDescriptor);
120 MemorizeStatCalls::getStat(const char *Path, FileData &Data, bool isFile, argument
122 LookupResult Result = statChained(Path, Data, isFile, FileDescriptor);
132 if (!Data.IsDirectory || llvm::sys::path::is_absolute(Path))
133 StatCalls[Path] = Data;
H A DVersion.cpp93 std::string Path = getClangRepositoryPath(); local
95 if (!Path.empty() || !Revision.empty()) {
97 if (!Path.empty())
98 OS << Path; local
100 if (!Path.empty())
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileSystemStatCache.h62 static bool get(const char *Path, FileData &Data, bool isFile,
80 virtual LookupResult getStat(const char *Path, FileData &Data, bool isFile,
83 LookupResult statChained(const char *Path, FileData &Data, bool isFile, argument
86 return Next->getStat(Path, Data, isFile, FileDescriptor);
90 return get(Path, Data, isFile, FileDescriptor, 0) ? CacheMissing
109 virtual LookupResult getStat(const char *Path, FileData &Data, bool isFile,
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp19 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { argument
21 raw_fd_ostream OS(Path, ErrorInfo, sys::fs::F_Binary);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/
H A DFileMatchTrie.cpp17 #include "llvm/Support/Path.h"
57 if (Path.empty()) {
59 Path = NewPath;
63 // This is a leaf, ignore duplicate entry if 'Path' equals 'NewPath'.
64 if (NewPath == Path)
66 // Make this a node and create a child-leaf with 'Path'.
68 StringRef(Path).drop_back(ConsumedLength)));
69 Children[Element].Path = Path;
102 if (Comparator.equivalent(StringRef(Path), FileNam
154 std::string Path; member in class:clang::tooling::FileMatchTrieNode
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c987 NULL, _("Path '%s' exists, but is excluded"),
993 _("Path '%s' already exists"),
1048 _("Path '%s' already exists as unversioned node"),
1070 _("Path '%s' is not a directory"),
1080 _("Path '%s' is not a directory"),
1119 _("Path '%s' does not exist"),
1134 /* Path-specific state used as part of path_driver_cb_baton. */
1303 _("Path '%s' already exists, but is not a "
1344 _("Path '%s' already exists, but is not a directory"),
1693 _("Path '
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearchOptions.h48 std::string Path; member in struct:clang::HeaderSearchOptions::Entry
59 : Path(path), Group(group), IsFramework(isFramework),
150 /// AddPath - Add the \p Path path to the specified \p Group list.
151 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, argument
153 UserEntries.push_back(Entry(Path, Group, IsFramework, IgnoreSysRoot));
/freebsd-10-stable/sys/contrib/dev/acpica/common/
H A Ddmextern.c104 char *Path);
108 char *Path,
157 * Path - Path with parent prefix
169 char *Path)
207 while (Node && (*Path == (UINT8) AML_PARENT_PREFIX))
210 Path++;
226 Length = (strlen (ParentPath) + strlen (Path) + 1);
231 * for the required dot separator (ParentPath.Path)
251 * parent fullpath "\_SB_", Path "
167 AcpiDmNormalizeParentPrefix( ACPI_PARSE_OBJECT *Op, char *Path) argument
509 AcpiDmAddOpToExternalList( ACPI_PARSE_OBJECT *Op, char *Path, UINT8 Type, UINT32 Value, UINT16 Flags) argument
699 AcpiDmAddPathToExternalList( char *Path, UINT8 Type, UINT32 Value, UINT16 Flags) argument
[all...]
H A Dadwalk.c364 char *Path; local
408 NULL, &Path);
409 AcpiOsPrintf ("%s %p", Path, Op->Common.Node);
410 ACPI_FREE (Path);
480 NULL, &Path);
482 Op->Common.AmlOpName, Path);
483 ACPI_FREE (Path);
622 char *Path = NULL; local
649 Path = (char *) Op->Named.Path;
759 char *Path = NULL; local
[all...]
/freebsd-10-stable/sys/contrib/dev/acpica/components/utilities/
H A Duteval.c58 * Path - Path to object from starting node
75 const char *Path,
96 Info->RelativePathname = Path;
106 AcpiUtGetNodeName (PrefixNode), Path));
111 PrefixNode, Path, Status);
124 PrefixNode, Path, AE_NOT_EXIST);
179 PrefixNode, Path, AE_TYPE);
183 Path, AcpiUtGetObjectTypeName (Info->ReturnObject),
73 AcpiUtEvaluateObject( ACPI_NAMESPACE_NODE *PrefixNode, const char *Path, UINT32 ExpectedReturnBtypes, ACPI_OPERAND_OBJECT **ReturnDesc) argument
/freebsd-10-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsaccess.c301 char *Path = Pathname; local
382 Path = "";
402 if (*Path == (UINT8) AML_ROOT_PREFIX)
411 Path++;
414 "Path is absolute from root [%p]\n", ThisNode));
430 while (*Path == (UINT8) AML_PARENT_PREFIX)
440 Path++;
451 "%s: Path has too many parent prefixes (^) "
478 switch (*Path)
502 Path
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DCXXInheritance.cpp30 for (paths_iterator Path = begin(), PathEnd = end(); Path != PathEnd; ++Path)
31 Decls.insert(Path->Decls.front());
375 CXXBasePath &Path,
384 CXXBasePath &Path,
394 CXXBasePath &Path,
400 for (Path.Decls = BaseRecord->lookup(N);
401 !Path.Decls.empty();
402 Path
374 FindBaseClass(const CXXBaseSpecifier *Specifier, CXXBasePath &Path, void *BaseRecord) argument
383 FindVirtualBaseClass(const CXXBaseSpecifier *Specifier, CXXBasePath &Path, void *BaseRecord) argument
393 FindTagMember(const CXXBaseSpecifier *Specifier, CXXBasePath &Path, void *Name) argument
410 FindOrdinaryMember(const CXXBaseSpecifier *Specifier, CXXBasePath &Path, void *Name) argument
429 FindNestedNameSpecifierMember(const CXXBaseSpecifier *Specifier, CXXBasePath &Path, void *Name) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftVBTables.cpp34 /// Path is not really a full path like a CXXBasePath. It holds the subset of
37 llvm::SmallVector<const CXXRecordDecl *, 1> Path; member in struct:clang::CodeGen::VBTablePath
52 P->VBInfo.GV = getAddrOfVBTable(P->VBInfo.ReusingBase, P->Path);
116 assert(Paths[I]->Path != Paths[I - 1]->Path && "vbtable paths are not unique");
122 return LHS->Path < RHS->Path;
128 P->Path.push_back(P->NextBase);
150 } while (I != E && PathsSorted[BucketStart]->Path == PathsSorted[I]->Path);
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DFileSystem.h285 inline error_code create_directories(const Twine &Path) { argument
287 return create_directories(Path, Existed);
300 inline error_code create_directory(const Twine &Path) { argument
302 return create_directory(Path, Existed);
339 inline error_code remove(const Twine &Path) { argument
341 return remove(Path, Existed);
355 inline error_code remove_all(const Twine &Path) { argument
357 return remove_all(Path, Removed);
403 /// @param Path Input path.
405 bool can_execute(const Twine &Path);
460 is_directory(const Twine &Path) argument
482 is_regular_file(const Twine &Path) argument
539 file_size(const Twine &Path, uint64_t &Result) argument
793 std::string Path; member in class:llvm::sys::fs::directory_entry
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/
H A DSpecialCaseList.h61 /// Parses the special case list from a file. If Path is empty, returns
64 static SpecialCaseList *create(const StringRef Path, std::string &Error);
70 static SpecialCaseList *createOrDie(const StringRef Path);
/freebsd-10-stable/sys/contrib/dev/acpica/os_specific/service_layers/
H A Doslibcfs.c56 * PARAMETERS: Path - File path
68 const char *Path,
92 File = fopen (Path, ModesStr);
67 AcpiOsOpenFile( const char *Path, UINT8 Modes) argument
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DIntervalMap.cpp19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) {
25 NodeRef Path::getLeftSibling(unsigned Level) const {
48 void Path::moveLeft(unsigned Level) {
75 NodeRef Path::getRightSibling(unsigned Level) const {
98 void Path::moveRight(unsigned Level) {
/freebsd-10-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c155 char *Path; local
184 Path = AcpiPsGetNextNamestring (&WalkState->ParserState);
202 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
212 AcpiDmAddOpToExternalList (Op, Path, ACPI_TYPE_DEVICE, 0, 0);
213 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
220 ACPI_ERROR_NAMESPACE (Path, Status);
355 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
390 ACPI_ERROR_NAMESPACE (Path, Status);
413 Op->Named.Path = ACPI_CAST_PTR (UINT8, Path);
[all...]

Completed in 185 milliseconds

123456