Searched refs:files (Results 1 - 25 of 704) sorted by relevance

1234567891011>>

/openbsd-current/usr.bin/compress/
H A Dzdiff54 files="$1"
57 files="${1%??}"
60 files="${1%???}"
63 files="${1%??}"ar
68 compress -cdfq "$1" | $prog $flags - "$files"
71 # Two files given, compare the two uncompressing as needed
74 files=-
78 files="$1"
83 if [ "$files" = "-" ]; then
87 files
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/FileCache/t/
H A D01open.t5 our @files;
6 BEGIN { @files = map { "open_$_" } qw(foo bar baz quux Foo_Bar) }
7 END { 1 while unlink @files }
11 {# Test 1: that we can open files
12 for my $path ( @files ){
17 ok(scalar(map { -f } @files) == scalar(@files));
H A D03append.t4 our @files;
5 BEGIN { @files = map { "append_$_" } qw(foo bar baz quux Foo_Bar) }
6 END { 1 while unlink @files }
12 for my $path ( @files ){
16 for my $path ( @files ){
20 for my $path ( @files ){
26 ok(scalar(grep/\b3$/m, @cat) == scalar(@files));
29 for my $path ( @files ){
33 for my $path ( @files ){
38 ok(scalar(grep /\b33$/m, @cat) == scalar(@files));
[all...]
H A D02maxopen.t4 our @files;
5 BEGIN { @files = map { "max_$_" } qw(foo bar baz quux) }
6 END { 1 while unlink @files }
11 for my $path ( @files ){
17 for my $path ( @files ){
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/style/
H A Dcritic.t7 # files, junk, and any files explicitly configured to be ignored.
15 # copy of this software and associated documentation files (the "Software"),
61 my @files = Perl::Critic::Utils::all_perl_files('blib');
62 if (!@files) {
63 @files = Perl::Critic::Utils::all_perl_files('lib');
66 push(@files, 'Build.PL');
70 push(@files, Perl::Critic::Utils::all_perl_files($dir));
74 # Strip out Autoconf templates or left-over perltidy files.
75 @files
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/docs/
H A Dsynopsis.t14 # copy of this software and associated documentation files (the "Software"),
68 my @files = Perl::Critic::Utils::all_perl_files('blib');
69 @files = grep { in_blib_script($_) } @files;
70 if (!@files) {
71 @files = Perl::Critic::Utils::all_perl_files('lib');
73 plan tests => scalar @files;
76 for my $file (@files) {
H A Dpod-spelling.t14 # copy of this software and associated documentation files (the "Software"),
51 # directories if they exist. Also add any files in usr/bin or usr/sbin, which
53 my @files = all_pod_files();
55 push(@files, all_pod_files('examples'));
58 push(@files, all_pod_files(File::Spec->catfile('t', 'lib')));
62 push(@files, glob("$dir/*"));
66 # We now have a list of all files to check, so output a plan and run the
68 # non-Perl files and Stanford-internal packages have a lot of shell scripts
70 plan tests => scalar(@files);
71 for my $file (@files) {
[all...]
H A Dpod.t14 # copy of this software and associated documentation files (the "Software"),
50 # directories if they exist. Also add any files in usr/bin or usr/sbin,
52 my @files = all_pod_files();
54 push(@files, all_pod_files('examples'));
57 push(@files, all_pod_files(File::Spec->catfile('t', 'lib')));
61 push(@files, glob("$dir/*"));
65 # We now have a list of all files to check, so output a plan and run the
67 # files and Stanford-internal packages have a lot of shell scripts with POD
69 plan tests => scalar(@files);
70 for my $file (@files) {
[all...]
/openbsd-current/regress/lib/libc/glob/
H A DMakefile6 mkdir -m 755 -p `sed 's@/[^/]*$$@@' ${.CURDIR}/files | sort -u`
7 umask 022; touch `cat ${.CURDIR}/files`
8 chmod 0755 `grep '/r[^/]*$$' ${.CURDIR}/files`
9 chmod 0444 `grep '/s[^/]*$$' ${.CURDIR}/files`
10 chmod 0711 `grep '/t[^/]*$$' ${.CURDIR}/files`
/openbsd-current/gnu/usr.bin/perl/dist/Module-CoreList/
H A Didentify-dependencies8 my @files = @ARGV;
9 unless (@files) {
11 @files = grep { -e $_ } 'test.pl', glob 't/*.t';
14 print "$0: checking ", join(', ', @files), "\n";
17 for (@files) {
/openbsd-current/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_code_completion.py24 files = [('fake.c', """
36 tu = TranslationUnit.from_source('fake.c', ['-std=c99'], unsaved_files=files,
39 cr = tu.codeComplete('fake.c', 9, 1, unsaved_files=files, include_brief_comments=True)
50 files = [(str_to_path('fake.c'), """
62 tu = TranslationUnit.from_source(str_to_path('fake.c'), ['-std=c99'], unsaved_files=files,
65 cr = tu.codeComplete(str_to_path('fake.c'), 9, 1, unsaved_files=files, include_brief_comments=True)
75 files = [('fake.cpp', """
92 tu = TranslationUnit.from_source('fake.cpp', ['-std=c++98'], unsaved_files=files)
94 cr = tu.codeComplete('fake.cpp', 12, 5, unsaved_files=files)
105 cr = tu.codeComplete('fake.cpp', 13, 5, unsaved_files=files)
[all...]
/openbsd-current/gnu/usr.bin/perl/win32/
H A Ddistclean.bat8 my $files = maniread();
9 my %files;
10 foreach (keys %$files)
12 $files{lc($_)} = $files->{$_};
20 unless (exists $files{lc($name)})
/openbsd-current/sys/lib/libsa/
H A Dcloseall.c72 if (files[i].f_flags != 0)
/openbsd-current/gnu/llvm/llvm/utils/
H A Dfindsym.pl20 my @files = readdir DIR;
22 @objects = grep(/l?i?b?LLVM.*\.[oa]$/,sort(@files));
H A DUpdateCMakeLists.pl32 my $files;
35 if (!defined $files) {
36 $files = GetFiles($dir);
38 push @$files, $file;
47 my $files = $dirFiles{$dir};
49 if (!defined $files) {
53 foreach my $file (sort @$files) {
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D20001201.x1 # Scratch files aren't implemented for mmixware
2 # (_stat is a stub and files can't be deleted).
H A D6367.x1 # Scratch files aren't implemented for mmixware
2 # (_stat is a stub and files can't be deleted).
H A Dio0.x1 # Scratch files aren't implemented for mmixware
2 # (_stat is a stub and files can't be deleted).
H A Dio1.x1 # Scratch files aren't implemented for mmixware
2 # (_stat is a stub and files can't be deleted).
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dpodtidy11 files => [$filename],
/openbsd-current/gnu/usr.bin/cvs/contrib/
H A Drcslock.in34 # all changed files.
44 # committed files. This (header) information is parsed to determine
47 # associative array. All of the files to be committed are checked to
55 $ext = ",v"; # The extension on your rcs files.
74 # $files[0] is really the name of the subdirectory.
75 # @files = split(/ /,$ARGV[0]);
76 @files = @ARGV[0..$#ARGV];
94 # cd to the repository directory and check on the files.
96 print "Checking directory ", $files[0] if defined $opt_v ;
98 if ( $files[
[all...]
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_debugfs.c77 static const struct intel_gt_debugfs_file files[] = { local
82 intel_gt_debugfs_register_files(root, files, ARRAY_SIZE(files), gt);
112 const struct intel_gt_debugfs_file *files,
117 umode_t mode = files->fops->write ? 0644 : 0444;
119 if (!files->eval || files->eval(data))
120 debugfs_create_file(files->name,
122 files->fops);
124 files
111 intel_gt_debugfs_register_files(struct dentry *root, const struct intel_gt_debugfs_file *files, unsigned long count, void *data) argument
[all...]
H A Dintel_gt_engines_debugfs.c36 static const struct intel_gt_debugfs_file files[] = { local
40 intel_gt_debugfs_register_files(root, files, ARRAY_SIZE(files), gt);
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixinc.interix6 # files.
31 # This script munges the native include files provided with Windows NT
33 # compiling with gcc. The header files by default do not
35 # __STDC__ is 1. This script modifies the header files to check
37 # resulting new system include files are placed in a directory
80 # Directory containing the original header files.
93 files=`ls -LR | sed -n s/:$//p`
95 files=`find . -type d -print | sed '/^\.$/d'`
98 if [ "x$files" = x ]; then
99 echo No files foun
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-SysV/
H A Dregen.pl20 my @files = qw( const-c.inc const-xs.inc );
22 die "Cannot regenerate constants:\n$@\n" if grep { !-f } @files;
26 my $oldage = (sort { $a <=> $b } map { -M } @files)[-1]; # age of oldest file
28 my @outdated = grep { (-M) > $depage } @files;
35 The following files seem to be out of date:
39 The reason is probably that you modified these files:
43 If you're absolutely sure you didn't touch the files, please ignore
52 exit 0; # will build anyway, since the files exist

Completed in 457 milliseconds

1234567891011>>