Searched refs:files (Results 51 - 75 of 557) sorted by relevance

1234567891011>>

/freebsd-11-stable/tools/tools/kernelcruft/
H A Dkernelcruft.sh5 # Try to find *.c files in /sys which are orphaned
10 cat files* | sed '
/freebsd-11-stable/stand/
H A Dficl.mk3 # Common flags to build FICL related files
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dgenerate_module.rb7 # This script creates all the files with start code necessary for a new module.
138 # Assemble the path/names of the files we need to work with.
139 files = []
142 files << {
156 # destroy files if that was what was requested
158 files.each do |filespec|
177 files.each do |file|
182 files.each_with_index do |file, i|
/freebsd-11-stable/share/mk/
H A Dbsd.files.mk1 # $FreeBSD: stable/11/share/mk/bsd.files.mk 311201 2017-01-03 23:25:55Z bdrewery $
4 .error bsd.files.mk cannot be included directly.
7 .if !target(__<bsd.files.mk>__)
8 __<bsd.files.mk>__:
102 .endif # !target(__<bsd.files.mk>__)
/freebsd-11-stable/contrib/diff/src/
H A Difdef.c52 next_line0 = next_line1 = - files[0].prefix_lines;
54 if (next_line0 < files[0].valid_lines
55 || next_line1 < files[1].valid_lines)
59 next_line0, files[0].valid_lines,
60 next_line1, files[1].valid_lines);
103 groups[0].file = &files[0];
106 groups[1].file = &files[1];
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl48 @files = ();
54 # If no test files are specified on the command-line, execute a find on "."
55 # and append any tst.*.d, tst.*.ksh, err.*.d or drp.*.d files found within
60 push(@files, $File::Find::name)
77 print "\t -d specify directory for test results files and cores\n";
86 print "\t -s save results files even for tests that pass\n";
218 # Iterate over the set of test files specified on the command-line or by a find
227 # that a matching drop tag was produced. If any *.out or *.err files are found
248 foreach $file (sort @files) {
520 $total = scalar(@files);
[all...]
/freebsd-11-stable/crypto/heimdal/appl/afsutil/
H A Dafslog.c51 static getarg_strings files; variable
62 { "file", 'p', arg_strings, &files, "files to get tokens for", "path" },
106 const char **fn, *files[] = { _PATH_CELLSERVDB, local
111 for(fn = files; *fn; fn++) {
270 for(i = 0; i < files.num_strings; i++){
271 afslog_file(files.strings[i]);
274 free_getarg_strings (&files);
/freebsd-11-stable/usr.bin/tail/
H A Dtail.c62 static file_info_t *files; variable
184 files = (struct file_info *) malloc(no_files *
186 if (!files)
189 for (file = files; (fn = *argv++); file++) {
203 follow(files, style, off);
204 for (i = 0, file = files; i < no_files; i++, file++) {
207 free(files);
H A Dforward.c62 static void set_events(file_info_t *files);
79 * files, by bytes or lines and from the beginning or end of the file.
264 set_events(file_info_t *files) argument
275 for (i = 0, file = files; i < no_files; i++, file++) {
306 follow(file_info_t *files, enum STYLE style, off_t off) argument
313 /* Position each of the files */
315 file = files;
340 set_events(files);
345 for (i = 0, file = files; i < no_files; i++, file++) {
388 for (i = 0, file = files;
[all...]
/freebsd-11-stable/crypto/openssh/contrib/
H A Dfindssl.sh18 # 2004-12-13: Add traps to cleanup temp files, from Amarendra Godbole.
40 # Searching for OpenSSL header files.
44 # Searching for OpenSSL shared library files.
53 # Searching for OpenSSL static library files.
114 echo Searching for OpenSSL header files.
133 echo Searching for OpenSSL shared library files.
162 echo Searching for OpenSSL static library files.
/freebsd-11-stable/tools/LibraryReport/
H A DLibraryReport.tcl45 # files, applies 'ldd' to them and attempts to determine which libraries are
153 # files?
159 incr stats(files);
166 # maybe a directory with more files?
277 set stats(files) 0;
285 $stats(dirs) $stats(files) $stats(execs) $stats(libs)];
/freebsd-11-stable/contrib/file/doc/
H A DMakefile.in135 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
137 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
138 END { for (dir in files) print dir, files[dir] }'
143 test -z "$$files" \
145 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
146 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Ddwarf2dbg.c164 /* Table of files used by .debug_line. */
165 static struct file_entry *files; variable in typeref:struct:file_entry
442 if (! files[last_used].dir
443 && strcmp (filename, files[last_used].filename) == 0)
445 if (files[last_used].dir
446 && strncmp (filename, dirs[files[last_used].dir],
450 files[last_used].filename) == 0)
493 if (files[i].dir == dir
494 && files[i].filename
495 && strcmp (file, files[
[all...]
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dkadmin.c146 char **files; local
177 ret = krb5_prepend_config_files_default(config_file, &files);
179 krb5_err(context, 1, ret, "getting configuration files");
181 ret = krb5_set_config_files(context, files);
182 krb5_free_config_files(files);
184 krb5_err(context, 1, ret, "reading configuration files");
H A Dkadmind.c92 char **files; local
127 ret = krb5_prepend_config_files_default(config_file, &files);
129 krb5_err(context, 1, ret, "getting configuration files");
131 ret = krb5_set_config_files(context, files);
132 krb5_free_config_files(files);
134 krb5_err(context, 1, ret, "reading configuration files");
/freebsd-11-stable/etc/rc.d/
H A Dnsswitch72 files)
/freebsd-11-stable/gnu/usr.bin/cc/libcpp/
H A DMakefile15 files.c identifiers.c init.c lex.c line-map.c macro.c \
/freebsd-11-stable/usr.sbin/bluetooth/btpand/
H A Devent.h60 char const *files[3]; member in struct:event
100 ev->files[0] = file;
113 ev->files[1] = file;
125 ev->files[2] = file;
/freebsd-11-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh36 # --no-stats -- don't show progress statistics while fetching files
42 -d workdir -- Store working files in workdir
63 files and directories.
65 files and directories which have changed.
255 # in preparation for fetching files. Also chdir into
316 if ! [ -d "${WORKDIR}/files" -a -r "${WORKDIR}/tag" \
602 if [ -f "files/${Y}.gz" -o ! -f "files/${X}.gz" ]; then continue; fi
655 # Verify a list of files
689 # Verify the metadata files
[all...]
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A DMakefile.in155 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
157 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
158 END { for (dir in files) print dir, files[dir] }'
163 test -z "$$files" \
165 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
166 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/contrib/ntp/scripts/ntptrace/
H A DMakefile.in155 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
157 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
158 END { for (dir in files) print dir, files[dir] }'
163 test -z "$$files" \
165 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
166 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/contrib/ntp/scripts/ntp-wait/
H A DMakefile.in155 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
157 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
158 END { for (dir in files) print dir, files[dir] }'
163 test -z "$$files" \
165 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
166 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/contrib/ntp/scripts/ntpsweep/
H A DMakefile.in155 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
157 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
158 END { for (dir in files) print dir, files[dir] }'
163 test -z "$$files" \
165 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
166 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/stand/libsa/
H A Dwrite.c72 struct open_file *f = &files[fd];
H A Dclose.c71 struct open_file *f = &files[fd];

Completed in 178 milliseconds

1234567891011>>