Searched refs:contents (Results 1 - 25 of 144) sorted by relevance

123456

/freebsd-current/share/doc/psd/contents/
H A DMakefile3 DOC= contents
4 SRCS= contents.ms
/freebsd-current/share/doc/usd/contents/
H A DMakefile3 DOC= contents
4 SRCS= contents.ms
/freebsd-current/share/doc/papers/contents/
H A DMakefile3 DOC= contents
4 SRCS= contents.ms
/freebsd-current/share/doc/smm/contents/
H A DMakefile3 DOC= contents
4 SRCS= contents.ms
/freebsd-current/contrib/bc/
H A Dconfigure.sh485 # @param contents The contents of the Makefile template to put the list of
1811 contents=$(cat "$scriptdir/bcl.pc.in")
1813 contents=$(replace "$contents" "INCLUDEDIR" "$INCLUDEDIR")
1814 contents=$(replace "$contents" "LIBDIR" "$LIBDIR")
1815 contents=$(replace "$contents" "VERSION" "$version")
1817 printf '%s\n' "$contents" > "
[all...]
H A Dconfigure485 # @param contents The contents of the Makefile template to put the list of
1811 contents=$(cat "$scriptdir/bcl.pc.in")
1813 contents=$(replace "$contents" "INCLUDEDIR" "$INCLUDEDIR")
1814 contents=$(replace "$contents" "LIBDIR" "$LIBDIR")
1815 contents=$(replace "$contents" "VERSION" "$version")
1817 printf '%s\n' "$contents" > "
[all...]
/freebsd-current/libexec/tftpd/tests/
H A Dfunctional.c61 * @param contents The reply's expected contents, as a char array
62 * @param contents_len Length of contents
64 #define RECV(hdr, contents, contents_len) do { \
73 require_bufeq((const char *) (contents), (contents_len), \
101 * @param contents Pointer to expected contents
102 * @param contents_len Length of contents expected to receive
105 recv_data(uint16_t blocknum, const char *contents, size_t contents_len) argument
108 RECV(hdr, contents, contents_le
131 send_data(uint16_t blocknum, const char *contents, size_t contents_len) argument
498 char contents[] = "small"; local
516 char contents[] = "small"; local
540 uint32_t contents[192]; local
571 uint32_t contents[192]; local
629 uint32_t contents[192]; local
653 uint32_t contents[192]; local
678 char contents[] = "foo\\nbar\\rbaz\\n"; local
739 char contents[] = "small"; local
839 char contents[] = "small"; local
865 uint32_t contents[192]; local
902 char contents[] = "small"; local
937 uint32_t contents[192]; local
1004 uint32_t contents[192]; local
1037 uint32_t contents[192]; local
1073 char contents[] = "foo\\r\\nbar\\r\\0baz\\r\\n"; local
1113 char contents[] = "small"; local
1141 char contents[] = "small"; local
[all...]
/freebsd-current/crypto/openssl/util/
H A Dmkpod2html.pl45 # Read in contents.
48 my $contents = '';
51 $contents = <F>;
56 $contents =~
60 print F $contents;
H A Dfind-doc-nits283 my $contents = shift;
286 return unless $contents =~ /=head1 NAME(.*)=head1 SYNOPSIS/ms;
323 return unless $contents =~ /=head1 SYNOPSIS(.*)=head1 DESCRIPTION/ms;
426 my $contents = shift;
430 return unless $contents =~ /=head1 $section/
431 and $contents =~ /=head1 $before/;
433 if $contents =~ /=head1 $before.*=head1 $section/ms;
442 my $contents = shift;
446 foreach my $line ( split /\n+/, $contents ) {
535 my $contents
[all...]
/freebsd-current/share/doc/papers/
H A DMakefile4 contents \
/freebsd-current/share/examples/tests/tests/plain/
H A Dprintf_test.c36 * This plain test program mimics the structure and contents of its
81 const char *contents = "This is a message\n"; local
84 if (fprintf(file, "%s", contents) <= 0)
88 if (length != strlen(contents))
93 if (strcmp(buffer, contents) != 0)
/freebsd-current/contrib/bc/scripts/
H A Dlint.sh49 contents=$(clang-tidy --use-color -p ../build "$f" -- -I./include \
55 if [ ! -z "$contents" ] || [ "$err" -ne 0 ]; then
58 printf '%s\n' "$contents"
/freebsd-current/contrib/kyua/utils/
H A Dstream_test.cpp98 const std::string contents(8192, 'x');
99 std::istringstream input(contents);
101 contents.length(),
109 const char* contents = "These are\nsome file contents"; local
110 atf::utils::create_file("input.txt", contents);
111 ATF_REQUIRE_EQ(contents, utils::read_file(fs::path("input.txt")));
135 std::string contents; local
137 contents += "abcdef";
138 std::istringstream input(contents);
[all...]
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_read_format_gtar_sparse.c27 struct contents { struct
33 struct contents archive_contents_sparse[] = {
39 struct contents archive_contents_sparse2[] = {
142 struct contents archive_contents_nonsparse[] = {
164 struct contents *contents; member in struct:archive_contents
178 struct contents expect;
180 struct contents actual;
193 struct contents *cts = ac->contents;
[all...]
/freebsd-current/contrib/kyua/integration/helpers/
H A Drace.cpp77 const std::string contents = F("%s") % ::getpid(); local
85 output << contents; local
91 if (read_contents != contents) {
92 std::cerr << "Shared file contains unexpected contents; modified by a "
/freebsd-current/contrib/netbsd-tests/usr.bin/shmif_dumpbus/
H A Dt_basic.sh48 test_case contents
59 contents() function
84 atf_add_test_case contents
/freebsd-current/share/examples/tests/tests/atf/
H A Dprintf_test.c123 * particular test case modifies the contents of the current directory
129 const char *contents = "This is a message\n"; local
132 ATF_REQUIRE(fprintf(output, "%s", contents) > 0);
139 ATF_REQUIRE(atf_utils_compare_file("test.txt", contents));
/freebsd-current/share/examples/tests/tests/tap/
H A Dprintf_test.c33 * This plain test program mimics the structure and contents of its
132 const char *contents = "This is a message\n"; local
135 if (fprintf(file, "%s", contents) <= 0) {
143 if (length != strlen(contents)) {
152 if (strcmp(buffer, contents) != 0)
/freebsd-current/share/doc/usd/
H A DMakefile6 contents \
/freebsd-current/share/doc/psd/
H A DMakefile13 contents \
/freebsd-current/contrib/atf/atf-c++/
H A Dutils.cpp48 atf::utils::compare_file(const std::string& path, const std::string& contents) argument
50 return atf_utils_compare_file(path.c_str(), contents.c_str());
54 atf::utils::create_file(const std::string& path, const std::string& contents) argument
56 atf_utils_create_file(path.c_str(), "%s", contents.c_str());
/freebsd-current/contrib/llvm-project/lldb/tools/driver/
H A DDriver.h54 InitialCmdEntry(std::string contents, bool in_is_file, argument
56 : contents(std::move(contents)), is_file(in_is_file),
59 std::string contents; member in struct:Driver::OptionData::InitialCmdEntry
/freebsd-current/share/doc/smm/
H A DMakefile12 contents \
/freebsd-current/crypto/openssl/util/perl/OpenSSL/Util/
H A DPod.pm85 =item B<contents =E<gt> "...">
87 The whole contents of the .pod file.
101 my $contents;
112 $contents = <$input>;
125 foreach (map { /\G((?:(?!\n\n).)*\n+|.+\z)/sg } $contents) {
189 contents => $contents,
/freebsd-current/contrib/kyua/utils/fs/
H A Ddirectory_test.cpp93 std::set< fs::directory_entry > contents;
97 contents.insert(*iter);
106 ATF_REQUIRE_EQ(exp_contents, contents);
120 std::set< fs::directory_entry > contents;
124 contents.insert(*iter);
137 ATF_REQUIRE_EQ(exp_contents, contents);

Completed in 311 milliseconds

123456