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

1234567891011>>

/freebsd-9.3-release/crypto/openssl/util/
H A Dmklink.pl10 # For each of these files, we create in the "from" directory a link
30 my @files = @ARGV;
62 foreach $file (@files) {
/freebsd-9.3-release/crypto/openssl/util/pl/
H A Dultrix.pl28 local($target,$files,$dep_libs,$libs)=@_;
33 $ret.="$target: $files $dep_libs\n";
34 $ret.="\t\$(LINK) ${efile}$target \$(LFLAGS) $files $libs\n\n";
/freebsd-9.3-release/lib/libstand/
H A Dfstat.c44 struct open_file *f = &files[fd];
H A Dioctl.c74 struct open_file *f = &files[fd];
H A Dreaddir.c37 struct open_file *f = &files[fd];
H A Dopen.c68 struct open_file files[SOPEN_MAX]; variable in typeref:struct:open_file
76 if (files[fd].f_flags == 0)
101 f = &files[fd];
/freebsd-9.3-release/release/scripts/
H A DchkINDEX15 echo Checking for missing files
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_read_format_gtar_sparse.c167 } files[] = { variable in typeref:struct:archive_contents
274 verify_archive_file("test_read_format_gtar_sparse_1_13.tar", files);
275 verify_archive_file("test_read_format_gtar_sparse_1_17.tar", files);
289 files);
295 files);
301 files);
314 files);
/freebsd-9.3-release/contrib/ipfilter/FreeBSD/
H A Dminstall14 if ( -f /sys/conf/files.newconf ) then
15 echo "Patching /sys/conf/files.newconf"
16 cat FreeBSD/files.newconf.diffs | (cd /sys/conf; patch)
17 echo "Patching /sys/conf/files"
18 cat FreeBSD/files.diffs | (cd /sys/conf; patch)
20 if ( -f /sys/conf/files.oldconf ) then
21 echo "Patching /sys/conf/files.oldconf"
22 cat FreeBSD/files.oldconf.diffs | (cd /sys/conf; patch)
23 echo "Patching /sys/conf/files"
H A Dunminstall14 if ( -f /sys/conf/files.newconf ) then
15 echo "Unpatching /sys/conf/files.newconf"
16 cat FreeBSD/files.newconf.diffs | (cd /sys/conf; patch -R)
17 echo "Unpatching /sys/conf/files"
18 cat FreeBSD/files.diffs | (cd /sys/conf; patch -R)
20 if ( -f /sys/conf/files.oldconf ) then
21 echo "Unpatching /sys/conf/files.oldconf"
22 cat FreeBSD/files.oldconf.diffs | (cd /sys/conf; patch -R)
23 echo "Unpatching /sys/conf/files"
/freebsd-9.3-release/etc/
H A Drc68 # to minimize the number of files that are needed on a diskless system,
98 files=`rcorder ${skip} ${skip_firstboot} /etc/rc.d/* 2>/dev/null`
101 for _rc_elem in ${files}; do
110 unset files local_rc
126 files=`rcorder ${skip} ${skip_firstboot} /etc/rc.d/* ${local_rc} 2>/dev/null`
127 for _rc_elem in ${files}; do
/freebsd-9.3-release/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-9.3-release/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}]
/freebsd-9.3-release/contrib/cvs/diff/
H A Dcontext.c91 find_function_last_search = - files[0].prefix_lines;
129 Prints out lines from both files, and precedes each
151 i = - files[0].prefix_lines;
154 last0 = min (last0 + context, files[0].valid_lines - 1);
155 last1 = min (last1 + context, files[1].valid_lines - 1);
160 find_function (&files[0], first0, &function, &function_length);
175 print_context_number_range (&files[0], first0, last0);
199 print_1_line (prefix, &files[0].linbuf[i]);
204 print_context_number_range (&files[1], first1, last1);
228 print_1_line (prefix, &files[
[all...]
H A Dside.c30 /* Next line number to be printed in the two input files. */
41 next0 = next1 = - files[0].prefix_lines;
44 print_sdiff_common_lines (files[0].valid_lines, files[1].valid_lines);
218 /* Print lines common to both files in side-by-side format. */
233 print_1sdiff_line (&files[0].linbuf[i0++], ' ', &files[1].linbuf[i1++]);
235 print_1sdiff_line (0, ')', &files[1].linbuf[i1++]);
238 print_1sdiff_line (&files[0].linbuf[i0++], '(', 0);
271 print_1sdiff_line (&files[
[all...]
/freebsd-9.3-release/crypto/openssl/apps/
H A Dprogs.pl28 push(@files,$_);
54 push(@files,$_);
79 push(@files,$_);
/freebsd-9.3-release/usr.sbin/service/
H A Dservice.sh68 files=`rcorder ${skip} ${local_rc} 2>/dev/null`
70 for file in `reverse_list ${files}`; do
77 for file in $files; do
95 files=`rcorder ${skip} /etc/rc.d/* ${local_rc} 2>/dev/null`
99 for file in $files; do
118 for file in $files; do
/freebsd-9.3-release/contrib/ofed/libibcm/
H A Dlibibcm.spec18 Summary: Development files for the libibcm library
23 Development files for the libibcm library.
35 # remove unpackaged files from the buildroot
44 %files
49 %files devel
/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/bmake/
H A Ddir.h86 Hash_Table files; /* Hash table of files in directory */ member in struct:Path
/freebsd-9.3-release/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-9.3-release/sys/
H A DMakefile40 cscope.out: ${.CURDIR}/cscope.files
43 ${.CURDIR}/cscope.files: .PHONY
48 rm -f cscope.files cscope.out cscope.in.out cscope.po.out
51 TAGS ${.CURDIR}/TAGS: ${.CURDIR}/cscope.files
53 cd ${.CURDIR}; xargs etags -a < ${.CURDIR}/cscope.files
/freebsd-9.3-release/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-9.3-release/usr.bin/tail/
H A Dtail.c61 file_info_t *files; variable
174 files = (struct file_info *) malloc(no_files *
176 if (!files)
179 for (file = files; (fn = *argv++); file++) {
193 follow(files, style, off);
194 for (i = 0, file = files; i < no_files; i++, file++) {
197 free(files);

Completed in 293 milliseconds

1234567891011>>