Home
last modified time | relevance | path

Searched refs:ReportFile (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/core/
H A Dcrash_reports.cpp63 FILE *ReportFile = nullptr; variable
67 fwrite(&ch, 1, 1, ReportFile); in SafeWriteChar()
87 if (!ReportFile) return stream; in SafeWriteNumber()
417 if (ReportFile) { in Start()
423 ReportFile = nullptr; in Start()
428 if (ReportFile) { in Start()
470 if (ReportFile) { in Start()
471 fclose(ReportFile); in Start()
472 ReportFile = nullptr; in Start()
533 if (ReportFile) { in Start()
[all …]
/dports/cad/lepton-eda/lepton-eda-1.9.17/contrib/scripts/
H A Dgnet_hier_verilog.sh162 ReportFile="${TopBaseFile}_Report.txt"
175 echo "ReportFile = $ReportFile"
444 echo "# Hierarchical netlist report for:" >$ReportFile
445 echo "# $TopSchFile" >>$ReportFile
446 echo "# ------------------------">>$ReportFile
453 echo "# ${HLineA[@]:0}" >>$ReportFile
454 echo "# ------------------------">>$ReportFile
456 echo $i >>$ReportFile
/dports/cad/geda/geda-gaf-1.8.2/utils/scripts/
H A Dgnet_hier_verilog.sh163 ReportFile="${TopBaseFile}_Report.txt"
176 echo "ReportFile = $ReportFile"
445 echo "# Hierarchical netlist report for:" >$ReportFile
446 echo "# $TopSchFile" >>$ReportFile
447 echo "# ------------------------">>$ReportFile
454 echo "# ${HLineA[@]:0}" >>$ReportFile
455 echo "# ------------------------">>$ReportFile
457 echo $i >>$ReportFile
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp30 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
36 void ReportFile::ReopenIfNecessary() { in ReopenIfNecessary()
78 void ReportFile::SetReportPath(const char *path) { in SetReportPath()
101 const char *ReportFile::GetReportPath() { in GetReportPath()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp30 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
36 void ReportFile::ReopenIfNecessary() { in ReopenIfNecessary()
75 void ReportFile::SetReportPath(const char *path) { in SetReportPath()
98 const char *ReportFile::GetReportPath() { in GetReportPath()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp30 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
36 void ReportFile::ReopenIfNecessary() { in ReopenIfNecessary()
78 void ReportFile::SetReportPath(const char *path) { in SetReportPath()
101 const char *ReportFile::GetReportPath() { in GetReportPath()
/dports/lang/zig-devel/zig-0.9.0/lib/tsan/sanitizer_common/
H A Dsanitizer_file.cpp30 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
36 void ReportFile::ReopenIfNecessary() { in ReopenIfNecessary()
78 void ReportFile::SetReportPath(const char *path) { in SetReportPath()
101 const char *ReportFile::GetReportPath() { in GetReportPath()
/dports/lang/zig/zig-0.9.0/lib/tsan/sanitizer_common/
H A Dsanitizer_file.cpp30 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
36 void ReportFile::ReopenIfNecessary() { in ReopenIfNecessary()
78 void ReportFile::SetReportPath(const char *path) { in SetReportPath()
101 const char *ReportFile::GetReportPath() { in GetReportPath()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp30 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
36 void ReportFile::ReopenIfNecessary() { in ReopenIfNecessary()
78 void ReportFile::SetReportPath(const char *path) { in SetReportPath()
101 const char *ReportFile::GetReportPath() { in GetReportPath()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp30 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
36 void ReportFile::ReopenIfNecessary() { in ReopenIfNecessary()
75 void ReportFile::SetReportPath(const char *path) { in SetReportPath()
98 const char *ReportFile::GetReportPath() { in GetReportPath()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp30 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
36 void ReportFile::ReopenIfNecessary() { in ReopenIfNecessary()
78 void ReportFile::SetReportPath(const char *path) { in SetReportPath()
101 const char *ReportFile::GetReportPath() { in GetReportPath()
/dports/lang/gcc12-devel/gcc-12-20211205/libsanitizer/sanitizer_common/
H A Dsanitizer_file.cpp30 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
36 void ReportFile::ReopenIfNecessary() { in ReopenIfNecessary()
92 void ReportFile::SetReportPath(const char *path) { in SetReportPath()
116 const char *ReportFile::GetReportPath() { in GetReportPath()
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/onsi/ginkgo/config/
H A Dconfig.go56 ReportFile string member
104 …flagSet.StringVar(&(DefaultReporterConfig.ReportFile), prefix+"reportFile", "", "Override the defa…
208 if reporter.ReportFile != "" {
209 result = append(result, fmt.Sprintf("--%sreportFile=%s", prefix, reporter.ReportFile))
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/onsi/ginkgo/config/
H A Dconfig.go56 ReportFile string member
104 …flagSet.StringVar(&(DefaultReporterConfig.ReportFile), prefix+"reportFile", "", "Override the defa…
208 if reporter.ReportFile != "" {
209 result = append(result, fmt.Sprintf("--%sreportFile=%s", prefix, reporter.ReportFile))
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/onsi/ginkgo/config/
H A Dconfig.go56 ReportFile string member
104 …flagSet.StringVar(&(DefaultReporterConfig.ReportFile), prefix+"reportFile", "", "Override the defa…
208 if reporter.ReportFile != "" {
209 result = append(result, fmt.Sprintf("--%sreportFile=%s", prefix, reporter.ReportFile))
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp30 ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
36 void ReportFile::ReopenIfNecessary() { in ReopenIfNecessary()
92 void ReportFile::SetReportPath(const char *path) { in SetReportPath()
116 const char *ReportFile::GetReportPath() { in GetReportPath()
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/onsi/ginkgo/config/
H A Dconfig.go56 ReportFile string member
104 …flagSet.StringVar(&(DefaultReporterConfig.ReportFile), prefix+"reportFile", "", "Override the defa…
208 if reporter.ReportFile != "" {
209 result = append(result, fmt.Sprintf("--%sreportFile=%s", prefix, reporter.ReportFile))
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/onsi/ginkgo/config/
H A Dconfig.go56 ReportFile string member
104 …flagSet.StringVar(&(DefaultReporterConfig.ReportFile), prefix+"reportFile", "", "Override the defa…
208 if reporter.ReportFile != "" {
209 result = append(result, fmt.Sprintf("--%sreportFile=%s", prefix, reporter.ReportFile))
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/onsi/ginkgo/config/
H A Dconfig.go56 ReportFile string member
109 …flagSet.StringVar(&(DefaultReporterConfig.ReportFile), prefix+"reportFile", "", "Override the defa…
213 if reporter.ReportFile != "" {
214 result = append(result, fmt.Sprintf("--%sreportFile=%s", prefix, reporter.ReportFile))
/dports/net/storj/storj-1.45.3/vendor/github.com/onsi/ginkgo/config/
H A Dconfig.go56 ReportFile string member
109 …flagSet.StringVar(&(DefaultReporterConfig.ReportFile), prefix+"reportFile", "", "Override the defa…
213 if reporter.ReportFile != "" {
214 result = append(result, fmt.Sprintf("--%sreportFile=%s", prefix, reporter.ReportFile))
/dports/dns/blocky/blocky-0.17/vendor/github.com/onsi/ginkgo/config/
H A Dconfig.go56 ReportFile string member
109 …flagSet.StringVar(&(DefaultReporterConfig.ReportFile), prefix+"reportFile", "", "Override the defa…
213 if reporter.ReportFile != "" {
214 result = append(result, fmt.Sprintf("--%sreportFile=%s", prefix, reporter.ReportFile))
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/onsi/ginkgo/config/
H A Dconfig.go56 ReportFile string member
109 …flagSet.StringVar(&(DefaultReporterConfig.ReportFile), prefix+"reportFile", "", "Override the defa…
213 if reporter.ReportFile != "" {
214 result = append(result, fmt.Sprintf("--%sreportFile=%s", prefix, reporter.ReportFile))
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/onsi/ginkgo/config/
H A Dconfig.go56 ReportFile string member
109 …flagSet.StringVar(&(DefaultReporterConfig.ReportFile), prefix+"reportFile", "", "Override the defa…
213 if reporter.ReportFile != "" {
214 result = append(result, fmt.Sprintf("--%sreportFile=%s", prefix, reporter.ReportFile))
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/onsi/ginkgo/config/
H A Dconfig.go56 ReportFile string member
109 …flagSet.StringVar(&(DefaultReporterConfig.ReportFile), prefix+"reportFile", "", "Override the defa…
213 if reporter.ReportFile != "" {
214 result = append(result, fmt.Sprintf("--%sreportFile=%s", prefix, reporter.ReportFile))
/dports/net/traefik/traefik-2.6.1/vendor/github.com/onsi/ginkgo/config/
H A Dconfig.go56 ReportFile string member
109 …flagSet.StringVar(&(DefaultReporterConfig.ReportFile), prefix+"reportFile", "", "Override the defa…
213 if reporter.ReportFile != "" {
214 result = append(result, fmt.Sprintf("--%sreportFile=%s", prefix, reporter.ReportFile))

12345678910>>...13