Searched refs:files (Results 1 - 25 of 557) sorted by relevance

1234567891011>>

/freebsd-11-stable/etc/
H A Dnsswitch.conf7 hosts: files dns
9 networks: files
12 shells: files
15 protocols: files
16 rpc: files
H A Drc.resume69 files=`rcorder ${rcorder_opts} /etc/rc.d/* ${local_rc} 2>/dev/null`
71 for _rc_elem in $files; do
H A Drc68 # to minimize the number of files that are needed on a diskless system,
95 files=`rcorder ${skip} ${skip_firstboot} /etc/rc.d/* 2>/dev/null`
98 for _rc_elem in ${files}; do
107 unset files local_rc
123 files=`rcorder ${skip} ${skip_firstboot} /etc/rc.d/* ${local_rc} 2>/dev/null`
124 for _rc_elem in ${files}; do
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetdtablesize.c67 int files = -1; local
69 files = sysconf(_SC_OPEN_MAX);
74 files = res.rlim_cur;
82 len = sizeof(files);
83 sysctl(&mib, 2, &files, sizeof(files), NULL, 0);
89 if (files < 0)
90 files = OPEN_MAX;
94 if (files < 0)
95 files
[all...]
/freebsd-11-stable/contrib/libarchive/cpio/test/
H A Dtest_option_a.c36 } files[] = { variable in typeref:struct:__anon176
46 * Create a bunch of test files and record their atimes.
47 * For the atime preserve/change tests, the files must have
50 * for a second after creating the files. (Creating all of the files
58 static const int numfiles = sizeof(files) / sizeof(files[0]);
68 assertMakeFile(files[i].name, 0644, "a");
81 assertEqualInt(0, utime(files[i].name, &times));
86 assertEqualInt(0, stat(files[
[all...]
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dconf.c42 char *files[] = { _PATH_LOGIN_CONF, NULL }; local
43 return cgetent(&confbuf, files, "default");
/freebsd-11-stable/libexec/rtld-elf/tests/
H A Dld_library_pathfds.c54 struct descriptors files; local
56 setup(&files, tc);
57 expect_missing_library(files.binary, NULL);
64 struct descriptors files; local
67 setup(&files, tc);
69 asprintf(&pathfds, "LD_LIBRARY_PATH_FDS=%d", files.etc) > 0);
71 expect_missing_library(files.binary, pathfds);
78 struct descriptors files; local
81 setup(&files, tc);
84 expect_missing_library(files
91 struct descriptors files; local
105 struct descriptors files; local
120 struct descriptors files; local
135 struct descriptors files; local
[all...]
/freebsd-11-stable/usr.bin/vgrind/
H A Dvgrind.sh37 files=""
88 files="$files $1"
96 for i in $files; do
104 $vf $options -h "$head" $files
106 $vf $options $files
110 $vf $options -h "$head" $files
112 $vf $options $files
120 $vf $options -h "$head" $files
122 $vf $options $files
[all...]
/freebsd-11-stable/lib/libprocstat/
H A Dlibprocstat_internal.h36 void *files; member in struct:procstat
/freebsd-11-stable/lib/libc/net/
H A Dnss_backends.h39 NSS_BACKEND( files, _files_nss_module_register )
/freebsd-11-stable/crypto/openssl/util/
H A Dclean-depend.pl12 my %files;
28 push @{$files{$thisfile}},@deps;
32 foreach $file (sort keys %files) {
38 push @{$files{$file}},$origfile;
42 my @deps = map { $_ =~ s/^\.\///; $_ } @{$files{$file}};
H A Dmklink.pl10 # For each of these files, we create in the "from" directory a link
21 my @files = @ARGV;
55 foreach $file (@files) {
/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test_fcntl.c70 * Open some files of different types, and wrap them in capabilities.
72 struct fd files[] = { local
77 REQUIRE(files[0].f_fd);
78 REQUIRE(files[1].f_fd);
79 REQUIRE(files[2].f_fd);
82 { "file cap", cap_new(files[0].f_fd, rights) },
83 { "socket cap", cap_new(files[1].f_fd, rights) },
84 { "SHM cap", cap_new(files[2].f_fd, rights) },
91 files[0], caps[0],
92 files[
[all...]
/freebsd-11-stable/contrib/tcsh/
H A DMAKESHAR14 files=
38 files="$files $i"
46 if [ \( -z "$files" \) -a \( -z "$dirs" \) ]
48 echo "Usage: $0 [-n name] [-s size] [-vd] <files>." 1>&2
52 $WC $files | $GREP -v total | $SORT +2 | $AWK '
/freebsd-11-stable/contrib/diff/src/
H A Dnormal.c28 INF points to an array of descriptions of the two files. */
54 print_number_range (',', &files[0], first0, last0);
56 print_number_range (',', &files[1], first1, last1);
62 print_1_line ("<", &files[0].linbuf[i]);
70 print_1_line (">", &files[1].linbuf[i]);
H A Ded.c58 print_number_range (',', &files[0], f0, l0);
67 if (files[1].linbuf[i][0] == '.' && files[1].linbuf[i][1] == '\n')
76 print_1_line ("", &files[1].linbuf[i]);
85 but print the changes in the order they appear in the input files,
107 print_number_range (' ', files, f0, l0);
119 print_1_line ("", &files[1].linbuf[i]);
150 translate_range (&files[0], f0, l0, &tf0, &tl0);
165 translate_range (&files[1], f1, l1, &tf1, &tl1);
170 print_1_line ("", &files[
[all...]
H A Dcontext.c103 find_function_last_search = - files[0].prefix_lines;
156 Prints out lines from both files, and precedes each
175 i = - files[0].prefix_lines;
178 if (last0 < files[0].valid_lines - context)
181 last0 = files[0].valid_lines - 1;
182 if (last1 < files[1].valid_lines - context)
185 last1 = files[1].valid_lines - 1;
190 function = find_function (files[0].linbuf, first0);
201 print_context_number_range (&files[0], first0, last0);
225 print_1_line (prefix, &files[
[all...]
/freebsd-11-stable/stand/libsa/
H A Dcloseall.c74 if (files[i].f_flags != 0)
H A Dfstat.c44 struct open_file *f = &files[fd];
/freebsd-11-stable/contrib/top/
H A DMake.desc.X1 # Makefile for .desc files
4 # top's Configure script to build .desc files and the SYNOPSIS file.
5 # Configure then uses these files to ask appropriate questions.
13 # The list of .desc files will be inserted after this next line:
/freebsd-11-stable/sys/conf/
H A DmakeLINT.sed4 /^(machine|files|ident|(no)?device|(no)?makeoption(s)?|(no)?option(s)?|profile|cpu|maxusers)[[:space:]]/ {
/freebsd-11-stable/contrib/bmake/mk/
H A Ddep.mk65 @files="${.ALLSRC:M*.[sS]}"; \
66 set -x; for f in $$files; do ${_MKDEP} -a ${MKDEPFLAGS} \
68 @files="${.ALLSRC:M*.c} ${.ALLSRC:M*.pc:T:.pc=.c}"; \
69 set -x; for f in $$files; do ${_MKDEP} -a ${MKDEPFLAGS} \
71 @files="${.ALLSRC:M*.cc} ${.ALLSRC:M*.C} ${.ALLSRC:M*.cxx}"; \
72 set -x; for f in $$files; do ${_MKDEP} -a ${MKDEPFLAGS} \
75 @files="${.ALLSRC:M*.[Ss]}"; \
76 case "$$files" in *.[Ss]*) \
78 ${CFLAGS:M-[ID]*} ${CPPFLAGS} ${AINC} $$files; \
80 ${CFLAGS:M-[ID]*} ${CPPFLAGS} ${AINC} $$files;; \
[all...]
/freebsd-11-stable/contrib/blacklist/etc/
H A DMakefile9 .include <bsd.files.mk>
/freebsd-11-stable/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_CMD) ${efile}$target \$(LFLAGS) $files $libs\n\n";
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_gtar_sparse.c167 } files[] = { variable in typeref:struct:archive_contents
268 verify_archive_file("test_read_format_gtar_sparse_1_13.tar", files);
269 verify_archive_file("test_read_format_gtar_sparse_1_17.tar", files);
281 files);
287 files);
293 files);
306 files);

Completed in 305 milliseconds

1234567891011>>