Home
last modified time | relevance | path

Searched refs:open_or_die (Results 1 – 25 of 42) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/exec/
H A Dexecveat.c128 static int open_or_die(const char *filename, int flags) in open_or_die() function
142 int in_fd = open_or_die(src, O_RDONLY); in exe_cp()
230 int subdir_dfd = open_or_die("subdir", O_DIRECTORY|O_RDONLY); in run_tests()
231 int subdir_dfd_ephemeral = open_or_die("subdir.ephemeral", in run_tests()
233 int dot_dfd = open_or_die(".", O_DIRECTORY|O_RDONLY); in run_tests()
234 int root_dfd = open_or_die("/", O_DIRECTORY|O_RDONLY); in run_tests()
237 int fd = open_or_die("execveat", O_RDONLY); in run_tests()
238 int fd_path = open_or_die("execveat", O_RDONLY|O_PATH); in run_tests()
239 int fd_symlink = open_or_die("execveat.symlink", O_RDONLY); in run_tests()
241 int fd_denatured_path = open_or_die("execveat.denatured", in run_tests()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/exec/
H A Dexecveat.c128 static int open_or_die(const char *filename, int flags) in open_or_die() function
142 int in_fd = open_or_die(src, O_RDONLY); in exe_cp()
230 int subdir_dfd = open_or_die("subdir", O_DIRECTORY|O_RDONLY); in run_tests()
231 int subdir_dfd_ephemeral = open_or_die("subdir.ephemeral", in run_tests()
233 int dot_dfd = open_or_die(".", O_DIRECTORY|O_RDONLY); in run_tests()
234 int root_dfd = open_or_die("/", O_DIRECTORY|O_RDONLY); in run_tests()
237 int fd = open_or_die("execveat", O_RDONLY); in run_tests()
238 int fd_path = open_or_die("execveat", O_RDONLY|O_PATH); in run_tests()
239 int fd_symlink = open_or_die("execveat.symlink", O_RDONLY); in run_tests()
241 int fd_denatured_path = open_or_die("execveat.denatured", in run_tests()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/exec/
H A Dexecveat.c128 static int open_or_die(const char *filename, int flags) in open_or_die() function
142 int in_fd = open_or_die(src, O_RDONLY); in exe_cp()
230 int subdir_dfd = open_or_die("subdir", O_DIRECTORY|O_RDONLY); in run_tests()
231 int subdir_dfd_ephemeral = open_or_die("subdir.ephemeral", in run_tests()
233 int dot_dfd = open_or_die(".", O_DIRECTORY|O_RDONLY); in run_tests()
234 int root_dfd = open_or_die("/", O_DIRECTORY|O_RDONLY); in run_tests()
237 int fd = open_or_die("execveat", O_RDONLY); in run_tests()
238 int fd_path = open_or_die("execveat", O_RDONLY|O_PATH); in run_tests()
239 int fd_symlink = open_or_die("execveat.symlink", O_RDONLY); in run_tests()
241 int fd_denatured_path = open_or_die("execveat.denatured", in run_tests()
[all …]
/dports/devel/p5-Proc-Background/Proc-Background-1.30/t/
H A D11-cwd.t15 sub open_or_die {
20 my $fh= open_or_die('<:raw', $_[0]);
25 my $fh= open_or_die('>:raw', $_[0]);
45 stdout => open_or_die('>', $stdout_fname),
56 stdout => open_or_die('>', $stdout_fname),
H A D10-io-redirect.t17 sub open_or_die {
22 my $fh= open_or_die('<:raw', $_[0]);
27 my $fh= open_or_die('>:raw', $_[0]);
45 stdin => open_or_die('<', $stdin_fname),
46 stdout => open_or_die('>', $stdout_fname),
47 stderr => open_or_die('>', $stderr_fname),
/dports/math/py-svgmath/SVGMath-0.3.3/
H A Dmath2svg.py13 def open_or_die(fname, fmode, role): function
85 source = open_or_die(args[0], "rb", "input")
91 output = open_or_die(outputfile, "wb", "output")
96 config = open_or_die(configfile, "rb", "configuration")
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/isl/
H A Dschedule_cmp.c35 static FILE *open_or_die(const char *filename) in open_or_die() function
67 input1 = open_or_die(options->schedule1); in main()
68 input2 = open_or_die(options->schedule2); in main()
H A Dflow_cmp.c36 static FILE *open_or_die(const char *filename) in open_or_die() function
75 input1 = open_or_die(options->flow1); in main()
76 input2 = open_or_die(options->flow2); in main()
/dports/devel/isl/isl-0.24/
H A Dschedule_cmp.c35 static FILE *open_or_die(const char *filename) in open_or_die() function
67 input1 = open_or_die(options->schedule1); in main()
68 input2 = open_or_die(options->schedule2); in main()
H A Dflow_cmp.c36 static FILE *open_or_die(const char *filename) in open_or_die() function
75 input1 = open_or_die(options->flow1); in main()
76 input2 = open_or_die(options->flow2); in main()
/dports/math/barvinok/barvinok-0.41.5/isl/
H A Dschedule_cmp.c35 static FILE *open_or_die(const char *filename) in open_or_die() function
67 input1 = open_or_die(options->schedule1); in main()
68 input2 = open_or_die(options->schedule2); in main()
H A Dflow_cmp.c36 static FILE *open_or_die(const char *filename) in open_or_die() function
75 input1 = open_or_die(options->flow1); in main()
76 input2 = open_or_die(options->flow2); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/External/isl/
H A Dschedule_cmp.c35 static FILE *open_or_die(const char *filename) in open_or_die() function
67 input1 = open_or_die(options->schedule1); in main()
68 input2 = open_or_die(options->schedule2); in main()
H A Dflow_cmp.c36 static FILE *open_or_die(const char *filename) in open_or_die() function
75 input1 = open_or_die(options->flow1); in main()
76 input2 = open_or_die(options->flow2); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/External/isl/
H A Dschedule_cmp.c35 static FILE *open_or_die(const char *filename) in open_or_die() function
67 input1 = open_or_die(options->schedule1); in main()
68 input2 = open_or_die(options->schedule2); in main()
H A Dflow_cmp.c36 static FILE *open_or_die(const char *filename) in open_or_die() function
75 input1 = open_or_die(options->flow1); in main()
76 input2 = open_or_die(options->flow2); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/External/isl/
H A Dschedule_cmp.c35 static FILE *open_or_die(const char *filename) in open_or_die() function
67 input1 = open_or_die(options->schedule1); in main()
68 input2 = open_or_die(options->schedule2); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/External/isl/
H A Dschedule_cmp.c35 static FILE *open_or_die(const char *filename) in open_or_die() function
67 input1 = open_or_die(options->schedule1); in main()
68 input2 = open_or_die(options->schedule2); in main()
H A Dflow_cmp.c36 static FILE *open_or_die(const char *filename) in open_or_die() function
75 input1 = open_or_die(options->flow1); in main()
76 input2 = open_or_die(options->flow2); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Dschedule_cmp.c35 static FILE *open_or_die(const char *filename) in open_or_die() function
67 input1 = open_or_die(options->schedule1); in main()
68 input2 = open_or_die(options->schedule2); in main()
H A Dflow_cmp.c36 static FILE *open_or_die(const char *filename) in open_or_die() function
75 input1 = open_or_die(options->flow1); in main()
76 input2 = open_or_die(options->flow2); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/External/isl/
H A Dschedule_cmp.c35 static FILE *open_or_die(const char *filename) in open_or_die() function
67 input1 = open_or_die(options->schedule1); in main()
68 input2 = open_or_die(options->schedule2); in main()
H A Dflow_cmp.c36 static FILE *open_or_die(const char *filename) in open_or_die() function
75 input1 = open_or_die(options->flow1); in main()
76 input2 = open_or_die(options->flow2); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Dschedule_cmp.c35 static FILE *open_or_die(const char *filename) in open_or_die() function
67 input1 = open_or_die(options->schedule1); in main()
68 input2 = open_or_die(options->schedule2); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Dschedule_cmp.c35 static FILE *open_or_die(const char *filename) in open_or_die() function
67 input1 = open_or_die(options->schedule1); in main()
68 input2 = open_or_die(options->schedule2); in main()

12