Home
last modified time | relevance | path

Searched refs:check_path (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/
Dvalid-shell.txt5 # RUN: %{python} %S/check_path.py file %t.write > %t.out
8 # RUN: %{python} %S/check_path.py file %t.write > %t.out
11 # RUN: %{python} %S/check_path.py file %t.write > %t.out
22 # RUN: %{python} %S/check_path.py dir %T/test > %t.out
25 # RUN: %{python} %S/check_path.py dir %T/test > %t.out
29 # RUN: %{python} %S/check_path.py dir %T/test > %t.out
39 # RUN: %{python} %S/check_path.py dir %T/test1 > %t.out
42 # RUN: %{python} %S/check_path.py dir %T/test1 > %t.out
45 # RUN: %{python} %S/check_path.py dir %T/test1 > %t.out
55 # RUN: %{python} %S/check_path.py dir %T/test %T/test/test1 %T/test/test2 > %t.out
[all …]
Dcheck_path.py9 def check_path(argv): function
30 sys.exit (check_path (sys.argv))
/openbsd/src/gnu/llvm/llvm/utils/
Dbugpoint_gisel_reducer.py34 def check_path(path): function
43 return check_path(file_name)
111 build_dir = check_path(args.BuildDir)
112 ir_file = check_path(args.IRFile)
/openbsd/src/gnu/usr.bin/perl/win32/
Dconfig_sh.PL18 sub check_path { subroutine
174 check_path('CCLIBDIR', $opt{libpth});
175 check_path('CCINCDIR', $opt{incpath});
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
DJustPod_corpus.t65 my $check_path = join '/', File::Spec->splitdir($file);
66 if (grep { $check_path =~ m{/\Q$_\E\z} } @skip_on_windows ) {