Searched refs:path (Results 26 - 50 of 1876) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/clang/tools/scan-build-py/libexec/
H A Dintercept-cc8 import os.path
9 this_dir = os.path.dirname(os.path.realpath(__file__))
10 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
H A Danalyze-c++8 import os.path
9 this_dir = os.path.dirname(os.path.realpath(__file__))
10 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
H A Danalyze-cc8 import os.path
9 this_dir = os.path.dirname(os.path.realpath(__file__))
10 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/bin/
H A Dintercept-build9 import os.path
10 this_dir = os.path.dirname(os.path.realpath(__file__))
11 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
H A Danalyze-build9 import os.path
10 this_dir = os.path.dirname(os.path.realpath(__file__))
11 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
H A Dscan-build9 import os.path
10 this_dir = os.path.dirname(os.path.realpath(__file__))
11 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
/openbsd-current/gnu/usr.bin/perl/dist/I18N-LangTags/
H A DMakefile.PL22 my($self, $path) = @_;
23 return '' if $path =~ m/~/;
24 $path;
/openbsd-current/lib/libc/compat-43/
H A Dcreat.c34 creat(const char *path, mode_t mode) argument
36 return(open(path, O_WRONLY|O_CREAT|O_TRUNC, mode));
/openbsd-current/gnu/llvm/lld/include/lld/Common/
H A DFilesystem.h16 void unlinkAsync(StringRef path);
17 std::error_code tryCreateFile(StringRef path);
/openbsd-current/gnu/llvm/libcxx/include/__filesystem/
H A Doperations.h20 #include <__filesystem/path.h>
37 _LIBCPP_FUNC_VIS path __absolute(const path&, error_code* __ec = nullptr);
38 _LIBCPP_FUNC_VIS path __canonical(const path&, error_code* __ec = nullptr);
39 _LIBCPP_FUNC_VIS bool __copy_file(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr);
40 _LIBCPP_FUNC_VIS void __copy_symlink(const path& __existing_symlink, const path& __new_symlink, error_code* __ec = nullptr);
41 _LIBCPP_FUNC_VIS void __copy(const path
[all...]
/openbsd-current/lib/libc/gen/
H A Ddirname.c27 dirname(char *path) argument
34 if (path == NULL || *path == '\0') {
41 endp = path + strlen(path) - 1;
42 while (endp > path && *endp == '/')
46 while (endp > path && *endp != '/')
50 if (endp == path) {
58 } while (endp > path && *endp == '/');
61 len = endp - path
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dprefix.h28 extern char *update_path (const char *path, const char *key);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dprefix.h28 extern char *update_path PARAMS ((const char *path, const char *key));
/openbsd-current/gnu/usr.bin/perl/vos/
H A Dvosish.h12 extern int truncate (const char *path, off_t len);
/openbsd-current/regress/sbin/isakmpd/common/
H A Dmonitor.c10 monitor_open(const char *path, int flags, mode_t mode) argument
/openbsd-current/libexec/ld.so/
H A Dpath.h1 /* $OpenBSD: path.h,v 1.2 2017/01/23 11:04:19 guenther Exp $ */
24 void _dl_free_path(char **path);
/openbsd-current/gnu/llvm/llvm/utils/lit/tests/Inputs/py-config-discovery/
H A Dlit.site.cfg.py3 config.test_exec_root = os.path.dirname(__file__)
4 config.test_source_root = os.path.join(os.path.dirname(config.test_exec_root), "discovery")
5 lit_config.load_config(config, os.path.join(config.test_source_root, "lit.cfg"))
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc132 const char *path = (const char *)path_;
133 if (path) {
134 PRE_READ(path, __sanitizer::internal_strlen(path) + 1);
140 const char *path = (const char *)path_;
141 if (path) {
142 POST_READ(path, __sanitizer::internal_strlen(path) + 1);
162 const char *path = (const char *)path_;
164 if (path) {
[all...]
/openbsd-current/gnu/llvm/lldb/
H A Duse_lldb_suite_root.py7 third_party_modules_dir = os.path.join(
9 if not os.path.isdir(third_party_modules_dir):
14 module_dir = os.path.join(third_party_modules_dir, module_dir)
15 sys.path.insert(0, module_dir)
19 packages_dir = os.path.join(lldb_root, "packages", "Python")
20 sys.path.insert(0, packages_dir)
22 lldb_root = os.path.dirname(inspect.getfile(inspect.currentframe()))
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBReproducer.h43 static const char *Capture(const char *path);
44 static const char *Replay(const char *path);
45 static const char *Replay(const char *path, bool skip_version_check);
46 static const char *Replay(const char *path, const SBReplayOptions &options);
47 static const char *PassiveReplay(const char *path);
48 static const char *Finalize(const char *path);
58 static void SetWorkingDirectory(const char *path);
/openbsd-current/lib/libc/stdlib/
H A Dmkstemp.c26 mkstemp_cb(const char *path, int flags) argument
29 return open(path, flags, S_IRUSR|S_IWUSR);
33 mkostemps(char *path, int slen, int flags) argument
39 return __mktemp4(path, slen, flags, mkstemp_cb);
43 mkostemp(char *path, int flags) argument
49 return __mktemp4(path, 0, flags, mkstemp_cb);
54 mkstemp(char *path) argument
56 return __mktemp4(path, 0, 0, mkstemp_cb);
61 mkstemps(char *path, int slen) argument
63 return __mktemp4(path, sle
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/FileCache/t/
H A D01open.t12 for my $path ( @files ){
13 cacheout $path;
14 print $path "$path 1\n";
15 close $path;
/openbsd-current/regress/usr.bin/ssh/unittests/misc/
H A Dtest_parse.c25 char *user, *host, *path; local
28 ASSERT_INT_EQ(parse_user_host_path("someuser@some.host:some/path",
29 &user, &host, &path), 0);
32 ASSERT_STRING_EQ(path, "some/path");
33 free(user); free(host); free(path);
37 ASSERT_INT_EQ(parse_user_host_path("someuser@1.22.33.144:some/path",
38 &user, &host, &path), 0);
41 ASSERT_STRING_EQ(path, "some/path");
[all...]
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dutil.py7 def which(cmd, mode=os.F_OK | os.X_OK, path=None):
8 """Given a command, mode, and a PATH string, return the path which
12 `mode` defaults to os.F_OK | os.X_OK. `path` defaults to the result
14 path.
21 return (os.path.exists(fn) and os.access(fn, mode)
22 and not os.path.isdir(fn))
24 # If we're given a path with a directory part, look it up directly rather
27 if os.path.dirname(cmd):
32 if path is None:
33 path
[all...]
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBReproducer.cpp65 const char *SBReproducer::Capture(const char *path) { argument
66 LLDB_INSTRUMENT_VA(path)
70 const char *SBReproducer::PassiveReplay(const char *path) { argument
71 LLDB_INSTRUMENT_VA(path)
75 const char *SBReproducer::Replay(const char *path) { argument
76 LLDB_INSTRUMENT_VA(path)
80 const char *SBReproducer::Replay(const char *path, bool skip_version_check) { argument
81 LLDB_INSTRUMENT_VA(path, skip_version_check)
85 const char *SBReproducer::Replay(const char *path, argument
87 LLDB_INSTRUMENT_VA(path, option
91 Finalize(const char *path) argument
111 SetWorkingDirectory(const char *path) argument
[all...]

Completed in 321 milliseconds

1234567891011>>