Searched refs:files (Results 126 - 150 of 557) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A DMakefile.in125 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
127 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
128 END { for (dir in files) print dir, files[dir] }'
133 test -z "$$files" \
135 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
136 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dparseie.awk87 files[iecnt] = file
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.h103 svn_fs_fs__info_config_files(apr_array_header_t **files,
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dconfig.c352 char **files; local
357 ret = krb5_prepend_config_files_default(config_file, &files);
359 krb5_err(kcm_context, 1, ret, "getting configuration files");
361 ret = krb5_set_config_files(kcm_context, files);
362 krb5_free_config_files(files);
364 krb5_err(kcm_context, 1, ret, "reading configuration files");
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dconfig.c172 char **files; local
180 ret = krb5_prepend_config_files_default(config_file, &files);
182 krb5_err(context, 1, ret, "getting configuration files");
184 ret = krb5_set_config_files(context, files);
185 krb5_free_config_files(files);
187 krb5_err(context, 1, ret, "reading configuration files");
/freebsd-11-stable/crypto/openssl/util/pl/
H A DMingw32.pl95 local($target,$files,$dep_libs,$libs)=@_;
100 $ret.="$target: $files $dep_libs\n";
101 $ret.="\t\$(LINK_CMD) ${efile}$target \$(LFLAGS) $files $libs\n\n";
H A DOS2-EMX.pl110 local($target,$files,$dep_libs,$libs)=@_;
115 $ret.="$target: $files $dep_libs\n";
116 $ret.="\t\$(LINK_CMD) ${efile}$target \$(CFLAG) \$(LFLAGS) $files $libs\n\n";
H A Dlinux.pl75 local($target,$files,$dep_libs,$libs)=@_;
80 $ret.="$target: $files $dep_libs\n";
81 $ret.="\t\$(LINK_CMD) ${efile}$target \$(LFLAGS) $files $libs\n\n";
/freebsd-11-stable/tools/tools/mid/
H A Dmid-index10 local($name, @files) = @_;
/freebsd-11-stable/stand/libsa/
H A Dlseek.c72 struct open_file *f = &files[fd];
H A Dread.c72 struct open_file *f = &files[fd];
90 * Optimise reads from regular files using a readahead buffer.
/freebsd-11-stable/contrib/xz/src/xz/
H A Dmessage.h126 /// \brief Set the total number of files to be processed
130 extern void message_set_files(unsigned int files);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DDriver.h48 std::vector<InputFile *> files; member in class:lld::elf::LinkerDriver
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.h109 svn_fs_x__info_config_files(apr_array_header_t **files,
/freebsd-11-stable/crypto/heimdal/appl/kf/
H A DMakefile.in144 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
146 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
147 END { for (dir in files) print dir, files[dir] }'
457 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
459 if ($$2 == $$4) files[d] = files[
[all...]
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A DMakefile.in145 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
147 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
148 END { for (dir in files) print dir, files[dir] }'
459 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
461 if ($$2 == $$4) files[d] = files[
[all...]
/freebsd-11-stable/crypto/heimdal/kpasswd/
H A DMakefile.in155 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
157 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
158 END { for (dir in files) print dir, files[dir] }'
476 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
478 if ($$2 == $$4) files[d] = files[
[all...]
/freebsd-11-stable/crypto/heimdal/kuser/
H A DMakefile.in197 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
199 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
200 END { for (dir in files) print dir, files[dir] }'
559 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
561 if ($$2 == $$4) files[d] = files[
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A DMakefile.in121 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
123 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
124 END { for (dir in files) print dir, files[dir] }'
129 test -z "$$files" \
131 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
132 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/contrib/openpam/doc/man/
H A DMakefile.in137 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
139 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
140 END { for (dir in files) print dir, files[dir] }'
145 test -z "$$files" \
147 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
148 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi37 Delete the files made while building the compiler.
40 That, and all the other files built by @samp{make all}.
43 That, and all the files created by @command{configure}.
46 Distclean plus any file that can be generated from other files. Note
51 Generates files in the source directory that do not exist in CVS but
64 Deletes installed files.
68 has various @file{.sum} and @file{.log} files containing the results of
106 some of the files that were not modified. In this case, it's best
136 is running properly, since it should produce the same object files
/freebsd-11-stable/contrib/expat/lib/
H A DMakefile.in29 # a copy of this software and associated documentation files (the
159 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
161 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
162 END { for (dir in files) print dir, files[dir] }'
167 test -z "$$files" \
169 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
[all...]
/freebsd-11-stable/sbin/fsck_ffs/
H A Dmain.c243 intmax_t blks, files; local
493 * 4: scan inodes looking for disconnected files; check reference counts
513 files = maxino - ROOTINO - sblock.fs_cstotal.cs_nifree - n_files;
519 if (bkgrdflag && (files > 0 || blks > 0)) {
521 pwarn("Reclaimed: %ld directories, %jd files, %jd fragments\n",
522 countdirs, files - countdirs, blks);
524 pwarn("%ld files, %jd used, %ju free ",
531 if (files < 0)
532 printf("%jd inodes missing\n", -files);
/freebsd-11-stable/contrib/gcc/
H A Dopts.c89 is struct descriptions replicated in several object files. The
106 category of files includes system headers in addition to files
109 The remaining types of files are library headers and application
115 DINFO_STRUCT_FILE_BASE, /* Debug structs defined in files with the
118 header files. */
119 DINFO_STRUCT_FILE_ANY /* Debug structs defined in all files. */
150 enum debug_struct_file files = DINFO_STRUCT_FILE_ANY; local
171 files = DINFO_STRUCT_FILE_NONE;
173 files
[all...]
/freebsd-11-stable/libexec/rbootd/
H A Dparseconf.c79 ** to create a linked list of default boot files.
155 * If no boot files are spec'd, use the default list.
157 * list of boot-able files.
160 if (bcp == cp) /* no files spec'd */
162 client->files[i] = BootFiles[i];
168 * it in the CLIENT's list of boot files.
178 client->files[i++] =
181 syslog(LOG_ERR, "ParseConfig: line %d: too many boot files (%s)",
190 * Restricted list of boot files were spec'd,
294 ** GetBootFiles -- record list of files i
[all...]

Completed in 231 milliseconds

1234567891011>>