Searched refs:files (Results 151 - 175 of 557) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/crypto/idea/
H A DMakefile40 files:
41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/crypto/lhash/
H A DMakefile40 files:
41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/crypto/md2/
H A DMakefile40 files:
41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/crypto/md4/
H A DMakefile41 files:
42 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/crypto/mdc2/
H A DMakefile40 files:
41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/crypto/pqueue/
H A DMakefile40 files:
41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A DMakefile40 files:
41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A DMakefile48 files:
49 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/crypto/ripemd/
H A DMakefile48 files:
49 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/crypto/stack/
H A DMakefile40 files:
41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/crypto/txt_db/
H A DMakefile40 files:
41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/crypto/openssl/crypto/whrlpool/
H A DMakefile53 files:
54 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
/freebsd-11-stable/usr.sbin/makefs/tests/
H A Dmakefs_tests_common.sh139 files="${files} ${filesize}.file"
/freebsd-11-stable/sys/contrib/dev/acpica/
H A Dacpica_prep.sh16 # files that should keep their full directory path
19 # files to remove
28 # include files to canonify
52 # strip files
61 # copy files
66 echo copying remaining files
/freebsd-11-stable/share/examples/drivers/
H A Dmake_pseudo_driver.sh50 rm ${TOP}/conf/files.${UPPER}
60 echo "The following files will be created:"
62 echo ${TOP}/conf/files.${UPPER}
72 cat >${TOP}/conf/files.${UPPER} <<DONE
80 files "${TOP}/conf/files.${UPPER}"
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc96 /// Signal-safe removal of files.
97 /// Inserting and erasing from the list isn't signal-safe, but removal of files
155 // If cleanup were to occur while we're removing files we'd have a bad time.
157 // removing files. If cleanup races with us and we win we'll have a leak,
163 // If erasing was occuring while we're trying to remove files we'd look
173 // of special files like /dev/null, even if the compiler is being run
187 // We're done removing files, cleanup can safely proceed.
/freebsd-11-stable/contrib/ntp/ntpd/
H A DMakefile.in293 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
295 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
296 END { for (dir in files) print dir, files[dir] }'
301 test -z "$$files" \
303 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
304 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/contrib/gdb/
H A Ddjunpack.bat7 Rem renaming some of the files whose names are invalid on DOS or conflict
29 Rem empty files. We need that because the previous line will create
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c234 read_ctf(char **files, int n, char *label, read_cb_f *func, void *private, argument
241 if ((rc = read_ctf_common(files[i], label, func,
279 count_files(char **files, int n) argument
288 char *file = files[i];
326 debug(2, "Found %d files in %d input files\n", nfiles, n);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-ci.asm29 ! As a special exception, if you link this library with files
37 ! sections. It is linked in before the values-Xx.o files and also before
/freebsd-11-stable/contrib/openbsm/bsm/
H A DMakefile.in85 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
87 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
88 END { for (dir in files) print dir, files[dir] }'
93 test -z "$$files" \
95 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
96 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/contrib/openbsm/sys/bsm/
H A DMakefile.in88 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
90 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
91 END { for (dir in files) print dir, files[dir] }'
96 test -z "$$files" \
98 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
99 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/contrib/openbsm/test/bsm/
H A DMakefile.in266 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
268 if ($$2 == $$4) files[d] = files[d] " " $$1; \
270 END { for (d in files) print "f", d, files[d] }' | \
271 while read type dir files; do \
273 test -z "$$files" || { \
274 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
275 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
282 files
[all...]
/freebsd-11-stable/contrib/openbsm/tools/
H A DMakefile.in266 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
268 if ($$2 == $$4) files[d] = files[d] " " $$1; \
270 END { for (d in files) print "f", d, files[d] }' | \
271 while read type dir files; do \
273 test -z "$$files" || { \
274 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
275 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
282 files
[all...]
/freebsd-11-stable/libexec/rbootd/
H A Ddefs.h49 ** Common #define's and external variables. All other files should
79 #define C_MAXFILE 10 /* max number of boot-able files */
109 char *files[C_MAXFILE]; /* boot-able files */ member in struct:client_s
136 extern char *BootDir; /* directory w/boot files */
143 extern char *BootFiles[]; /* list of boot files */

Completed in 183 milliseconds

1234567891011>>