Searched refs:files (Results 301 - 325 of 516) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DDriver.cpp198 files.push_back(make<BinaryFile>(mbref));
210 files.push_back(createObjectFile(p.first, path, p.second));
222 // Check if all members are bitcode files. If not, ignore, which is the
233 files.push_back(make<LazyObjFile>(p.first, path, p.second));
238 files.push_back(make<ArchiveFile>(std::move(file)));
257 files.push_back(
263 files.push_back(make<LazyObjFile>(mbref, "", 0));
265 files.push_back(createObjectFile(mbref));
281 // LTO calls LLVM functions to compile bitcode files to native code.
282 // Technically this can be delayed until we read bitcode files, bu
[all...]
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A DMakefile.in134 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
136 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
137 END { for (dir in files) print dir, files[dir] }'
1132 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1134 if ($$2 == $$4) files[d] = files[
[all...]
/freebsd-12-stable/crypto/openssh/
H A Dsshconnect2.c1486 struct idlist agent, files, *preferred; local
1494 TAILQ_INIT(&files); /* keys from the config file */
1509 TAILQ_INSERT_TAIL(&files, id, next);
1537 TAILQ_FOREACH(id, &files, next) {
1543 TAILQ_REMOVE(&files, id, next);
1570 TAILQ_FOREACH_SAFE(id, &files, next, tmp) {
1574 TAILQ_FOREACH(id2, &files, next) {
1579 TAILQ_REMOVE(&files, id, next);
1587 TAILQ_REMOVE(&files, id, next);
1592 for (id = TAILQ_FIRST(&files); i
[all...]
/freebsd-12-stable/tools/tools/sysbuild/
H A Dsysbuild.sh122 # -P is a pretty neat way to clean junk out from your ports dist-files:
524 log_it copy ports config files
640 log_it move dist config files "(expect warnings)"
647 log_it copy live config files
/freebsd-12-stable/usr.bin/man/
H A Dman.sh721 # Reads the end-user adjustable config files.
723 local IFS file files
737 # Glob the list of files to parse.
739 files=$(echo $config_local)
742 for file in $files; do
752 # Reads the specified config files.
/freebsd-12-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk44 # do not update the *depend* files
115 # sometimes we want .meta files generated to aid debugging/error detection
166 # we actually only care about the .SUFFIXES of files that might be
/freebsd-12-stable/share/mk/
H A Dmeta.autodep.mk46 # do not update the *depend* files
117 # sometimes we want .meta files generated to aid debugging/error detection
168 # we actually only care about the .SUFFIXES of files that might be
/freebsd-12-stable/contrib/openbsm/modules/auditfilter_noop/
H A DMakefile.in118 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
120 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
121 END { for (dir in files) print dir, files[dir] }'
126 test -z "$$files" \
128 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
129 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-12-stable/contrib/openpam/modules/pam_deny/
H A DMakefile.in120 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
122 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
123 END { for (dir in files) print dir, files[dir] }'
128 test -z "$$files" \
130 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
131 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-12-stable/contrib/openpam/modules/pam_permit/
H A DMakefile.in120 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
122 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
123 END { for (dir in files) print dir, files[dir] }'
128 test -z "$$files" \
130 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
131 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-12-stable/contrib/openpam/modules/pam_return/
H A DMakefile.in120 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
122 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
123 END { for (dir in files) print dir, files[dir] }'
128 test -z "$$files" \
130 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
131 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-12-stable/contrib/openpam/modules/pam_unix/
H A DMakefile.in120 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
122 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
123 END { for (dir in files) print dir, files[dir] }'
128 test -z "$$files" \
130 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
131 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-12-stable/contrib/unbound/contrib/
H A Dunbound.spec52 %files
/freebsd-12-stable/contrib/gcc/config/arm/
H A Dcrti.asm27 # As a special exception, if you link this library with files
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dcygwin.asm29 * As a special exception, if you link this library with files
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dcrtend.asm21 /* As a special exception, if you link this library with other files,
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Deabi-ci.asm28 As a special exception, if you link this library with files
H A Deabi-cn.asm28 As a special exception, if you link this library with files
H A Dsol-ci.asm29 # As a special exception, if you link this library with files
H A Dsol-cn.asm29 # As a special exception, if you link this library with files
/freebsd-12-stable/sys/conf/
H A Ddtb.build.mk73 # with .dts files appearing in a vendor/ directory.
/freebsd-12-stable/sys/sys/
H A Dsyscall.mk1 # FreeBSD system call object files.
/freebsd-12-stable/share/examples/drivers/
H A Dmake_device_driver.sh3 # It also adds FOO and files.FOO configuration files so you can compile
52 rm ${TOP}/conf/files.${UPPER}
62 echo "The following files will be created:"
64 echo ${TOP}/conf/files.${UPPER}
85 cat >${TOP}/conf/files.${UPPER} <<DONE
96 files "${TOP}/conf/files.${UPPER}"
/freebsd-12-stable/crypto/heimdal/lib/hx509/
H A DMakefile.in118 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
120 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
121 END { for (dir in files) print dir, files[dir] }'
854 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
856 if ($$2 == $$4) files[d] = files[
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp146 OS << R"("files":[)"; local
185 // Emit the information about the reproduce files to stdout.

Completed in 221 milliseconds

<<11121314151617181920>>