Searched refs:files (Results 26 - 50 of 557) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp66 static void checkFlags(ArrayRef<FileFlags> files) { argument
67 assert(!files.empty() && "expected non-empty file list");
69 uint32_t abi = files[0].flags & (EF_MIPS_ABI | EF_MIPS_ABI2);
70 bool nan = files[0].flags & EF_MIPS_NAN2008;
71 bool fp = files[0].flags & EF_MIPS_FP64;
73 for (const FileFlags &f : files) {
94 static uint32_t getMiscFlags(ArrayRef<FileFlags> files) { argument
96 for (const FileFlags &f : files)
103 static uint32_t getPicFlags(ArrayRef<FileFlags> files) { argument
105 bool isPic = files[
277 getArchFlags(ArrayRef<FileFlags> files) argument
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-msdos.c49 const char *files[PEX_MSDOS_FILE_COUNT]; member in struct:pex_msdos
96 ret->files[i] = NULL;
116 if (ms->files[i] == NULL)
118 ms->files[i] = xstrdup (name);
126 /* Get the index into msdos->files associated with an open file
133 if (fd < 0 || fd >= PEX_MSDOS_FILE_COUNT || ms->files[fd] == NULL)
149 free (ms->files[fdindex]);
150 ms->files[fdindex] = NULL;
202 infile = ms->files[inindex];
213 outfile = ms->files[outinde
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.nls.mk8 # GENCAT A program for converting .msg files into compiled NLS
9 # .cat files. [gencat]
11 # NLS Source or intermediate .msg files. [set in Makefile]
13 # NLSDIR Base path for National Language Support files
16 # NLSGRP National Language Support files group. [${SHAREGRP}]
18 # NLSMODE National Language Support files mode. [${NOBINMODE}]
20 # NLSOWN National Language Support files owner. [${SHAREOWN}]
H A Dbsd.info.mk3 # The include file <bsd.info.mk> handles installing GNU (tech)info files.
10 # CLEANFILES Additional files to remove for the clean and cleandir targets.
12 # DESTDIR Change the tree where the info files gets installed. [not set]
22 # ICOMPRESS_CMD Program to compress info files. Output is to
25 # INFO texinfo files, without suffix. [set in Makefile]
27 # INFO2HTML A program for converting GNU info files into HTML files
33 # INFODIRFILE Top level node/index for info files. [dir]
51 # MAKEINFO A program for converting GNU Texinfo files into Info
56 # NO_INFOCOMPRESS If you do not want info files b
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dprogs.pl32 push(@files,$_);
62 push(@files,$_);
87 push(@files,$_);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dmissing43 automake touch all \`Makefile.in' files
85 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' configure.in`
86 test -z "$files" && files="config.h"
88 for f in $files; do
181 system. You might have modified some files without having the
/freebsd-11-stable/usr.bin/gzip/
H A Dzdiff112 files="$1"
113 check_suffix "$1" files filt
118 $filt -- "$1" | $prog $flags -- - "$files"
121 # Two files given, compare the two uncompressing as needed
122 check_suffix "$1" files filt
/freebsd-11-stable/contrib/bmake/
H A Ddir.h86 Hash_Table files; /* Hash table of files in directory */ member in struct:Path
/freebsd-11-stable/stand/libsa/
H A Dioctl.c74 struct open_file *f = &files[fd];
H A Dreaddir.c37 struct open_file *f = &files[fd];
H A Dopen.c70 struct open_file files[SOPEN_MAX]; variable in typeref:struct:open_file
78 if (files[fd].f_flags == 0)
104 f = &files[fd];
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddstyle.pl223 push(@files, $arg);
229 die $USAGE if (scalar(@files) == 0);
231 foreach $file (@files) {
/freebsd-11-stable/contrib/llvm-project/lld/docs/
H A Dmake.bat21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
24 echo. pickle to make pickle files
25 echo. json to make JSON files
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
30 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
31 echo. text to make text files
33 echo. texinfo to make Texinfo files
[all...]
/freebsd-11-stable/sys/
H A DMakefile27 cscope.out: ${.CURDIR}/cscope.files
30 ${.CURDIR}/cscope.files: .PHONY
36 rm -f cscope.files cscope.out cscope.in.out cscope.po.out
42 # a few files have changed.
58 TAGS ${.CURDIR}/TAGS: ${.CURDIR}/cscope.files
60 cd ${.CURDIR}; xargs etags -a < ${.CURDIR}/cscope.files
/freebsd-11-stable/contrib/diff/src/
H A Dside.c28 /* Next line number to be printed in the two input files. */
38 next0 = next1 = - files[0].prefix_lines;
41 print_sdiff_common_lines (files[0].valid_lines, files[1].valid_lines);
199 /* Print lines common to both files in side-by-side format. */
217 print_1sdiff_line (&files[0].linbuf[i0++], ' ',
218 &files[1].linbuf[i1++]);
220 print_1sdiff_line (0, ')', &files[1].linbuf[i1++]);
223 print_1sdiff_line (&files[0].linbuf[i0++], '(', 0);
260 print_1sdiff_line (&files[
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dmanifest.mk35 # MODE.usr/bin.files = 555
36 # MODE.usr/sbin.files = 500
37 # means passwd gets 4555 other files in usr/bin get 555 and
38 # files in usr/sbin get 500
52 UID.files ?= 0
53 GID.files ?= 0
54 MODE.files ?= 555
59 M_FILE_ATTR = L:@a@$${$$a.$$s:U$${$$a.$$d.files:U$${$$a.files}}}@
/freebsd-11-stable/share/dtrace/
H A Dhotopen30 * are opening files. This is a very quick way to find out if
45 @files[uid] = count();
53 printa("uid %d\tcount %@d\n", @files, @files);
54 trunc(@files);
/freebsd-11-stable/usr.sbin/service/
H A Dservice.sh88 files=`rcorder ${skip} ${local_rc} 2>/dev/null`
90 for file in `reverse_list ${files}`; do
100 for file in $files; do
118 files=`rcorder ${skip} /etc/rc.d/* ${local_rc} 2>/dev/null`
122 for file in $files; do
144 for file in $files; do
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh73 files=/usr/include/sys/*.h
76 # There are a few files in /usr/include/sys that are known to be bad -- usually
78 # file. Hopefully these remain sufficiently few that the O(#files * #badfiles)
81 # becomes a problem, kindly fix it by reducing the number of bad files! (That
88 for inc in $files; do
116 for inc in $files; do
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dbatch_fsync.c203 apr_hash_t *files; member in struct:svn_fs_x__batch_fsync_t
237 /* We open non-directory files with these flags. */
312 /* Close all files (implicitly) and release memory. */
313 for (hi = apr_hash_first(apr_hash_pool_get(batch->files), batch->files);
330 result->files = svn_hash__make(result_pool);
361 to_sync = svn_hash_gets(batch->files, path);
407 svn_hash_sets(batch->files,
408 apr_pstrdup(apr_hash_pool_get(batch->files), path),
458 * right thing to do. Also, we assume that only files ma
[all...]
/freebsd-11-stable/etc/
H A Drc.shutdown96 files=`rcorder ${rcorder_opts} /etc/rc.d/* ${local_rc} 2>/dev/null`
98 for _rc_elem in `reverse_list $files`; do
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DLTO.h9 // This file provides a way to combine bitcode files into one COFF
12 // If LTO is in use, your input files are not in regular COFF files
13 // but instead LLVM bitcode files. In that case, the linker has to
14 // convert bitcode files into the native format so that we can create
53 std::vector<std::unique_ptr<MemoryBuffer>> files; member in class:lld::coff::BitcodeCompiler
/freebsd-11-stable/contrib/apr-util/
H A Dapr-util.spec29 This package provides the support files which can be used to
137 # Unpackaged files
147 %files
153 %files dbm
157 %files pgsql
161 %files mysql
165 %files sqlite
169 %files odbc
173 %files ldap
177 %files openss
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_fuzz.c49 struct files { struct
55 test_fuzz(const struct files *filesets)
108 "uncompressed test files");
231 static const struct files filesets[] = {
244 static const struct files filesets[] = {
266 static const struct files filesets[] = {
281 static const struct files filesets[] = {
295 static const struct files filesets[] = {
308 static const struct files filesets[] = {
369 static const struct files fileset
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_fops.c7 * copy of this software and associated documentation files (the "Software"),
80 priv->master = TAILQ_EMPTY(&dev->files);
82 TAILQ_INSERT_TAIL(&dev->files, priv, link);

Completed in 151 milliseconds

1234567891011>>