Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 2022) sorted by relevance

12345678910>>...81

/freebsd/libexec/rtld-elf/tests/
H A Dld_library_pathfds.c47 struct descriptors files; in ATF_TC_BODY() local
49 setup(&files, tc); in ATF_TC_BODY()
60 setup(&files, tc); in ATF_TC_BODY()
74 setup(&files, tc); in ATF_TC_BODY()
87 setup(&files, tc); in ATF_TC_BODY()
101 setup(&files, tc); in ATF_TC_BODY()
104 files.testdir, files.etc) > 0); in ATF_TC_BODY()
116 setup(&files, tc); in ATF_TC_BODY()
119 files.root, files.testdir, files.usr) > 0); in ATF_TC_BODY()
131 setup(&files, tc); in ATF_TC_BODY()
[all …]
/freebsd/contrib/libarchive/cpio/test/
H A Dtest_option_a.c35 } files[] = { variable
57 static const int numfiles = sizeof(files) / sizeof(files[0]); in test_create()
67 assertMakeFile(files[i].name, 0644, "a"); in test_create()
85 assertEqualInt(0, stat(files[i].name, &st)); in test_create()
86 files[i].atime_sec = st.st_atime; in test_create()
107 if (st.st_atime == files[0].atime_sec) { in DEFINE_TEST()
125 assert(st.st_atime != files[1].atime_sec); in DEFINE_TEST()
133 assert(st.st_atime != files[2].atime_sec); in DEFINE_TEST()
143 files[3].name, testprog); in DEFINE_TEST()
147 assertEqualInt(0, stat(files[3].name, &st)); in DEFINE_TEST()
[all …]
/freebsd/usr.bin/diff3/tests/
H A Dlong-m.txt2 These lines are the same in all three files
3 These lines are the same in all three files
5 These lines are the same in all three files
6 These lines are the same in all three files
7 These lines are the same in all three files
9 These lines are the same in all three files
10 These lines are the same in all three files
12 These lines are the same in all three files
13 These lines are the same in all three files
14 These lines are the same in all three files
[all …]
H A Dlong-y.txt2 These lines are the same in all three files
3 These lines are the same in all three files
5 These lines are the same in all three files
6 These lines are the same in all three files
7 These lines are the same in all three files
9 These lines are the same in all three files
10 These lines are the same in all three files
12 These lines are the same in all three files
13 These lines are the same in all three files
14 These lines are the same in all three files
[all …]
H A Dlong-o.txt2 These lines are the same in all three files
3 These lines are the same in all three files
5 These lines are the same in all three files
6 These lines are the same in all three files
7 These lines are the same in all three files
9 These lines are the same in all three files
10 These lines are the same in all three files
12 These lines are the same in all three files
13 These lines are the same in all three files
14 These lines are the same in all three files
[all …]
H A Dlong-merge.out2 These lines are the same in all three files
3 These lines are the same in all three files
5 These lines are the same in all three files
6 These lines are the same in all three files
7 These lines are the same in all three files
9 These lines are the same in all three files
10 These lines are the same in all three files
16 These lines are the same in all three files
17 These lines are the same in all three files
18 These lines are the same in all three files
[all …]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_diff/
H A Dzfs_diff_001_pos.ksh43 log_must ${MKDIR} ${TESTDIR}/files
45 log_must ${TOUCH} ${TESTDIR}/files/modify
46 log_must ${TOUCH} ${TESTDIR}/files/rename
47 log_must ${TOUCH} ${TESTDIR}/files/delete
48 log_must ${MKDIR} ${TESTDIR}/files/srcdir
49 log_must ${MKDIR} ${TESTDIR}/files/dstdir
59 log_must ${DATE} >> ${TESTDIR}/files/modify
60 log_must ${MV} ${TESTDIR}/files/rename ${TESTDIR}/files/rename.new
61 log_must ${RM} ${TESTDIR}/files/delete
62 log_must ${MV} ${TESTDIR}/files/srcdir/move ${TESTDIR}/files/dstdir/move
[all …]
H A Dzfs_diff_001_pos.golden2 + /testdir1526/files/create
4 - /testdir1526/files/delete
7 M /testdir1526/files
8 M /testdir1526/files/dstdir
9 M /testdir1526/files/modify
10 M /testdir1526/files/srcdir
12 R /testdir1526/files/rename -> /testdir1526/files/rename.new
13 R /testdir1526/files/srcdir/move -> /testdir1526/files/dstdir/move
/freebsd/lib/libcasper/services/cap_fileargs/tests/
H A Dfileargs_test.c43 static char *files[MAX_FILES]; variable
62 files[i] = calloc(1, sizeof(template)); in prepare_files()
63 ATF_REQUIRE(files[i] != NULL); in prepare_files()
64 strncpy(files[i], template, sizeof(template) - 1); in prepare_files()
67 fds[i] = mkstemp(files[i]); in prepare_files()
71 ATF_REQUIRE(mktemp(files[i]) != NULL); in prepare_files()
82 for (i = 0; files[i] != NULL; i++) { in clear_files()
83 unlink(files[i]); in clear_files()
84 free(files[i]); in clear_files()
617 ATF_REQUIRE(test_file_lstat(fa, files[i]) == 0); in ATF_TC_BODY()
[all …]
/freebsd/crypto/heimdal/lib/roken/
H A Dgetdtablesize.c67 int files = -1; in getdtablesize() local
69 files = sysconf(_SC_OPEN_MAX); in getdtablesize()
74 files = res.rlim_cur; in getdtablesize()
82 len = sizeof(files); in getdtablesize()
83 sysctl(&mib, 2, &files, sizeof(files), NULL, 0); in getdtablesize()
89 if (files < 0) in getdtablesize()
90 files = OPEN_MAX; in getdtablesize()
94 if (files < 0) in getdtablesize()
95 files = NOFILE; in getdtablesize()
98 return files; in getdtablesize()
/freebsd/sys/arm/allwinner/
H A Dstd.allwinner7 files "../allwinner/files.allwinner"
8 files "../allwinner/a20/files.a20"
9 files "../allwinner/a31/files.a31"
10 files "../allwinner/a83t/files.a83t"
11 files "../allwinner/h3/files.h3"
H A Dstd.allwinner_up7 files "../allwinner/files.allwinner_up"
8 files "../allwinner/files.allwinner"
9 files "../allwinner/a10/files.a10"
10 files "../allwinner/a13/files.a13"
/freebsd/usr.bin/vgrind/
H A Dvgrind.sh34 files=""
85 files="$files $1"
93 for i in $files; do
101 $vf $options -h "$head" $files
103 $vf $options $files
107 $vf $options -h "$head" $files
109 $vf $options $files
117 $vf $options -h "$head" $files
119 $vf $options $files
123 $vf $options -h "$head" $files
[all …]
/freebsd/contrib/bmake/mk/
H A Ddep.mk73 @files="${.ALLSRC:M*.[sS]}"; \
76 @files="${.ALLSRC:M*.c} ${.ALLSRC:M*.pc:T:.pc=.c}"; \
83 @files="${.ALLSRC:M*.[Ss]}"; \
84 case "$$files" in *.[Ss]*) \
86 ${CFLAGS:M-[ID]*} ${CPPFLAGS} ${AINC} $$files; \
91 case "$$files" in *.c*) \
93 ${CFLAGS:M-[ID]*} ${CPPFLAGS} $$files; \
95 ${CFLAGS:M-[ID]*} ${CPPFLAGS} $$files;; \
98 case "$$files" in *.[Cc]*) \
100 ${CXXFLAGS:M-[ID]*} ${CPPFLAGS} $$files; \
[all …]
/freebsd/sys/arm/conf/
H A DGENERIC29 files "../allwinner/files.allwinner"
31 files "../allwinner/a10/files.a10"
32 files "../allwinner/a13/files.a13"
33 files "../allwinner/a20/files.a20"
34 files "../allwinner/a31/files.a31"
35 files "../allwinner/a33/files.a33"
37 files "../allwinner/h3/files.h3"
41 files "../mv/files.arm7"
43 files "../qemu/files.qemu"
44 files "../rockchip/files.rk32xx"
[all …]
/freebsd/usr.bin/jot/tests/
H A Dregress.wp5.out1 ftp://www.example.com/pub/uploaded%20files/disk001.iso
2 ftp://www.example.com/pub/uploaded%20files/disk002.iso
3 ftp://www.example.com/pub/uploaded%20files/disk003.iso
4 ftp://www.example.com/pub/uploaded%20files/disk004.iso
5 ftp://www.example.com/pub/uploaded%20files/disk005.iso
6 ftp://www.example.com/pub/uploaded%20files/disk006.iso
7 ftp://www.example.com/pub/uploaded%20files/disk007.iso
8 ftp://www.example.com/pub/uploaded%20files/disk008.iso
9 ftp://www.example.com/pub/uploaded%20files/disk009.iso
10 ftp://www.example.com/pub/uploaded%20files/disk010.iso
/freebsd/tools/regression/security/cap_test/
H A Dcap_test_fcntl.c69 struct fd files[] = { in test_fcntl() local
74 REQUIRE(files[0].f_fd); in test_fcntl()
75 REQUIRE(files[1].f_fd); in test_fcntl()
76 REQUIRE(files[2].f_fd); in test_fcntl()
79 { "file cap", cap_new(files[0].f_fd, rights) }, in test_fcntl()
80 { "socket cap", cap_new(files[1].f_fd, rights) }, in test_fcntl()
81 { "SHM cap", cap_new(files[2].f_fd, rights) }, in test_fcntl()
88 files[0], caps[0], in test_fcntl()
89 files[1], caps[1], in test_fcntl()
90 files[2], caps[2], in test_fcntl()
/freebsd/tools/tools/locale/
H A DREADME1 Files in this directory are used to generate locale source files
2 from files in CLDR (Unicode Common Locale Data Repository).
4 To generate the files, do the following:
15 results into /usr/src/share/* as source files for locales.
21 Destination path for the generated locale files.
33 clean up tools or posix locale source files generated
36 CLDR files. "make clean && make build" will
47 Download necessary files from CLDR.
50 Build a tool to generate locale source files.
53 Build POSIX locale source files.
[all …]
/freebsd/contrib/cortex-strings/
H A Dautogen.sh17 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
48 echo Generating list of files that should be removed...
49 rm -f debian/deletable.files
50 touch debian/deletable.files
58 test -e "${filename}" || echo "${filename}" >>debian/deletable.files
63 echo Emptying list of files that should be deleted...
64 rm -f debian/deletable.files
[all …]
/freebsd/contrib/libcbor/doc/
H A DMakefile26 @echo " html to make standalone HTML files"
29 @echo " pickle to make pickle files"
30 @echo " json to make JSON files"
31 @echo " htmlhelp to make HTML files and a HTML help project"
32 @echo " qthelp to make HTML files and a qthelp project"
33 @echo " devhelp to make HTML files and a Devhelp project"
38 @echo " text to make text files"
40 @echo " texinfo to make Texinfo files"
44 @echo " xml to make Docutils-native XML files"
70 @echo "Build finished; now you can process the pickle files."
[all …]
/freebsd/contrib/diff/src/
H A Dcontext.c172 i = - files[0].prefix_lines; in pr_context_hunk()
175 if (last0 < files[0].valid_lines - context) in pr_context_hunk()
178 last0 = files[0].valid_lines - 1; in pr_context_hunk()
179 if (last1 < files[1].valid_lines - context) in pr_context_hunk()
182 last1 = files[1].valid_lines - 1; in pr_context_hunk()
302 i = - files[0].prefix_lines; in pr_unidiff_hunk()
305 if (last0 < files[0].valid_lines - context) in pr_unidiff_hunk()
308 last0 = files[0].valid_lines - 1; in pr_unidiff_hunk()
309 if (last1 < files[1].valid_lines - context) in pr_unidiff_hunk()
312 last1 = files[1].valid_lines - 1; in pr_unidiff_hunk()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dseekdir.sh72 char *files[100];
82 /* Put a set of sample files in the target directory */
97 files[i] = malloc(20);
107 /* i will be the number of files we hold */
111 strcpy(files[i], dp->d_name);
114 offset, files[i]);
135 printf("file %s returned\n", files[i]);
143 if (*files[j] == '.') {
144 printf ("skipping %s\n", files[j]);
146 printf("Unlinking file %s\n", files[j]);
[all …]
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp65 static void checkFlags(ArrayRef<FileFlags> files) { in checkFlags() argument
69 bool nan = files[0].flags & EF_MIPS_NAN2008; in checkFlags()
70 bool fp = files[0].flags & EF_MIPS_FP64; in checkFlags()
72 for (const FileFlags &f : files) { in checkFlags()
95 for (const FileFlags &f : files) in getMiscFlags()
102 static uint32_t getPicFlags(ArrayRef<FileFlags> files) { in getPicFlags() argument
105 for (const FileFlags &f : files.slice(1)) { in getPicFlags()
110 toString(files[0].file)); in getPicFlags()
114 toString(files[0].file)); in getPicFlags()
119 for (const FileFlags &f : files.slice(1)) in getPicFlags()
[all …]
/freebsd/crypto/openssl/Configurations/
H A DREADME-design.md10 section on `build.info` files below.
23 build.info files
29 as scripts, library files and programs) and source files (such as C
30 files, C header files, assembler files, etc). Intermediate files such
31 as object files are rarely directly referred to in `build.info` files (and
185 (usually produced files) or between files and directories, such as a
222 'scripts', and the array of files list the files of
236 variables in build.info files. Object files are
243 files (object files) for building shared libraries.
414 rules needed to build end product files and intermediary files alike.
[all …]
/freebsd/crypto/openssl/test/recipes/
H A D30-test_evp.t39 my @files = qw(
62 push @files, qw(
66 push @files, qw(
70 push @files, qw(evppkey_dsa.txt) unless $no_dsa;
71 push @files, qw(evppkey_ecx.txt) unless $no_ec;
72 push @files, qw(
123 + (scalar(@configs) * scalar(@files))
130 foreach my $f ( @files ) {

12345678910>>...81