Home
last modified time | relevance | path

Searched defs:path (Results 176 – 200 of 909) sorted by relevance

12345678910>>...37

/openbsd/usr.sbin/ypbind/
H A Dypbind.c135 char path[PATH_MAX]; in ypbindproc_domain_2x() local
334 char path[PATH_MAX]; in main() local
645 char path[PATH_MAX]; in pings() local
936 char path[PATH_MAX]; in rpc_received() local
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp118 DECLARE__REAL_AND_INTERNAL64(uptr, stat, const char *path, void *buf) { in DECLARE__REAL_AND_INTERNAL64()
122 DECLARE__REAL_AND_INTERNAL64(uptr, lstat, const char *path, void *buf) { in DECLARE__REAL_AND_INTERNAL64()
145 DECLARE__REAL_AND_INTERNAL(uptr, readlink, const char *path, char *buf, in DECLARE__REAL_AND_INTERNAL()
150 DECLARE__REAL_AND_INTERNAL(uptr, unlink, const char *path) { in DECLARE__REAL_AND_INTERNAL()
H A Dsanitizer_symbolizer_libcdep.cpp239 explicit LLVMSymbolizerProcess(const char *path) in LLVMSymbolizerProcess()
293 LLVMSymbolizer::LLVMSymbolizer(const char *path, LowLevelAllocator *allocator) in LLVMSymbolizer()
465 SymbolizerProcess::SymbolizerProcess(const char *path, bool use_posix_spawn) in SymbolizerProcess()
477 static bool IsSameModule(const char* path) { in IsSameModule()
H A Dsanitizer_bvgraph.h127 uptr findPath(uptr from, const BV &targets, uptr *path, uptr path_size) { in findPath()
144 uptr findShortestPath(uptr from, const BV &targets, uptr *path, in findShortestPath()
/openbsd/gnu/usr.bin/texinfo/lib/
H A Dtempname.c104 # define __lxstat64(version, path, buf) lstat (path, buf) argument
105 # define __xstat64(version, path, buf) stat (path, buf) argument
/openbsd/usr.bin/cvs/
H A Dbuf.c83 buf_load(const char *path) in buf_load()
212 buf_write(BUF *b, const char *path, mode_t mode) in buf_write()
H A Dadd.c184 char path[PATH_MAX]; in cvs_add_remote() local
500 char *entry, path[PATH_MAX]; in add_entry() local
/openbsd/usr.sbin/iscsid/
H A Dcontrol.c56 control_init(char *path) in control_init()
118 control_cleanup(char *path) in control_cleanup()
/openbsd/gnu/llvm/llvm/utils/lit/lit/
H A Dutil.py131 def mkdir(path): argument
154 def mkdir_p(path): argument
/openbsd/gnu/llvm/lld/ELF/
H A DLTO.cpp305 std::string path = in thinLTOCreateEmptyIndexFiles() local
348 std::string path = getThinLTOOutputFile(s); in compile() local
/openbsd/lib/libc/gen/
H A Dbasename.c25 basename(char *path) in basename()
/openbsd/usr.bin/rsync/
H A Dmkpath.c45 mkpath(char *path) in mkpath()
/openbsd/gnu/usr.bin/cvs/vms/
H A Dstat.c5 int wrapped_stat (path, buffer) in wrapped_stat() argument
/openbsd/regress/usr.bin/ssh/unittests/misc/
H A Dtest_parse.c25 char *user, *host, *path; in test_parse() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp277 PathPieces path = D.path.flatten(/*ShouldFlattenMacros=*/false); in ReportDiag() local
371 const SourceManager& SMgr, const PathPieces& path, const char *declName) { in GenerateHTML()
445 const PathPieces &path, in dumpCoverageData()
470 const PathDiagnostic &D, const PathPieces &path) { in showRelevantLinesJavascript()
541 const SourceManager& SMgr, const PathPieces& path, FileID FID, in FinalizeHTML()
770 void HTMLDiagnostics::RewriteFile(Rewriter &R, const PathPieces &path, in RewriteFile()
/openbsd/lib/libc/sys/
H A Dw_open.c23 open(const char *path, int flags, ...) in open()
/openbsd/regress/lib/libc/basename/
H A Dbasename_test.c16 char path[2 * PATH_MAX]; in main() local
/openbsd/regress/sys/kern/realpath-unmount/
H A Drealpath-chdir.c28 char *cwd, *dir, *path = NULL; in main() local
H A Drealpath-chroot.c28 char *root, *dir, *path = NULL; in main() local
/openbsd/usr.sbin/ypserv/makedbm/
H A Ddb.c47 char path[PATH_MAX]; in db_hash_list_database() local
/openbsd/regress/sys/kern/unveil-unmount/
H A Dunveil-chdir.c27 char *cwd, *dir, *file, *path = NULL; in main() local
H A Dunveil-chroot.c27 char *root, *dir, *file, *path = NULL; in main() local
H A Dunveil-perm.c27 char *perm, *dir, *file, *path = NULL; in main() local
H A Dunveil-unlink.c26 char *dir, *file, *path; in main() local
/openbsd/gnu/llvm/compiler-rt/unittests/
H A Dlit.common.unit.cfg.py34 path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH'])) variable

12345678910>>...37