Searched refs:files (Results 101 - 125 of 1440) sorted by relevance

1234567891011>>

/macosx-10.10/bash-94.1.2/bash-3.2/examples/startup-files/apple/
H A Daliases22 files () { find ${1} -type f -print ; }
/macosx-10.10/file_cmds-242/gzip/
H A Dzdiff112 files="$1"
113 check_suffix "$1" files filt
118 $filt -- "$1" | $prog $flags -- - "$files"
121 # Two files given, compare the two uncompressing as needed
122 check_suffix "$1" files filt
/macosx-10.10/files-662.1.1/private/etc/asl/
H A DMakefile10 install:: validate-all install-files
13 @echo "Validating files are UTF-8"
18 install-files:
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/csv/
H A Dcsv2html34 set files $argv
36 if {[llength $files] == 0} {
37 set files -
44 # files - name of the files to read
64 foreach f $files {
H A Dcsvcut31 set files [lrange $argv 1 end]
62 if {[llength $files] == 0} {
63 set files -
70 # files - name of the files to read
75 foreach f $files {
/macosx-10.10/apache-793/httpd/build/aix/
H A Dmkinstallp.ksh62 # remove files we do not want as "part" possibly
87 files=./${NAME}.${VERSION}
89 find ${files} -type d -exec chmod og+rx {} \;
90 chmod -R go+r ${files}
91 chown -R 0.0 ${files}
106 Include license files in this package: N
115 # USR part -- i.e. files in /usr and /opt
117 find ${files}/usr/swlag ${files}/opt \
118 | sed -e s#^${files}## | se
[all...]
H A Daixproto.ksh28 files=./httpd-root
30 find ${files} -type d -exec chmod og+rx {} \;
31 chmod -R go+r ${files}
32 chown -R 0:0 ${files}
46 Include license files in this package: N
55 find ${files} | sed -e s#^${files}## | sed -e "/^$/d" >>$template
/macosx-10.10/OpenSSL098-52/bin/
H A Ddeprecate-prototypes.pl20 my @files = `find . -name '*.h' -type f`;
21 chomp @files;
74 foreach my $file (sort(@files)) {
132 foreach my $file (@files) {
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/
H A Dstop.pl66 my @files = sort readdir DIR;
69 my @ns = grep /^ns[0-9]*$/, @files;
70 my @lwresd = grep /^lwresd[0-9]*$/, @files;
71 my @ans = grep /^ans[0-9]*$/, @files;
/macosx-10.10/curl-83.1.2/curl/tests/
H A Ddirectories.pm166 'files' => [ \%dir_dot, \%dir_ddot, \%dir_DOS, \%dir_UNIX ],
171 'files' => [ \%dir_dot, \%dir_ddot,
180 'files' => [ \%dir_dot, \%dir_ddot,
194 $list_ref = $$list{'files'};
242 my $files = $list->{'files'};
243 for(@$files) {
264 my $files = $list->{'files'};
265 for(@$files) {
[all...]
/macosx-10.10/net_snmp-143/
H A DAEP.make50 # AEP_LaunchdConfigs - launchd config files in SRCROOT to be installed
56 # AEP_ConfigFiles - standard set of configuration files; ".default" versions
60 GnuAfterInstall += install-startup-files install-open-source-files
61 GnuAfterInstall += install-top-level-man-pages install-configuration-files
133 .PHONY: extract-source install-open-source-files install-startup-files install-top-level-man-pages
151 install-startup-files::
153 @echo "Installing launchd configuration files..."
166 install-open-source-files
[all...]
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Dcontents_command.rb26 "Only return files in the Gem's lib_dirs") do |lib_only, options|
85 files = spec.files.sort.map do |file|
100 files = Dir[glob].map do |file|
105 files.sort.each do |prefix, basename|
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_which_command.rb70 files = %w[lib/foo_bar.rb lib/directory/baz.rb Rakefile]
72 gem.files = files
75 files.each do |file|
/macosx-10.10/tcl-105/tcl84/tcl/tools/
H A DcvtEOL.tcl4 # convert the EOL from \n to \r on all text files.
12 # Convert files in the distribution to Mac style
19 set files {*.c *.y *.h *.r *.tcl *.test *.rc *.bc *.vc *.bmp *.html \
27 foreach y [eval glob $files] {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/term/
H A Dframe17 The following terms apply to all files associated
19 individual files.
/macosx-10.10/WTF-7600.1.24/WTF.vcxproj/
H A Dwork-around-vs-dependency-tracking-bugs.py26 # .vsprops files change (even if we touch wtf/Platform.h below), so we delete them to force them
32 # Touch wtf/Platform.h so all files will be recompiled. This is necessary
41 # WebKit.idl includes all the other IDL files, so needs to be rebuilt if any IDL file changes.
48 files = glob.glob(glob_pattern)
49 assert len(files), "Couldn't find any files matching glob %s" % glob_pattern
50 return max(map(os.path.getmtime, files))
/macosx-10.10/apr-32/apr/apr/build/
H A Dgen-build.py62 # write out the platform-independent files
63 files = get_files(parser.get('options', 'paths'))
64 objects, dirs = write_objects(f, legal_deps, h_deps, files)
67 # for each platform and each subdirectory holding platform-specific files,
75 # for those files that we have to manually add to our list.
102 # remember that this directory has files/objects
106 files = get_files(path + '/*.c')
107 objects, _unused = write_objects(f, legal_deps, h_deps, files)
124 # write out a symbol which contains the necessary files
134 files
[all...]
/macosx-10.10/dtrace-147/test/cmd/scripts/
H A Ddstyle.pl224 push(@files, $arg);
230 die $USAGE if (scalar(@files) == 0);
232 foreach $file (@files) {
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dpackage_task.rb4 # a copy of this software and associated documentation files (the
33 # zip files and tar/gzipped packages can be produced by this task.
51 # s.files = PKG_FILES
89 @package_files += gem_spec.files if gem_spec.files
114 file gem_path => [package_dir, gem_dir] + @gem_spec.files do
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/unix/tools/
H A Dinstcopy.tcl4 # Tcl program to copy files during the installation of Tcl. This is used
29 # o files - List of files to copy. If one of directories are specified, they
31 # o targetdir - Target directory to copy the files to. If the directory does
107 set files {}
109 lappend files [eval file join [file split $file]]
121 foreach file $files {
/macosx-10.10/llvmCore-3425.0.34/docs/
H A Dmake.bat21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
24 echo. pickle to make pickle files
25 echo. json to make JSON files
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
30 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
31 echo. text to make text files
33 echo. texinfo to make Texinfo files
[all...]
/macosx-10.10/ruby-106/ruby/lib/rdoc/generator/
H A Djson_index.rb54 # a copy of this software and associated documentation files (the
98 @files = nil
201 pages = @files.select do |file|
223 # The directory files are written to
229 def reset files, classes # :nodoc:
230 @files = files
/macosx-10.10/gnudiff-19/diffutils/src/
H A Dside.c28 /* Next line number to be printed in the two input files. */
38 next0 = next1 = - files[0].prefix_lines;
41 print_sdiff_common_lines (files[0].valid_lines, files[1].valid_lines);
201 /* Print lines common to both files in side-by-side format. */
219 print_1sdiff_line (&files[0].linbuf[i0++], ' ',
220 &files[1].linbuf[i1++]);
222 print_1sdiff_line (0, ')', &files[1].linbuf[i1++]);
225 print_1sdiff_line (&files[0].linbuf[i0++], '(', 0);
262 print_1sdiff_line (&files[
[all...]
/macosx-10.10/text_cmds-88/tail/
H A Dtail.c66 file_info_t *files; variable
189 files = (struct file_info *) malloc(no_files * sizeof(struct file_info));
190 if (! files)
193 for (file = files; (fname = argc ? *argv++ : "stdin"); file++) {
208 follow(files, style, off);
209 for (i = 0, file = files; i < no_files; i++, file++) {
212 free(files);
/macosx-10.10/lukemftpd-50/
H A DAEP.make56 # AEP_LaunchdConfigs - launchd config files in SRCROOT to be installed
62 # AEP_ConfigFiles - standard set of configuration files; ".default" versions
74 GnuAfterInstall += install-startup-files install-open-source-files
75 GnuAfterInstall += install-top-level-man-pages install-configuration-files
150 .PHONY: install-open-source-files install-startup-files
151 .PHONY: install-top-level-man-pages install-configuration-files
212 install-startup-files::
214 @echo "Installing launchd configuration files
[all...]

Completed in 439 milliseconds

1234567891011>>