Searched refs:files (Results 201 - 225 of 557) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/file/
H A DMakefile.in147 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
149 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
150 END { for (dir in files) print dir, files[dir] }'
155 test -z "$$files" \
157 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
158 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_file.c2 * diff_file.c : routines for doing diffs on files
94 } files[4]; member in struct:svn_diff__file_baton_t
231 /* For all files in the FILE array, increment the curp pointer. If a file
250 /* For all files in the FILE array, decrement the curp pointer. If the
426 * endp for any of the files.
521 * with big files (and then doubling the required number to be on the safe
591 /* Compensate if other files are smaller than file[0] */
755 /* Let FILE stand for the array of file_info struct elements of BATON->files
762 * which are identical between all the files. Return the number of identical
779 struct file_info files[ local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A DMakefile.in119 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
121 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
122 END { for (dir in files) print dir, files[dir] }'
621 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
623 if ($$2 == $$4) files[d] = files[
[all...]
/freebsd-11-stable/contrib/openbsm/libauditd/
H A DMakefile.in78 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
80 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
81 END { for (dir in files) print dir, files[dir] }'
86 test -z "$$files" \
88 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
89 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk5 # copy of this software and associated documentation files (the "Software"), #
45 # The most recent html files were generated with lynx 2.8.6 (or later), using
92 # The distributed html files are formatted using
161 # .ali files generated by the Ada95 compiler during the build process. These
162 # .ali files contain cross referencing information required by gnathtml.
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dcontext.c380 char **files; local
397 ret = krb5_get_default_config_files(&files);
400 ret = krb5_set_config_files(p, files);
401 krb5_free_config_files(files);
633 /* with this enabled and if there are no config files, Kerberos is
816 const char *files = NULL; local
821 files = getenv("KRB5_CONFIG");
824 if (files == NULL) {
838 if (files == NULL)
839 files
[all...]
/freebsd-11-stable/contrib/bmake/
H A Ddir.c152 * has in it the name of the directory and a hash table of all the files
165 * for far more files than regular make does. In the initial
185 * hashed. This will catch the creation or deletion of files,
186 * but not the updating of files. However, since it is the
205 * but prevents inadvertent modification of files when the "installed"
362 Hash_InitTable(&dotLast->files, -1);
591 * Given a pattern and a Path structure, see if any files
619 for (entry = Hash_EnumFirst(&p->files, &search);
625 * convention that dot files will only be found if the pattern
822 * resulting files
[all...]
H A Dbsd.after-import.mk6 # capture the generated files we need, and add an after-import
65 # These are the simple files we want to capture
/freebsd-11-stable/share/mk/
H A Dlocal.dirdeps.mk80 # generated yet. This can be based on things such as SRC files and LIBADD.
124 # Has C files. The C_DIRDEPS are shared with C++ files as well.
146 # Has C++ files
159 # Has yacc files.
H A Dbsd.doc.mk16 # EXTRA Extra files (not SRCS) that make up the document. [not set]
28 # SRCDIR Directory where source files live. [${.CURDIR}]
30 # SRCS List of source files. [not set]
H A Dbsd.subdir.mk44 cleanobj depend distribute files includes installconfig \
51 clean cleandepend cleandir cleanilinks cleanobj files includes \
93 .for __target in files includes
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.
H A DMakefile29 bsd.files.mk \
H A Dbsd.init.mk5 # top of all <bsd.*.mk> files that actually "build something".
40 # (not) reading in depend files. For DIRDEPS_BUILD, it will only calculate
/freebsd-11-stable/crypto/openssh/contrib/aix/
H A Dbuildbff.sh56 # $objdir/$PKGDIR/ directory package files are constructed in
118 # Copy informational files to include in package
153 # Rename config files; postinstall script will copy them if necessary
160 # Generate lpp control files.
161 # working dir is $FAKE_ROOT but files are generated in dir above
165 echo Generating LPP control files
176 # generate list of directories containing files
179 files=`find . -type f -print`
180 dirs=`for file in $files; do dirname $file; done | sort -u`
301 # Create liblpp.a and move control files int
[all...]
/freebsd-11-stable/tools/tools/locale/tools/
H A Dcldr2def.pl913 my @files;
915 @files = sort {
925 @files = sort {
939 @files = sort {
947 if ($#files > 0) {
948 my $link = shift(@files);
950 foreach my $file (@files) {
/freebsd-11-stable/crypto/openssl/util/
H A Dmkerr.pl63 -rebuild Rebuild all header and C source files, irrespective of the
65 Default: only update files for libraries which saw change
67 files will be touched!)
69 -recurse scan a preconfigured set of directories / files for error and
79 and function codes as extracted from the scanned header files;
102 source files as assigned to each library through the config
332 # skip obsoleted source files entirely!
/freebsd-11-stable/usr.sbin/ypldap/
H A Dparse.y56 TAILQ_HEAD(files, file) files = TAILQ_HEAD_INITIALIZER(files);
705 TAILQ_INSERT_TAIL(&files, nfile, entry);
714 if ((prev = TAILQ_PREV(file, files, entry)) != NULL)
717 TAILQ_REMOVE(&files, file, entry);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DLTO.cpp48 // Creates an empty file to store a list of object files for final
190 // 4) Symbols that are defined in bitcode files and used for dynamic linking.
216 // If LazyObjFile has not been added to link, emit empty index files.
236 // Merge all the bitcode files we have seen, codegen the result
241 files.resize(maxTasks);
244 // to cache native object files for ThinLTO incremental builds. If a path was
251 files[task] = std::move(mb);
262 // Emit empty index files for non-indexed files
277 // files
[all...]
/freebsd-11-stable/contrib/diff/src/
H A Dutil.c150 /* Call before outputting the results of comparing files NAME0 and NAME1
253 /* If handling multiple files (because scanning a directory),
254 print which files the following output is about. */
265 print_context_header (files, false);
269 print_context_header (files, true);
677 char const * const *linbuf0 = files[0].linbuf; /* Help the compiler. */
678 char const * const *linbuf1 = files[1].linbuf;
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsol2-ci.asm29 ! As a special exception, if you link this library with files
40 ! This file is linked in before the Values-Xx.o files and also before
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Diprop-log.c49 char **files; local
59 ret = krb5_prepend_config_files_default(config_file, &files);
61 krb5_err(context, 1, ret, "getting configuration files");
63 ret = krb5_set_config_files(context, files);
64 krb5_free_config_files(files);
66 krb5_err(context, 1, ret, "reading configuration files");
/freebsd-11-stable/contrib/amd/include/
H A Dmount_headers1.h176 # error causes errors with other header files. Instead, add it to the
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap66 echo "$0: No files given. Try '$0 --help' for more information." 1>&2
77 Wrapper for lex/yacc invocations, renaming files as desired.
192 # Do not overwrite unchanged header files to avoid useless
195 # output of all other files to a temporary file so we can
212 # Check whether files must be updated.

Completed in 311 milliseconds

1234567891011>>