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

1234567891011>>

/freebsd-12-stable/lib/libc/net/
H A Dnsswitch.conf7 hosts: files dns
9 networks: files
12 shells: files
15 protocols: files
16 rpc: files
H A Dnss_backends.h41 NSS_BACKEND( files, _files_nss_module_register )
/freebsd-12-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-12-stable/contrib/libarchive/cpio/test/
H A Dtest_option_a.c36 } files[] = { variable in typeref:struct:__anon2025
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-12-stable/sbin/pfctl/tests/
H A DMakefile5 SUBDIR+= files
H A Dpfctl_test.sh27 . $(atf_get_srcdir)/files/pfctl_test_descr.sh
34 cd $(atf_get_srcdir)/files && \
41 cd $(atf_get_srcdir)/files && \
/freebsd-12-stable/crypto/heimdal/appl/login/
H A Dconf.c42 char *files[] = { _PATH_LOGIN_CONF, NULL }; local
43 return cgetent(&confbuf, files, "default");
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_diff/
H A Dzfs_diff_001_pos.ksh37 # First create a bunch of files and directories
45 log_must ${MKDIR} ${TESTDIR}/files
46 log_must ${TOUCH} ${TESTDIR}/files/leavealone
47 log_must ${TOUCH} ${TESTDIR}/files/modify
48 log_must ${TOUCH} ${TESTDIR}/files/rename
49 log_must ${TOUCH} ${TESTDIR}/files/delete
50 log_must ${MKDIR} ${TESTDIR}/files/srcdir
51 log_must ${MKDIR} ${TESTDIR}/files/dstdir
52 log_must ${TOUCH} ${TESTDIR}/files/srcdir/move
61 log_must ${DATE} >> ${TESTDIR}/files/modif
[all...]
/freebsd-12-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-12-stable/usr.bin/vgrind/
H A Dvgrind.sh39 files=""
90 files="$files $1"
98 for i in $files; do
106 $vf $options -h "$head" $files
108 $vf $options $files
112 $vf $options -h "$head" $files
114 $vf $options $files
122 $vf $options -h "$head" $files
124 $vf $options $files
[all...]
/freebsd-12-stable/lib/libprocstat/
H A Dlibprocstat_internal.h38 void *files; member in struct:procstat
/freebsd-12-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-12-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-12-stable/stand/libsa/
H A Dcloseall.c74 if (files[i].f_flags != 0)
H A Dfstat.c44 struct open_file *f = &files[fd];
/freebsd-12-stable/sys/conf/
H A DmakeLINT.sed4 /^(machine|files|ident|(no)?device|(no)?makeoption(s)?|(no)?option(s)?|profile|cpu|maxusers)[[:space:]]/ {
/freebsd-12-stable/sys/contrib/zstd/tests/fuzz/
H A Dregression_driver.c22 char const **files = argv + 1; local
30 files = UTIL_createFileList(files, numFiles, &fileNamesBuf, &numFiles,
32 if (!files)
36 fprintf(stderr, "WARNING: No files passed to %s\n", argv[0]);
38 char const *fileName = files[i];
68 UTIL_freeFileList(files, fileNamesBuf);
/freebsd-12-stable/contrib/cortex-strings/
H A Dautogen.sh7 # just about any possible mess of autoconf files.
10 # this script deletes all Makefile.in files it can find.
17 echo Cleaning autotools files...
38 echo Generating list of executable files...
39 rm -f debian/executable.files
40 find -type f -perm +111 ! -name '.*' -fprint debian/executable.files
43 # Remove any files in upstream tarball that we don't have in the Debian
44 # package (because diff cannot remove files)
48 echo Generating list of files that should be removed...
49 rm -f debian/deletable.files
[all...]
/freebsd-12-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-12-stable/contrib/blacklist/etc/
H A DMakefile9 .include <bsd.files.mk>
/freebsd-12-stable/libexec/rc/
H A Drc.resume69 files=`rcorder ${rcorder_opts} /etc/rc.d/* ${local_rc} 2>/dev/null`
71 for _rc_elem in $files; do
/freebsd-12-stable/sbin/pfctl/tests/files/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/sbin/pfctl/files
/freebsd-12-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 291 milliseconds

1234567891011>>