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

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp210 std::vector<uint32_t> FindFileIndexes(const FileSpecList &files, const FileSpec &file) { argument
213 while ((idx = files.FindFileIndex(idx + 1, file, /*full=*/true)) !=
290 // We found multiple support files that match "file_spec" so use the
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp10 // hierarchically the output sections, input sections, input files and
73 // in the input files.
222 // followed by files that uses that symbol. Here is an example.
229 // files.
234 // Collect symbols and files.
253 SetVector<InputFile *> &files = kv.second; local
256 for (InputFile *file : files)
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-11-stable/contrib/ntp/sntp/libevent/
H A DMakefile.in173 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
175 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
176 END { for (dir in files) print dir, files[dir] }'
181 test -z "$$files" \
183 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
184 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/contrib/diff/src/
H A Danalyze.c64 portion of the two files.
66 Scan from the beginnings of the files, and simultaneously from the ends,
83 of the two files do not match, and likewise that the last lines do not
179 With this heuristic, for files with a constant small density
316 /* Compare in detail contiguous subsequences of the two files
319 The results are recorded in the vectors files[N].changed, by
346 files[1].changed[files[1].realindexes[yoff++]] = 1;
349 files[0].changed[files[
[all...]
/freebsd-11-stable/usr.bin/fortune/fortune/
H A Dfortune.c101 static bool Find_files = FALSE; /* just find a list of proper fortune files */
102 static bool Fortunes_only = FALSE; /* check only "fortunes" files */
110 static bool WriteToDisk = false; /* use files on disk to save state */
125 static STRFILE Noprob_tbl; /* sum of data for all no prob files */
302 case 'f': /* find fortune files */
362 form_file_list(char **files, int file_cnt) argument
399 if (!isdigit((unsigned char)files[i][0]))
400 sp = files[i];
403 for (sp = files[i]; isdigit((unsigned char)*sp); sp++)
420 sp = files[
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.obj.mk4 # and cleaning up object files, etc.
10 # CLEANFILES Additional files to remove for the clean target.
169 # Tell bmake not to look for generated files via .PATH
H A Dbsd.lib.mk80 # .pico used for PIC object files
153 # Use ${DEBUGDIR} for base system debug files, else .debug subdirectory
407 .include <bsd.files.mk>
H A Dmeta.autodep.mk43 # do not update the *depend* files
114 # sometimes we want .meta files generated to aid debugging/error detection
165 # we actually only care about the .SUFFIXES of files that might be
/freebsd-11-stable/crypto/openssl/
H A DMakefile.org77 # We let the C compiler driver to take care of .s files. This is done in
435 makefile.one: files
439 files:
440 $(PERL) $(TOP)/util/files.pl Makefile > $(TOP)/MINFO
441 @set -e; target=files; $(RECURSIVE_BUILD_CMD)
508 # Build distribution tar-file. As the list of files returned by "find" is
510 # would occur. Therefore the list of files is temporarily stored into a file
512 # tar does not support the --files-from option.
513 TAR_COMMAND=$(TAR) $(TARFLAGS) --files-from $(TARFILE).list \
H A DMakefile79 # We let the C compiler driver to take care of .s files. This is done in
437 makefile.one: files
441 files:
442 $(PERL) $(TOP)/util/files.pl Makefile > $(TOP)/MINFO
443 @set -e; target=files; $(RECURSIVE_BUILD_CMD)
510 # Build distribution tar-file. As the list of files returned by "find" is
512 # would occur. Therefore the list of files is temporarily stored into a file
514 # tar does not support the --files-from option.
515 TAR_COMMAND=$(TAR) $(TARFLAGS) --files-from $(TARFILE).list \
/freebsd-11-stable/crypto/heimdal/base/
H A DMakefile.in113 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
115 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
116 END { for (dir in files) print dir, files[dir] }'
542 while read files; do \
543 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
544 $(INSTALL_HEADER) $$files "
[all...]
/freebsd-11-stable/contrib/openbsm/
H A DMakefile.in383 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
384 END { if (nonempty) { for (i in files) print i; }; }'`; \
409 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
410 END { if (nonempty) { for (i in files) print i; }; }'`; \
429 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
430 END { if (nonempty) { for (i in files) print i; }; }'`; \
440 cscope: cscope.files
441 test ! -s cscope.files \
442 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
445 -rm -f cscope.files
[all...]
/freebsd-11-stable/contrib/openpam/
H A DMakefile.in493 cscope: cscope.files
494 test ! -s cscope.files \
495 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
497 -rm -f cscope.files
498 cscope.files: clean-cscope cscopelist
513 done >> $(top_builddir)/cscope.files
517 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
695 || { echo "ERROR: files left after uninstall:" ; \
707 || { echo "ERROR: files left in build directory after distclean:" ; \
744 @echo "it deletes files tha
[all...]
/freebsd-11-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-11-stable/crypto/openssl/crypto/
H A DMakefile93 files:
94 $(PERL) $(TOP)/util/files.pl "CPUID_OBJ=$(CPUID_OBJ)" Makefile >> $(TOP)/MINFO
95 @target=files; $(RECURSIVE_MAKE)
/freebsd-11-stable/tools/tools/sysbuild/
H A Dsysbuild.sh119 # -P is a pretty neat way to clean junk out from your ports dist-files:
515 log_it copy ports config files
631 log_it move dist config files "(expect warnings)"
638 log_it copy live config files
/freebsd-11-stable/usr.bin/man/
H A Dman.sh713 # Reads the end-user adjustable config files.
715 local IFS file files
729 # Glob the list of files to parse.
731 files=$(echo $config_local)
734 for file in $files; do
744 # Reads the specified config files.
/freebsd-11-stable/
H A DMakefile25 # check-old - List obsolete directories/files/libraries.
27 # check-old-files - List obsolete files.
29 # delete-old - Delete obsolete directories/files.
31 # delete-old-files - Delete obsolete files.
55 # much how different the installed mk files are from those in the source
57 # the mk files from the source tree which are supposed to DTRT.
121 check check-old check-old-dirs check-old-files check-old-libs \
123 delete-old delete-old-dirs delete-old-files delet
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk42 # do not update the *depend* files
113 # sometimes we want .meta files generated to aid debugging/error detection
164 # we actually only care about the .SUFFIXES of files that might be
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dcrti.asm27 # As a special exception, if you link this library with files
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dcygwin.asm29 * As a special exception, if you link this library with files
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtend.asm21 /* As a special exception, if you link this library with other files,
/freebsd-11-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

Completed in 288 milliseconds

<<11121314151617181920>>