Home
last modified time | relevance | path

Searched refs:filepath (Results 1 – 22 of 22) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/filecheck_lint/
H A Dfilecheck_lint.py112 filepath: pathlib.Path
119 filepath: pathlib.Path,
124 self.filepath = filepath
181 filepath: pathlib.Path,
230 yield Diagnostic(filepath, filerange, potential_directive, best_match)
238 for filepath in argv[1:]:
239 logging.info('Checking %s', filepath)
240 with open(filepath, 'rt') as f:
244 pathlib.Path(filepath),
/openbsd-src/usr.bin/libtool/LT/
H A DArchive.pm45 sub get_symbollist($self, $filepath, $regex, $objlist)
52 tsay {"generating symbol list in file: $filepath"};
70 open(my $fh, '>', $filepath) or die "Cannot open $filepath\n";
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dhardlink.c49 lookup_file_by_inode (filepath) in lookup_file_by_inode() argument
50 const char *filepath; in lookup_file_by_inode()
57 file = strrchr (filepath, '/');
61 file = (char *) filepath;
99 p = findnode ((List *) hp->data, filepath);
104 p->key = xstrdup (filepath);
/openbsd-src/regress/lib/libtls/signer/
H A Dsignertest.c58 char *filepath; in load_file() local
65 if (asprintf(&filepath, "%s/%s", cert_path, filename) == -1) in load_file()
67 if ((fd = open(filepath, O_RDONLY)) == -1) in load_file()
68 err(1, "failed to open '%s'", filepath); in load_file()
70 err(1, "failed to stat '%s'", filepath); in load_file()
72 err(1, "file size invalid for '%s'", filepath); in load_file()
78 err(1, "failed to read '%s'", filepath); in load_file()
84 free(filepath); in load_file()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp67 const char *StripPathPrefix(const char *filepath, in StripPathPrefix() argument
69 if (!filepath) return nullptr; in StripPathPrefix()
70 if (!strip_path_prefix) return filepath; in StripPathPrefix()
71 const char *res = filepath; in StripPathPrefix()
72 if (const char *pos = internal_strstr(filepath, strip_path_prefix)) in StripPathPrefix()
H A Dsanitizer_win.cpp488 const char *filepath; member
512 module_infos[i].filepath = modules[i].full_name(); in DumpProcessMap()
523 mi.filepath[0] ? mi.filepath : "[no name]"); in DumpProcessMap()
524 } else if (mi.filepath[0]) { in DumpProcessMap()
525 Printf("\t??\?-??? %s\n", mi.filepath); in DumpProcessMap()
H A Dsanitizer_common.h263 const char *StripPathPrefix(const char *filepath,
/openbsd-src/regress/lib/libcrypto/certs/
H A Dverify_test.go58 rootsPEM, err := ioutil.ReadFile(filepath.Join(test.id, "roots.pem"))
62 bundlePEM, err := ioutil.ReadFile(filepath.Join(test.id, "bundle.pem"))
/openbsd-src/gnu/llvm/llvm/tools/sancov/
H A Dcoverage-report-server.py154 filepath = os.path.join(self.src_path, filename)
155 if not os.path.exists(filepath):
166 with open(filepath, 'r', encoding='utf8') as f:
/openbsd-src/usr.sbin/rbootd/
H A Drmpproto.c278 char *filename, filepath[RMPBOOTDATA+1]; in SendBootRepl() local
308 dst1 = filepath; in SendBootRepl()
329 if ((filename = strrchr(filepath,'/')) != NULL) in SendBootRepl()
332 filename = filepath; in SendBootRepl()
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Cygwin.pm127 my $filepath = Cygwin::posix_to_win_path($file, 1);
129 return (substr($filepath,0,length($cygpath)) eq $cygpath)
/openbsd-src/usr.sbin/rpki-client/
H A Drepo.c118 struct filepath {
119 RB_ENTRY(filepath) entry;
126 filepathcmp(const struct filepath *a, const struct filepath *b) in filepathcmp()
131 RB_PROTOTYPE(filepath_tree, filepath, entry, filepathcmp);
140 struct filepath *fp, *rfp; in filepath_add()
168 static struct filepath * in filepath_find()
171 struct filepath needle = { .file = file }; in filepath_find()
191 struct filepath *fp; in filepath_valid()
202 filepath_put(struct filepath_tree *tree, struct filepath *f in filepath_put()
117 struct filepath { global() struct
125 talmaskfilepath filepathcmp() argument
[all...]
H A Dextern.h594 struct filepath;
595 RB_HEAD(filepath_tree, filepath);
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
H A DInstall.pm1047 my($filepath,$libdir,$verbose,$dry_run,$ignore,$results) = @_;
1050 my $file = (File::Spec->splitpath($filepath))[2];
1075 my $diff = _compare($filepath,$targetfile);
1084 $results->{uninstall}{$targetfile} = $filepath;
1101 $results->{uninstall}{$targetfile} = $filepath;
1104 $results->{fail_uninstall}{$targetfile} = $filepath;
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/formats/
H A Dbase.py22 filepath = os.path.join(source_path, filename)
23 if not os.path.isdir(filepath):
/openbsd-src/gnu/llvm/llvm/utils/gn/build/
H A Dwrite_file.py16 with open(args.filepath, 'w') as f:
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/
H A Dformat.py201 filepath = os.path.join(sourcePath, filename)
202 if not os.path.isdir(filepath):
/openbsd-src/regress/lib/libcrypto/c2sp/
H A Dcctv.go188 b, err := ioutil.ReadFile(filepath.Join(testVectorPath, ed25519Json))
/openbsd-src/regress/lib/libcrypto/wycheproof/
H A Dwycheproof.go85 "path/filepath"
2656 fmt.Printf("Loaded Wycheproof test vectors for %v with %d tests from %q\n", wtv.Algorithm, wtv.NumberOfTests, filepath.Base(path))
2770 tvs, err := filepath.Glob(filepath.Join(testVectorPath, test.pattern))
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6453 std::string filepath = module_sp->GetFileSpec().GetPath();
6454 all_image_infos_payload.PutRawBytes(filepath.data(), filepath.size() + 1);
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A DChangeLog-00011462 <letter>: filepath prefix.
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-00011462 <letter>: filepath prefix.