Searched refs:files (Results 226 - 250 of 516) sorted by relevance

1234567891011>>

/freebsd-12-stable/share/mk/
H A Dbsd.init.mk5 # top of all <bsd.*.mk> files that actually "build something".
52 # (not) reading in depend files. For DIRDEPS_BUILD, it will only calculate
H A Dbsd.opts.mk6 # and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no}
49 # and variables from both files are documented in src.conf(5).
H A Dbsd.test.mk6 # tests are to be built. All other *.test.mk files are internal and not
31 # SUBDIR for directories that may contain helper binaries and/or data files.
/freebsd-12-stable/crypto/openssl/apps/
H A DCA.pl.in189 my @files = @ARGV ? @ARGV : ( $NEWCERT );
191 foreach $file (@files) {
/freebsd-12-stable/contrib/binutils/bfd/
H A Ddwarf2.c723 struct fileinfo* files; member in struct:line_info_table
880 filename = table->files[file - 1].name;
889 if (table->files[file - 1].dir)
890 subdirname = table->dirs[table->files[file - 1].dir - 1];
1017 table->files = NULL;
1022 table->files = NULL;
1112 tmp = bfd_realloc (table->files, amt);
1115 free (table->files);
1119 table->files = tmp;
1122 table->files[tabl
[all...]
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c67 * Dirs are just files with directory records packed one
311 struct file_info **files; member in struct:heap_queue
1727 free(iso9660->pending_files.files);
1859 /* Chop off trailing ';1' from files. */
1876 /* Chop off trailing ';1' from files. */
1953 * A file size of symbolic link files in ISO images
2868 /* Collect files which has the same file serial number.
2872 (iso9660->pending_files.files[0]->number == -1 ||
2873 iso9660->pending_files.files[0]->number == number)) {
2876 * but it's wrong offset which empty files
[all...]
/freebsd-12-stable/crypto/heimdal/lib/gssapi/
H A DMakefile.in121 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
123 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
124 END { for (dir in files) print dir, files[dir] }'
1228 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1230 if ($$2 == $$4) files[d] = files[
[all...]
/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
H A DMakefile.in200 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
202 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
203 END { for (dir in files) print dir, files[dir] }'
208 test -z "$$files" \
210 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
211 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-12-stable/crypto/heimdal/lib/asn1/
H A DMakefile.in121 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
123 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
124 END { for (dir in files) print dir, files[dir] }'
733 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
735 if ($$2 == $$4) files[d] = files[
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp176 uint32_t ObjectFileJIT::GetDependentModules(FileSpecList &files) { argument
179 files.Clear();
/freebsd-12-stable/contrib/openbsm/config/
H A Dylwrap34 echo "$0: No files given. Try '$0 --help' for more information." 1>&2
45 Wrapper for lex/yacc invocations, renaming files as desired.
169 # Makefile. Divert the output of all other files to a temporary
191 # Check whether header files must be updated.
/freebsd-12-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec32 %files
/freebsd-12-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser34 buildvirtuser - Build virtusertable support from a directory of files
62 files with:
/freebsd-12-stable/contrib/gcc/config/mips/
H A Dirix-crti.asm10 object files (*crti.o and *crtn.o in this case).
/freebsd-12-stable/contrib/bc/tests/
H A Drandmath.py218 files = [ "add", "subtract", "multiply", "divide", "modulus", "power", "modexp", variable
295 name = testdir + "/" + exe + "/" + files[op]
/freebsd-12-stable/contrib/bearssl/mk/
H A DDefaults.mk4 # a copy of this software and associated documentation files (the
H A DNMake.mk4 # a copy of this software and associated documentation files (the
H A DSingleUnix.mk4 # a copy of this software and associated documentation files (the
/freebsd-12-stable/cddl/usr.sbin/zfsd/
H A DMakefile.common39 > ${.CURDIR}/cscope.files
/freebsd-12-stable/contrib/binutils/
H A Dylwrap37 echo "$0: No files given. Try \`$0 --help' for more information." 1>&2
48 Wrapper for lex/yacc invocations, renaming files as desired.
157 # Makefile. Divert the output of all other files to a temporary
183 # Check whether header files must be updated.
/freebsd-12-stable/contrib/bmake/mk/
H A Dfiles.mk1 # $Id: files.mk,v 1.6 2017/05/07 02:21:02 sjg Exp $
H A Dtarget-flags.mk32 # macro files and that target specific flags that may reference
/freebsd-12-stable/contrib/byacc/package/
H A Dbyacc.spec50 %files
H A Dmingw-byacc.spec50 %files
/freebsd-12-stable/sys/contrib/libsodium/test/default/
H A Dwintest.bat54 REM Remove temporary files

Completed in 311 milliseconds

1234567891011>>