Home
last modified time | relevance | path

Searched refs:path_ (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc131 PRE_SYSCALL(open)(void *path_, long long flags_, long long mode_) {
132 const char *path = (const char *)path_;
138 (long long res, void *path_, long long flags_, long long mode_) {
140 const char *path = (const char *)path_;
157 PRE_SYSCALL(compat_43_ocreat)(void *path_, long long mode_) { /* TODO */ }
158 POST_SYSCALL(compat_43_ocreat)(long long res, void *path_, long long mode_) {
161 PRE_SYSCALL(link)(void *path_, void *link_) {
162 const char *path = (const char *)path_;
171 POST_SYSCALL(link)(long long res, void *path_, void *link_) {
173 const char *path = (const char *)path_;
[all …]
H A Dsanitizer_symbolizer_win.cc207 SanitizerToolName, path_, GetLastError()); in StartSymbolizerSubprocess()
215 SanitizerToolName, path_, GetLastError()); in StartSymbolizerSubprocess()
221 GetArgV(path_, argv); in StartSymbolizerSubprocess()
246 if (!CreateProcessA(path_, // Executable in StartSymbolizerSubprocess()
256 SanitizerToolName, path_, GetLastError()); in StartSymbolizerSubprocess()
H A Dsanitizer_symbolizer_posix_libcdep.cc145 if (!FileExists(path_)) { in StartSymbolizerSubprocess()
201 GetArgV(path_, argv); in StartSymbolizerSubprocess()
202 execv(path_, const_cast<char **>(&argv[0])); in StartSymbolizerSubprocess()
226 GetArgV(path_, argv); in StartSymbolizerSubprocess()
227 pid = StartSubprocess(path_, argv, /* stdin */ outfd[0], in StartSymbolizerSubprocess()
H A Dsanitizer_symbolizer_libcdep.cc392 : path_(path), in SymbolizerProcess()
399 CHECK(path_); in SymbolizerProcess()
400 CHECK_NE(path_[0], '\0'); in SymbolizerProcess()
415 if (IsSameModule(path_)) { in SendCommand()
H A Dsanitizer_symbolizer_internal.h98 const char *path_; variable
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc131 PRE_SYSCALL(open)(void *path_, long long flags_, long long mode_) {
132 const char *path = (const char *)path_;
138 (long long res, void *path_, long long flags_, long long mode_) {
140 const char *path = (const char *)path_;
157 PRE_SYSCALL(compat_43_ocreat)(void *path_, long long mode_) { /* TODO */ }
158 POST_SYSCALL(compat_43_ocreat)(long long res, void *path_, long long mode_) {
161 PRE_SYSCALL(link)(void *path_, void *link_) {
162 const char *path = (const char *)path_;
171 POST_SYSCALL(link)(long long res, void *path_, void *link_) {
173 const char *path = (const char *)path_;
[all …]
H A Dsanitizer_symbolizer_win.cpp212 SanitizerToolName, path_, GetLastError()); in StartSymbolizerSubprocess()
220 SanitizerToolName, path_, GetLastError()); in StartSymbolizerSubprocess()
226 GetArgV(path_, argv); in StartSymbolizerSubprocess()
251 if (!CreateProcessA(path_, // Executable in StartSymbolizerSubprocess()
261 SanitizerToolName, path_, GetLastError()); in StartSymbolizerSubprocess()
H A Dsanitizer_symbolizer_libcdep.cpp457 : path_(path), in SymbolizerProcess()
464 CHECK(path_); in SymbolizerProcess()
465 CHECK_NE(path_[0], '\0'); in SymbolizerProcess()
480 if (IsSameModule(path_)) { in SendCommand()
H A Dsanitizer_symbolizer_posix_libcdep.cpp135 if (!FileExists(path_)) { in StartSymbolizerSubprocess()
144 GetArgV(path_, argv); in StartSymbolizerSubprocess()
179 pid = StartSubprocess(path_, argv, GetEnvP(), /* stdin */ outfd[0], in StartSymbolizerSubprocess()
H A Dsanitizer_symbolizer_internal.h117 const char *path_; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc132 PRE_SYSCALL(open)(void *path_, long long flags_, long long mode_) {
133 const char *path = (const char *)path_;
139 (long long res, void *path_, long long flags_, long long mode_) {
141 const char *path = (const char *)path_;
158 PRE_SYSCALL(compat_43_ocreat)(void *path_, long long mode_) { /* TODO */ }
159 POST_SYSCALL(compat_43_ocreat)(long long res, void *path_, long long mode_) {
162 PRE_SYSCALL(link)(void *path_, void *link_) {
163 const char *path = (const char *)path_;
172 POST_SYSCALL(link)(long long res, void *path_, void *link_) {
174 const char *path = (const char *)path_;
[all …]
H A Dsanitizer_symbolizer_win.cc209 SanitizerToolName, path_, GetLastError()); in StartSymbolizerSubprocess()
217 SanitizerToolName, path_, GetLastError()); in StartSymbolizerSubprocess()
223 GetArgV(path_, argv); in StartSymbolizerSubprocess()
248 if (!CreateProcessA(path_, // Executable in StartSymbolizerSubprocess()
258 SanitizerToolName, path_, GetLastError()); in StartSymbolizerSubprocess()
H A Dsanitizer_symbolizer_posix_libcdep.cc147 if (!FileExists(path_)) { in StartSymbolizerSubprocess()
203 GetArgV(path_, argv); in StartSymbolizerSubprocess()
204 execv(path_, const_cast<char **>(&argv[0])); in StartSymbolizerSubprocess()
228 GetArgV(path_, argv); in StartSymbolizerSubprocess()
229 pid = StartSubprocess(path_, argv, /* stdin */ outfd[0], in StartSymbolizerSubprocess()
H A Dsanitizer_symbolizer_libcdep.cc394 : path_(path), in SymbolizerProcess()
401 CHECK(path_); in SymbolizerProcess()
402 CHECK_NE(path_[0], '\0'); in SymbolizerProcess()
417 if (IsSameModule(path_)) { in SendCommand()
H A Dsanitizer_symbolizer_internal.h100 const char *path_; variable
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_report.cpp265 cli::file_writer::file_writer(cmdline::ui* const ui_, const fs::path& path_) : in file_writer() argument
266 _ui(ui_), _output_path(path_) in file_writer()
268 if (path_ != _stdout_path && path_ != _stderr_path) { in file_writer()
269 _output_file.reset(new std::ofstream(path_.c_str())); in file_writer()
271 throw std::runtime_error(F("Cannot open output file %s") % path_); in file_writer()
/netbsd-src/usr.bin/make/unit-tests/
H A Dmodmisc.mk31 path_$d?= ${d:${MOD_OPT}:${MOD_HOMES}}/
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_uc_fw.c88 #define UC_FW_BLOB(major_, minor_, path_) \ argument
89 { .major = major_, .minor = minor_, .path = path_ }
/netbsd-src/external/lgpl3/gmp/dist/
H A Dconfigure.ac2612 # eval unset "path_\$abi"
/netbsd-src/external/gpl3/autoconf/dist/doc/
H A Dautoconf.texi4328 @caindex path_@var{variable}
4340 @caindex path_@var{variable}
4352 @caindex path_@var{variable}