Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 25 of 66) sorted by relevance

123

/openbsd-src/gnu/usr.bin/perl/ext/File-Find/t/
H A Dfind.t34 file_path
114 unlink file_path('fa', 'fa_ord'),
115 file_path('fa', 'fsl'),
116 file_path('fa', 'faa', 'faa_ord'),
117 file_path('fa', 'fab', 'fab_ord'),
118 file_path('fa', 'fab', 'faba', 'faba_ord'),
119 file_path('fa', 'fac', 'faca'),
120 file_path('fb', 'fb_ord'),
121 file_path('fb', 'fba', 'fba_ord'),
122 file_path('f
[all...]
H A Dtaint.t30 file_path
120 unlink file_path('fa_taint', 'fa_ord'),
121 file_path('fa_taint', 'fsl'),
122 file_path('fa_taint', 'faa', 'faa_ord'),
123 file_path('fa_taint', 'fab', 'fab_ord'),
124 file_path('fa_taint', 'fab', 'faba', 'faba_ord'),
125 file_path('fb_taint', 'fb_ord'),
126 file_path('fb_taint', 'fba', 'fba_ord');
186 *file_path_name = \&file_path;
197 create_file_ok( file_path('fb_tain
[all...]
/openbsd-src/usr.bin/cvs/
H A Dupdate.c199 cvs_log(LP_TRACE, "cvs_update_enterdir(%s)", cf->file_path); in cvs_update_enterdir()
205 cvs_mkpath(cf->file_path, cvs_specified_tag != NULL ? in cvs_update_enterdir()
209 if ((cf->fd = open(cf->file_path, O_RDONLY)) == -1) in cvs_update_enterdir()
211 cf->file_path, strerror(errno)); in cvs_update_enterdir()
214 cvs_server_clear_sticky(cf->file_path); in cvs_update_enterdir()
228 cf->file_path, CVS_PATH_TAG); in cvs_update_enterdir()
232 cvs_write_tagfile(cf->file_path, in cvs_update_enterdir()
248 cvs_log(LP_TRACE, "cvs_update_leavedir(%s)", cf->file_path); in cvs_update_leavedir()
253 entlist = cvs_ent_open(cf->file_path); in cvs_update_leavedir()
306 cvs_rmdir(cf->file_path); in cvs_update_leavedir()
[all …]
H A Dcommit.c167 fi->file_path = xstrdup(l->file_path); in cvs_commit()
248 buf_puts(buf, cf->file_path); in cvs_commit_loginfo()
260 buf_puts(buf, cf->file_path); in cvs_commit_loginfo()
272 buf_puts(buf, cf->file_path); in cvs_commit_loginfo()
308 cvs_log(LP_TRACE, "cvs_commit_check_files(%s)", cf->file_path); in cvs_commit_check_files()
317 cvs_log(LP_NOTICE, "Examining %s", cf->file_path); in cvs_commit_check_files()
330 cf->file_path); in cvs_commit_check_files()
338 "merging, please fix these first", cf->file_path); in cvs_commit_check_files()
347 "conflict indicators", cf->file_path); in cvs_commit_check_files()
352 cf->file_path); in cvs_commit_check_files()
[all …]
H A Dfile.c215 find.file_path = p; in cvs_file_get()
221 l->file_path = xstrdup(p); in cvs_file_get()
243 cf->file_path = xstrdup(p); in cvs_file_get_cf()
256 cvs_validate_directory(cf->file_path); in cvs_file_get_cf()
276 l->file_path); in cvs_file_walklist()
278 if (strlcpy(fbuf, l->file_path, sizeof(fbuf)) >= sizeof(fbuf)) in cvs_file_walklist()
283 if (strlcpy(dbuf, l->file_path, sizeof(dbuf)) >= sizeof(dbuf)) in cvs_file_walklist()
289 if ((fd = open(l->file_path, O_RDONLY)) != -1) { in cvs_file_walklist()
292 cvs_log(LP_ERRNO, "%s", l->file_path); in cvs_file_walklist()
304 l->file_path); in cvs_file_walklist()
[all …]
H A Ddiff.c314 cvs_log(LP_TRACE, "cvs_diff_local(%s)", cf->file_path); in cvs_diff_local()
318 cvs_log(LP_ERR, "Diffing inside %s", cf->file_path); in cvs_diff_local()
327 cf->file_path); in cvs_diff_local()
335 "comparison available", cf->file_path); in cvs_diff_local()
340 cf->file_path); in cvs_diff_local()
347 "comparison available", cf->file_path); in cvs_diff_local()
352 cf->file_path); in cvs_diff_local()
358 cvs_printf("? %s\n", cf->file_path); in cvs_diff_local()
364 cf->file_path); in cvs_diff_local()
377 cf->file_path); in cvs_diff_local()
[all …]
H A Dadd.c159 cvs_log(LP_TRACE, "cvs_add_local(%s)", cf->file_path); in cvs_add_local()
186 cvs_log(LP_TRACE, "cvs_add_remote(%s)", cf->file_path); in cvs_add_remote()
194 if (strlcat(path, cf->file_path, sizeof(path)) >= sizeof(path)) in cvs_add_remote()
196 cvs_client_send_request("Directory %s\n%s", cf->file_path, in cvs_add_remote()
268 cf->file_path); in cvs_add_tobranch()
310 cvs_log(LP_TRACE, "add_directory(%s)", cf->file_path); in add_directory()
319 cf->file_path); in add_directory()
326 cf->file_path, CVS_PATH_CVSDIR); in add_directory()
354 cvs_mkadmin(cf->file_path, current_cvsroot->cr_dir, in add_directory()
388 cvs_get_repository_name(cf->file_path, repo, PATH_MAX); in add_directory()
[all …]
H A Dtag.c244 cvs_log(LP_TRACE, "cvs_tag_check_files(%s)", cf->file_path); in cvs_tag_check_files()
257 "%s is locally modified", cf->file_path); in cvs_tag_check_files()
280 fi->file_path = xstrdup(cf->file_path); in cvs_tag_check_files()
316 free(fi->file_path); in cvs_tag_check_files()
328 cvs_log(LP_TRACE, "cvs_tag_local(%s)", cf->file_path); in cvs_tag_local()
336 cf->file_path); in cvs_tag_local()
344 cvs_printf("D %s\n", cf->file_path); in cvs_tag_local()
354 cf->file_path); in cvs_tag_local()
361 cf->file_path); in cvs_tag_local()
370 cvs_printf("T %s\n", cf->file_path); in cvs_tag_local()
[all …]
H A Drelease.c106 cvs_log(LP_TRACE, "cvs_release_local(%s)", cf->file_path); in cvs_release_local()
123 cvs_chdir(cf->file_path, 0); in cvs_release_local()
128 cf->file_path); in cvs_release_local()
159 (dflag == 1) ? "(and delete) " : "", cf->file_path); in cvs_release_local()
176 if (cvs_rmdir(cf->file_path) != 0) in cvs_release_local()
184 cvs_log(LP_TRACE, "release_check_files(%s)", cf->file_path); in release_check_files()
H A Dcheckout.c305 cvs_file_ignore(fl->file_path, &checkout_ign_pats); in checkout_check_repository()
311 current_cvsroot->cr_dir, fl->file_path); in checkout_check_repository()
314 module_repo_root = xstrdup(fl->file_path); in checkout_check_repository()
322 wdir = fl->file_path; in checkout_check_repository()
326 switch (checkout_classify(repo, fl->file_path)) { in checkout_check_repository()
332 if (strlcpy(path, fl->file_path, in checkout_check_repository()
339 if (strlcpy(path, fl->file_path, in checkout_check_repository()
351 strlcpy(fpath, fl->file_path, in checkout_check_repository()
384 free(fl->file_path); in checkout_check_repository()
506 cf->file_path, rev, co_flags, in cvs_checkout_file()
[all …]
H A Dimport.c234 cvs_log(LP_TRACE, "cvs_import_local(%s)", cf->file_path); in cvs_import_local()
239 if (!strcmp(cf->file_path, ".")) in cvs_import_local()
243 cvs_log(LP_NOTICE, "Importing %s", cf->file_path); in cvs_import_local()
320 import_printf("N %s/%s\n", import_repository, cf->file_path); in import_new()
348 cf->file_path); in import_new()
383 import_printf("N %s/%s\n", import_repository, cf->file_path); in import_new()
397 cvs_log(LP_TRACE, "import_update(%s)", cf->file_path); in import_update()
400 fatal("no head revision in RCS file for `%s'", cf->file_path); in import_update()
420 import_printf("U %s/%s\n", import_repository, cf->file_path); in import_update()
430 import_printf("C %s/%s\n", import_repository, cf->file_path); in import_update()
[all …]
H A Dedit.c270 cvs_log(LP_TRACE, "cvs_edit_local(%s)", cf->file_path); in cvs_edit_local()
313 if (cvs_file_copy(cf->file_path, bfpath) == -1) in cvs_edit_local()
335 cvs_log(LP_TRACE, "cvs_unedit_local(%s)", cf->file_path); in cvs_unedit_local()
348 if (cvs_file_cmp(cf->file_path, bfpath) != 0) { in cvs_unedit_local()
356 cvs_rename(bfpath, cf->file_path); in cvs_unedit_local()
433 cvs_log(LP_TRACE, "cvs_base_handle(%s)", cf->file_path); in cvs_base_handle()
466 if (cvs_file_cmpname(fields[0], cf->file_path) == 0) { in cvs_base_handle()
484 (void)fprintf(tfp, "B%s/%s/\n", cf->file_path, rbuf); in cvs_base_handle()
H A Dremove.c129 if (unlink(cf->file_path) == -1) in cvs_remove_force()
144 cvs_log(LP_TRACE, "cvs_remove_local(%s)", cf->file_path); in cvs_remove_local()
148 cvs_log(LP_NOTICE, "Removing %s", cf->file_path); in cvs_remove_local()
158 cf->file_path); in cvs_remove_local()
H A Dfile.h42 char *file_path; member
81 char *file_path; member
/openbsd-src/gnu/llvm/llvm/utils/docker/scripts/llvm_checksum/
H A Dllvm_checksum.py86 def read_and_collapse_svn_subsitutions(file_path): argument
87 with open(file_path, "rb") as f:
91 logging.debug("Replaced svn keyword substitutions in %s", file_path)
106 def add_file_hash(file_path): argument
107 if os.path.islink(file_path) and not os.path.exists(file_path):
108 content = os.readlink(file_path)
110 content = read_and_collapse_svn_subsitutions(file_path)
114 logging.debug("Checksum %s for file %s", file_digest, file_path)
115 files.append((file_path, file_digest))
123 for file_path, file_digest in files:
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep_new.cpp49 static void WriteModuleCoverage(char* file_path, const char* module_name, in WriteModuleCoverage() argument
51 GetCoverageFilename(file_path, StripModuleName(module_name), "sancov"); in WriteModuleCoverage()
52 fd_t fd = OpenFile(file_path); in WriteModuleCoverage()
56 Printf("SanitizerCoverage: %s: %zd PCs written\n", file_path, len); in WriteModuleCoverage()
62 char* file_path = static_cast<char*>(InternalAlloc(kMaxPathLength)); in SanitizerDumpCoverage() local
85 WriteModuleCoverage(file_path, module_name, &pcs[module_start_idx], in SanitizerDumpCoverage()
97 WriteModuleCoverage(file_path, module_name, &pcs[module_start_idx], in SanitizerDumpCoverage()
101 InternalFree(file_path); in SanitizerDumpCoverage()
169 const char* file_path = common_flags()->cov_8bit_counters_out; in DumpCoverage() local
170 if (file_path && internal_strlen(file_path)) { in DumpCoverage()
[all …]
H A Dsanitizer_suppressions.cpp34 static bool GetPathAssumingFileIsRelativeToExec(const char *file_path, in GetPathAssumingFileIsRelativeToExec() argument
43 internal_strncat(new_file_path, file_path, in GetPathAssumingFileIsRelativeToExec()
50 static const char *FindFile(const char *file_path, in FindFile() argument
55 if (!FileExists(file_path) && !IsAbsolutePath(file_path) && in FindFile()
56 GetPathAssumingFileIsRelativeToExec(file_path, new_file_path, in FindFile()
60 return file_path; in FindFile()
63 static const char *FindFile(const char *file_path, char *, uptr) { in FindFile() argument
64 return file_path; in FindFile()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDeclaration.cpp153 char file_path[PATH_MAX * 2]; in GetDescription() local
154 m_opaque_up->GetFile().GetPath(file_path, sizeof(file_path)); in GetDescription()
155 strm.Printf("%s:%u", file_path, GetLine()); in GetDescription()
H A DSBLineEntry.cpp170 char file_path[PATH_MAX * 2]; in GetDescription() local
171 m_opaque_up->file.GetPath(file_path, sizeof(file_path)); in GetDescription()
172 strm.Printf("%s:%u", file_path, GetLine()); in GetDescription()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dgenerate_formatted_state.py115 file_path = os.path.join(root, filename) variable
116 ext = os.path.splitext(file_path)[-1].lower()
122 args = ["clang-format", "-n", file_path]
126 relpath = os.path.relpath(file_path, TOP_DIR)
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/builtin_commands/
H A Ddiff.py107 def printDirVsFile(dir_path, file_path): argument
108 if os.path.getsize(file_path):
112 sys.stdout.write(msg % (dir_path, file_path) + "\n")
114 def printFileVsDir(file_path, dir_path): argument
115 if os.path.getsize(file_path):
119 sys.stdout.write(msg % (file_path, dir_path) + "\n")
/openbsd-src/gnu/llvm/clang/utils/analyzer/
H A DSATestBenchmark.py25 def _save(data: pd.DataFrame, file_path: str):
26 data.to_csv(file_path, index_label=INDEX_COLUMN)
29 def _load(file_path: str) -> pd.DataFrame:
30 return pd.read_csv(file_path, index_col=INDEX_COLUMN)
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.cpp19 bool ObjCPlusPlusLanguage::IsSourceFile(llvm::StringRef file_path) const { in LLDB_PLUGIN_DEFINE()
22 if (file_path.endswith_insensitive(suffix)) in LLDB_PLUGIN_DEFINE()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp517 static bool isLoadBiasIncorrect(Target &target, const std::string &file_path) { in isLoadBiasIncorrect() argument
523 (file_path == "/system/bin/linker" || in isLoadBiasIncorrect()
524 file_path == "/system/bin/linker64"); in isLoadBiasIncorrect()
528 std::string const &file_path) { in UpdateBaseAddrIfNecessary() argument
531 if (isLoadBiasIncorrect(m_process->GetTarget(), file_path)) { in UpdateBaseAddrIfNecessary()
588 std::string file_path = ReadStringFromMemory(entry.path_addr); in ReadSOEntryFromMemory() local
589 entry.file_spec.SetFile(file_path, FileSpec::Style::native); in ReadSOEntryFromMemory()
591 UpdateBaseAddrIfNecessary(entry, file_path); in ReadSOEntryFromMemory()
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A DTest.py222 def __init__(self, suite, path_in_suite, config, file_path = None, gtest_json_file = None): argument
226 self.file_path = file_path
294 if self.file_path:
295 return self.file_path

123