Searched refs:files (Results 376 - 400 of 557) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/share/mk/
H A Dbsd.crunchgen.mk148 # Use a separate build tree to hold files compiled for this crunchgen binary
H A Dbsd.sys.mk173 # only enable it for some files with CLFAGS.$FILE+=${CLANG_NO_IAS}.
241 files html includes install installconfig installfiles \
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A DMakefile.in140 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
142 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
143 END { for (dir in files) print dir, files[dir] }'
148 test -z "$$files" \
150 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
151 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/contrib/openpam/t/
H A DMakefile.in271 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
273 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
274 END { for (dir in files) print dir, files[dir] }'
279 test -z "$$files" \
281 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
282 $(am__cd) "$$dir" && rm -f $$files; }; \
[all...]
/freebsd-11-stable/contrib/xz/src/xz/
H A Dmessage.c21 /// Total number of input files; zero if unknown.
188 message_set_files(unsigned int files) argument
190 files_total = files;
198 /// in a pipe and no other files are processed.
215 // If we don't know how many files there will be due
216 // to usage of --files or --files0.
234 // Start numbering the files starting from one.
1110 " -l, --list list information about .xz files"));
1116 " -k, --keep keep (don't delete) input files\n"
1118 " -c, --stdout write to standard output and don't delete input files"));
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc151 # You need to specify the object files that need to be linked into your
384 # of your files and possibly to generate documentation.
403 @echo Installing documentation files to '$(DOC_INSTALL_DIR)'
/freebsd-11-stable/contrib/gdb/
H A Dltmain.sh1678 # Determine which files to process
1847 # Add dl[pre]opened files of deplib
2676 # Remove our outputs, but don't remove object files since they
2700 # Transform .lo files to .o files.
2726 # Make sure dlfiles contains only unique files that won't be dlpreopened
2736 # Make sure dlprefiles contains only unique files
3217 $echo "creating reloadable object files..."
3256 # All subsequent reloadable object files will link in
3269 # files wil
[all...]
/freebsd-11-stable/usr.bin/sort/
H A Dfile.c100 * List elements of "cleanable" files list.
105 LIST_ENTRY(CLEANABLE_FILE) files;
109 * List header of "cleanable" files list.
125 * Init tmp files list
147 LIST_INSERT_HEAD(&tmp_files, item, files);
153 * Clear tmp files
161 LIST_FOREACH(item,&tmp_files,files) {
179 LIST_FOREACH(item,&tmp_files,files) {
260 * Clean file list data and delete the files,
261 * if this is a list of temporary files
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h129 uint32_t GetDependentModules(lldb_private::FileSpecList &files) override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp174 /// May modify the used list of files {@code Fids} by inserting new ones.
491 /// May modify the used list of files {@code Fids} by inserting new ones.
658 // - "files", an <array> mapping from FIDs to file names
763 PDFileEntry::ConsumerFiles *files = filesMade->getFiles(*D); local
764 if (files) {
765 for (PDFileEntry::ConsumerFiles::const_iterator CI = files->begin(),
766 CE = files->end(); CI != CE; ++CI) {
790 o << " <key>files</key>\n"
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dauto148 dialog --backtitle "FreeBSD Installer" --title "Network Installation" --msgbox "Some installation files were not found on the boot volume. The next few screens will allow you to configure networking so that they can be downloaded from the Internet." 0 0
/freebsd-11-stable/contrib/dialog/
H A Dfselect.c514 usable_state(int state, LIST * dirs, LIST * files) argument
523 result = (files->win != 0) && (data_of(files) != 0);
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh42 atf_set "descr" "Checks handling of binary files"
154 atf_set "descr" "Checks handling of files with no matches"
207 atf_set "descr" "Checks handling of gzipped files with zgrep"
221 "messages about nonexistent files"
659 atf_set "descr" "Check output for binary flags (-a, -I, -U, --binary-files)"
682 # Binary files ignored
685 # --binary-files equivalence
686 atf_check -o inline:"${binmatchtext}" grep --binary-files=binary 'B' test1
687 atf_check -o inline:"A\000B\000C\n" grep --binary-files=text 'B' test1
688 atf_check -s exit:1 grep --binary-files
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp191 // For an undefined symbol, stores all files referencing it and the index of
199 std::vector<File> files; member in struct:lld::coff::UndefinedDiag
209 for (const UndefinedDiag::File &ref : undefDiag.files) {
344 undefDiags[it->second].files.push_back({file, symIndex});
453 ObjFile::instances, /* bitcode files no longer needed */ nullptr);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.c407 "# Disable fsync of log files on transaction commit. Read the\n"
422 "# Enable automatic removal of unused transaction log files.\n"
525 base_bdb_info_config_files(apr_array_header_t **files,
530 *files = apr_array_make(result_pool, 1, sizeof(const char *));
531 APR_ARRAY_PUSH(*files, const char *) = svn_dirent_join(fs->path,
918 /not/ initialize locking. We want the environment files to go
1090 * Delete all unused log files from DBD enviroment at @a live_path that exist
1109 /* Process log files. */
1120 { /* Compare files. No point in using MD5 and wasting CPU cycles as we
1137 /* If log files d
521 base_bdb_info_config_files(apr_array_header_t **files, svn_fs_t *fs, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs_x.c51 /* The default maximum number of files per directory to store in the
172 /* Write the format number and maximum number of files per directory
194 replace version files that already exist. We only need to do
454 "### many small compressible files (source code) but also a high percentage" NL
463 "### This parameter controls the size (in kBytes) of packed revprop files." NL
476 "### pack files and 256 kBytes when compression has been enabled." NL
479 "### To save disk space, packed revprop files may be compressed. Standard" NL
524 "### If the repository contains very large files, i.e. individual changes" NL
656 /* Read the FS format number and max-files-per-dir setting. */
930 /* Now re-open r0, create proto-index files fro
1286 svn_fs_x__info_config_files(apr_array_header_t **files, svn_fs_t *fs, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/tzdata/
H A DMakefile29 # one of the $(TDATA) source files, or adding it to a source file).
56 # one of the $(TDATA) source files, or adding it to a source file).
66 # if the time zone files cannot be accessed.
72 # posix_right or right_posix then files that Debian puts under
95 # The subdirectory containing installed program and data files, and
96 # likewise for installed files that can be shared among architectures.
128 # What kind of TZif data files to generate. (TZif is the binary time
213 # -DHAVE_POSIX_DECLS=0 if your system's include files do not declare
241 # DST transitions if the time zone files cannot be accessed
247 # similarly for "slim". Fat TZif files wor
[all...]
/freebsd-11-stable/contrib/gperf/
H A Dconfigure1059 # Find the source files, if location was not specified.
1144 -n, --no-create do not create output files
1148 --prefix=PREFIX install architecture-independent files in PREFIX
1150 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1153 By default, \`make install' will install all the files in
1168 --includedir=DIR C header files [PREFIX/include]
1169 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1365 # When interrupted or exit'd, cleanup temporary files, and complete
1522 # files actually), so we avoid doing that.
2115 \`$as_me' instantiates files fro
[all...]
/freebsd-11-stable/contrib/gperf/doc/
H A Dconfigure1062 # Find the source files, if location was not specified.
1147 -n, --no-create do not create output files
1151 --prefix=PREFIX install architecture-independent files in PREFIX
1153 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1156 By default, \`make install' will install all the files in
1171 --includedir=DIR C header files [PREFIX/include]
1172 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1368 # When interrupted or exit'd, cleanup temporary files, and complete
1525 # files actually), so we avoid doing that.
2158 \`$as_me' instantiates files fro
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dstabs.c74 /* A stack of unfinished N_BINCL files. */
76 /* A list of finished N_BINCL files. */
88 /* Number of files for which we have types. */
89 unsigned int files; member in struct:stab_handle
363 ret->files = 1;
433 info->files = 1;
3104 /* This struct holds information about files we have seen using
3135 n->file = info->files;
3140 ++info->files;
3143 (info->files
[all...]
H A Ddebug.c74 /* A list of files included in this compilation unit. The first
77 struct debug_file *files; member in struct:debug_unit
693 nunit->files = nfile;
713 /* Change source files to the given file name. This is used for
714 include files in a single compilation unit. */
731 for (f = info->current_unit->files; f != NULL; f = f->next)
1974 for (f = info->current_unit->files; f != NULL; f = f->next)
2009 for (f = u->files; f != NULL; f = f->next)
2339 if (! (*fns->start_compilation_unit) (fhandle, u->files->filename))
2343 for (f = u->files;
[all...]
/freebsd-11-stable/crypto/openssl/engines/
H A DMakefile94 files:
95 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
96 @target=files; $(RECURSIVE_MAKE)
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_vfsops.c1500 uint64_t files = 0; local
1521 files += (entries_per_group - groups[i].bg_nfrees);
1531 sbp->f_files = files;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dutil.c459 apr_array_header_t *files = svn_cstring_split(authorities, ";",
464 for (i = 0; i < files->nelts; ++i)
466 const char *file = APR_ARRAY_IDX(files, i, const char *);
458 apr_array_header_t *files = svn_cstring_split(authorities, ";", local
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb-events.sh28 # The gdb-events.h/gdb-events.c files this script generates are commited
141 The bourn shell script \`\`gdb-events.sh'' creates the files

Completed in 226 milliseconds

<<11121314151617181920>>