Searched refs:files (Results 176 - 200 of 516) sorted by relevance

1234567891011>>

/freebsd-12-stable/libexec/rbootd/
H A Ddefs.h51 ** Common #define's and external variables. All other files should
81 #define C_MAXFILE 10 /* max number of boot-able files */
111 char *files[C_MAXFILE]; /* boot-able files */ member in struct:client_s
138 extern char *BootDir; /* directory w/boot files */
145 extern char *BootFiles[]; /* list of boot files */
/freebsd-12-stable/release/picobsd/tinyware/msh/
H A Dsh5.c446 err("too many files open in shell");
527 /* Scan here files first leaving inhere list in place */
643 /* unlink here temp files before a freearea(area) */
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DLTO.cpp144 // Merge all the bitcode files we have seen, codegen the result
149 files.resize(maxTasks);
152 // native object files for ThinLTO incremental builds. If a path was
158 files[task] = std::move(mb);
168 // Emit empty index files for non-indexed files
177 // files. After that, we exit from linker and ThinLTO backend runs in a
203 for (std::unique_ptr<MemoryBuffer> &file : files)
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp100 std::vector<std::string> files; local
102 files.push_back(recorder->GetFilename().GetPath());
111 yout << files; local
/freebsd-12-stable/usr.sbin/lpr/common_source/
H A Drmjob.c70 static int all = 0; /* eliminate all files (root only) */
83 struct dirent **files; local
101 all = 1; /* all files in local queue */
117 if ((nitems = scandir(".", &files, iscf, NULL)) < 0)
135 * process the files
138 process(pp, files[i]->d_name);
205 case 'U': /* unlink associated files */
284 * files sent from the remote machine to be removed.
302 * Check to see if we are sending files to a remote machine. If we are,
303 * then try removing files o
[all...]
/freebsd-12-stable/crypto/heimdal/admin/
H A DMakefile.in142 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
144 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
145 END { for (dir in files) print dir, files[dir] }'
473 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
475 if ($$2 == $$4) files[d] = files[
[all...]
/freebsd-12-stable/crypto/heimdal/appl/afsutil/
H A DMakefile.in146 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
148 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
149 END { for (dir in files) print dir, files[dir] }'
460 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
462 if ($$2 == $$4) files[d] = files[
[all...]
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A DMakefile.in143 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
145 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
146 END { for (dir in files) print dir, files[dir] }'
477 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
479 if ($$2 == $$4) files[d] = files[
[all...]
/freebsd-12-stable/crypto/heimdal/appl/rcp/
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] }'
441 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
443 if ($$2 == $$4) files[d] = files[
[all...]
/freebsd-12-stable/crypto/heimdal/appl/su/
H A DMakefile.in138 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
140 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
141 END { for (dir in files) print dir, files[dir] }'
451 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
453 if ($$2 == $$4) files[d] = files[
[all...]
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A DMakefile.in139 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
141 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
142 END { for (dir in files) print dir, files[dir] }'
456 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
458 if ($$2 == $$4) files[d] = files[
[all...]
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/
H A DMakefile.in139 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
141 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
142 END { for (dir in files) print dir, files[dir] }'
459 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
461 if ($$2 == $$4) files[d] = files[
[all...]
/freebsd-12-stable/contrib/file/src/
H A DMakefile.in123 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
125 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
126 END { for (dir in files) print dir, files[dir] }'
131 test -z "$$files" \
133 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
134 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A DMakefile.in151 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
153 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
154 END { for (dir in files) print dir, files[dir] }'
486 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
488 if ($$2 == $$4) files[d] = files[
[all...]
/freebsd-12-stable/crypto/heimdal/appl/login/
H A DMakefile.in143 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
145 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
146 END { for (dir in files) print dir, files[dir] }'
475 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
477 if ($$2 == $$4) files[d] = files[
[all...]
/freebsd-12-stable/crypto/heimdal/kadmin/
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] }'
562 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
564 if ($$2 == $$4) files[d] = files[
[all...]
/freebsd-12-stable/crypto/heimdal/lib/kafs/
H A DMakefile.in114 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
116 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
117 END { for (dir in files) print dir, files[dir] }'
577 while read files; do \
578 test -z "$$files" || { \
579 echo " $(INSTALL_DATA) $$files '
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp477 // Build a list of files we need to analyze to build the configuration.
478 FileSpecList files;
480 files.AppendIfUnique(f);
482 // contain the support files for libc++ and the C library.
485 visited_symbol_files, [&files](Module &module) {
490 files.AppendIfUnique(f);
496 LLDB_LOG(log, "[C++ module config] Found {0} support files to analyze",
497 files.GetSize());
499 for (const FileSpec &f : files)
504 // Try to create a configuration from the files
[all...]
/freebsd-12-stable/contrib/sendmail/contrib/
H A Dqtool.pl17 ## This program is for moving files between sendmail queues. It is
18 ## pretty similar to just moving the files manually, but it locks the files
21 ## NOTICE: Do not use this program to move queue files around
27 ## first). This lets you pick the files you want to move using find and
32 ## want all of the queue files within that directory moved, not the
35 ## There is a mechanism for adding conditionals for moving the files.
53 ## This would move any queue files whose number of delivery attempts
187 print("WARNING: moving queue files around " .
245 print("\t-Q\t\tOperate on quarantined files
[all...]
/freebsd-12-stable/contrib/expat/
H A DMakefile.in29 # a copy of this software and associated documentation files (the
189 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
191 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
192 END { for (dir in files) print dir, files[dir] }'
197 test -z "$$files" \
199 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
[all...]
/freebsd-12-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-12-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-12-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-12-stable/contrib/openbsm/libauditd/
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/sys/conf/
H A Dkern.post.mk43 # behavior of installing debug files in the kernel directory.
64 # Ports search for some dependencies in PATH, so add the location of the installed files
66 # SRC_BASE is how the ports tree refers to the location of the base source files
145 # Install gdbinit files for kernel debugging.
227 # Also skip generating or including .depend.* files if in meta+filemon mode
252 # Don't bother reading any .meta files
263 # Only add in DEPEND_CFLAGS for CFLAGS on files we expect from DEPENDOBJS
300 # use .depend files. We really only need source files, not headers since

Completed in 304 milliseconds

1234567891011>>