Searched refs:files (Results 101 - 125 of 516) sorted by relevance

1234567891011>>

/freebsd-12-stable/share/mk/
H A Dbsd.dep.mk11 # CLEANDEPENDFILES Additional files to remove for the cleandepend target.
23 # SRCS List of source files (c, c++, assembler)
25 # DPSRCS List of source files which are needed for generating
35 # Make the dependencies for the source files, and store
39 # In "ctags" mode, create a tags file for the source files.
41 # source files. If HTML is defined, htags(1) is also run
88 # Also skip generating or including .depend.* files if in meta+filemon mode
191 # Don't bother statting any .meta files for .depend*
203 # Only add in DEPEND_CFLAGS for CFLAGS on files we expect from DEPENDOBJS
236 # If the obj has any '/', then replace with '_'. For meta files, thi
[all...]
H A Dsys.dependfile.mk19 # dependency files, which can be differentiated by their names.
22 # 2. that machine specific files end in .${MACHINE}
49 # MACHINE specific depend files are supported, but *not* default.
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c52 static void list_files(FILE *out, const char **files, int n_files, int flags);
121 #define LS_DIR_FLAG (1 << 14) /* these files come via list_dir */
505 list_files(FILE *out, const char **files, int n_files, int flags) argument
526 if(lstat_file(files[i], &fi[i].st) < 0) {
527 sec_fprintf2(out, "%s: %s\r\n", files[i], strerror(errno));
536 syslog(LOG_ERR, "%s: %m", files[i]);
545 ret = make_fileinfo(out, files[i], &fi[i], flags);
710 const char *p = strrchr(files[i], '/');
712 p = files[i];
719 sec_fprintf2(out, "%s:\r\n", files[
736 free_files(char **files, int n) argument
766 char **files = NULL; local
[all...]
/freebsd-12-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh36 # --no-stats -- don't show progress statistics while fetching files
44 -d workdir -- Store working files in workdir
68 IDS -- Compare the system against an index of "known good" files
163 # Set whether FreeBSD Update is allowed to add files (or directories, or
183 # Set whether FreeBSD Update is allowed to remove files/directories/symlinks.
268 # Add to the list of paths within which updates to text files will be merged
625 # in preparation for fetching files. Figure out which
808 # Check that securelevel <= 0. Otherwise we can't update schg files.
1102 if [ -f "files/${Y}.gz" ] ||
1103 [ ! -f "files/
[all...]
/freebsd-12-stable/usr.sbin/etcupdate/
H A Detcupdate.sh32 # This is a tool to manage updating files that are not updated as part
33 # of 'make installworld' such as files in /etc. Unlike other tools,
39 # The most reliable way to update changes to files that have local
48 # if needed and then the changes are merged into DESTDIR. Any files
56 # Global settings. These can be adjusted by config files and in some
146 # files once in that case.
200 # Build a limited tree that only contains files that are
220 # Purge auto-generated files. Only the source files need to
221 # be updated after which these files ar
[all...]
/freebsd-12-stable/contrib/one-true-awk/
H A Drun.c63 /* #define FOPEN_MAX 40 */ /* max number of open files */
1699 struct files { struct
1703 } *files; variable in typeref:struct:files
1710 files = calloc(nfiles, sizeof(*files));
1711 if (files == NULL)
1712 FATAL("can't allocate file memory for %u files", nfiles);
1713 files[0].fp = stdin;
1714 files[0].fname = "/dev/stdin";
1715 files[
[all...]
/freebsd-12-stable/contrib/openbsm/man/
H A DMakefile.in136 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
138 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
139 END { for (dir in files) print dir, files[dir] }'
144 test -z "$$files" \
146 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
147 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-12-stable/contrib/ntp/util/
H A DMakefile.in296 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
298 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
299 END { for (dir in files) print dir, files[dir] }'
304 test -z "$$files" \
306 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
307 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-12-stable/contrib/ntp/ntpdc/
H A DMakefile.in222 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
224 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
225 END { for (dir in files) print dir, files[dir] }'
230 test -z "$$files" \
232 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
233 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-12-stable/contrib/ntp/ntpq/
H A DMakefile.in231 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
233 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
234 END { for (dir in files) print dir, files[dir] }'
239 test -z "$$files" \
241 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
242 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-12-stable/contrib/ntp/ntpsnmpd/
H A DMakefile.in218 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
220 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
221 END { for (dir in files) print dir, files[dir] }'
226 test -z "$$files" \
228 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
229 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-12-stable/contrib/libxo/tests/gettext/
H A DMakefile.am82 test tests: ${bin_PROGRAMS} build-mo-files
132 build-pot-files:
143 accept-pot-files:
148 merge-po-files:
179 accept-po-files:
211 mo build-mo-files:
/freebsd-12-stable/contrib/subversion/subversion/svnbench/
H A Dnull-list-cmd.c47 apr_int64_t files;
78 pb->files++;
182 "%15s files\n"
185 svn__ui64toa_sep(pb.files, ',', pool),
46 apr_int64_t files; member in struct:print_baton
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h33 /// The provider defines an interface for generating files needed for
64 /// Every provider knows where to dump its potential files.
103 // Temporary files that are removed during execution can cause copy errors.
231 /// might need to clean up files already written to disk.
347 MultiLoader(std::vector<std::string> files) : m_files(files) {} argument
361 std::vector<std::string> files;
363 yin >> files; local
368 for (auto &file : files) {
374 return std::make_unique<MultiLoader<T>>(std::move(files));
[all...]
/freebsd-12-stable/contrib/libxo/
H A DMakefile.am36 DIST_FILES_DIR = ~/Dropbox/dist-files/
48 upload: dist upload-docs upload-xohtml-files
66 upload-xohtml-files:
67 @echo "Uploading xohtml files ... "
69 && echo "Updating xohtml files on gh-pages ..." \
74 && git commit -m 'new xohtml files' \
/freebsd-12-stable/contrib/apr/
H A Dapr.spec27 This package provides the support files which can be used to
60 # Unpackaged files:
70 %files
75 %files devel
/freebsd-12-stable/contrib/bmake/mk/
H A Dsys.dependfile.mk18 # dependency files, which can be differentiated by their names.
21 # 2. that machine specific files end in .${MACHINE}
48 # MACHINE specific depend files are supported, but *not* default.
/freebsd-12-stable/contrib/openbsm/bin/audit/
H A DMakefile.in172 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
174 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
175 END { for (dir in files) print dir, files[dir] }'
180 test -z "$$files" \
182 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
183 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-12-stable/contrib/openbsm/bin/auditd/
H A DMakefile.in177 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
179 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
180 END { for (dir in files) print dir, files[dir] }'
185 test -z "$$files" \
187 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
188 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-12-stable/contrib/openbsm/bin/auditfilterd/
H A DMakefile.in170 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
172 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
173 END { for (dir in files) print dir, files[dir] }'
178 test -z "$$files" \
180 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
181 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-12-stable/contrib/openbsm/bin/auditreduce/
H A DMakefile.in169 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
171 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
172 END { for (dir in files) print dir, files[dir] }'
177 test -z "$$files" \
179 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
180 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-12-stable/contrib/openbsm/bin/praudit/
H A DMakefile.in169 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
171 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
172 END { for (dir in files) print dir, files[dir] }'
177 test -z "$$files" \
179 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
180 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-12-stable/contrib/openpam/bin/pamtest/
H A DMakefile.in174 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
176 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
177 END { for (dir in files) print dir, files[dir] }'
182 test -z "$$files" \
184 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
185 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-12-stable/contrib/openpam/bin/su/
H A DMakefile.in174 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
176 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
177 END { for (dir in files) print dir, files[dir] }'
182 test -z "$$files" \
184 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
185 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-12-stable/contrib/tcsh/
H A Dtc.func.c811 GettingInput = FALSE; /* make flush() work to write hist files. Huber*/
1183 "Do you really want to delete all files? [N/y] "));
1189 "skipping deletion of files!\n"));

Completed in 292 milliseconds

1234567891011>>