| /src/share/doc/usd/ |
| Makefile | 23 SUBARTICLES=title contents 25 SRCS.contents=00.contents
|
| Makefile | 23 SUBARTICLES=title contents 25 SRCS.contents=00.contents
|
| /src/tests/usr.bin/shmif_dumpbus/ |
| t_basic.sh | 50 test_case contents 61 contents() function 86 atf_add_test_case contents
|
| t_basic.sh | 50 test_case contents 61 contents() function 86 atf_add_test_case contents
|
| /src/external/bsd/kyua-cli/dist/utils/ |
| stream_test.cpp | 47 const std::string contents(8192, 'x'); 48 std::istringstream input(contents); 50 contents.length(), 66 std::string contents; local 68 contents += "abcdef"; 69 std::istringstream input(contents); 70 ATF_REQUIRE_EQ(contents, utils::read_stream(input));
|
| stream_test.cpp | 47 const std::string contents(8192, 'x'); 48 std::istringstream input(contents); 50 contents.length(), 66 std::string contents; local 68 contents += "abcdef"; 69 std::istringstream input(contents); 70 ATF_REQUIRE_EQ(contents, utils::read_stream(input));
|
| /src/share/doc/psd/ |
| Makefile | 31 SUBARTICLES=title contents 33 SRCS.contents=00.contents
|
| Makefile | 31 SUBARTICLES=title contents 33 SRCS.contents=00.contents
|
| /src/share/doc/smm/ |
| Makefile | 30 SUBARTICLES=title contents 32 SRCS.contents=00.contents
|
| Makefile | 30 SUBARTICLES=title contents 32 SRCS.contents=00.contents
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| source-cache.h | 79 /* The contents of the file. */ 80 std::string contents; member in struct:source_cache::source_text 84 Returns the contents of the file; or throws an exception on 93 /* The contents of the source text cache. */
|
| source-cache.h | 79 /* The contents of the file. */ 80 std::string contents; member in struct:source_cache::source_text 84 Returns the contents of the file; or throws an exception on 93 /* The contents of the source text cache. */
|
| /src/external/gpl3/gdb/dist/gdb/ |
| source-cache.h | 79 /* The contents of the file. */ 80 std::string contents; member in struct:source_cache::source_text 81 /* True if CONTENTS are styled. Otherwise, false. */ 86 Returns the contents of the file; or throws an exception on 95 /* The contents of the source text cache. */
|
| source-cache.h | 79 /* The contents of the file. */ 80 std::string contents; member in struct:source_cache::source_text 81 /* True if CONTENTS are styled. Otherwise, false. */ 86 Returns the contents of the file; or throws an exception on 95 /* The contents of the source text cache. */
|
| /src/external/bsd/kyua-cli/dist/cli/ |
| cmd_db_exec_test.cpp | 80 const char* contents = "Some random contents"; local 82 "BLOB", sqlite::blob(contents, std::strlen(contents)), 83 F("BLOB of %s bytes") % strlen(contents)); 139 const char* memory = "BLOB contents";
|
| cmd_db_exec_test.cpp | 80 const char* contents = "Some random contents"; local 82 "BLOB", sqlite::blob(contents, std::strlen(contents)), 83 F("BLOB of %s bytes") % strlen(contents)); 139 const char* memory = "BLOB contents";
|
| /src/external/bsd/pkg_install/dist/create/ |
| perform.c | 52 if (!Contents) 53 errx(2, "required package contents list is missing (-f [-]file)"); 97 char *contents; local 105 contents = xmalloc((size_t) (sb.st_size) + 1); 110 if (read(fd, contents, (size_t) sb.st_size) != (ssize_t) sb.st_size) { 115 contents[(size_t) sb.st_size] = '\0'; 116 return contents; 120 * Get a string parameter as a file spec or as a "contents follow -" spec 161 if (IS_STDIN(Contents)) 164 pkg_in = fopen(Contents, "r") [all...] |
| /src/external/gpl2/groff/dist/src/include/ |
| stringclass.h | 69 const char *contents() const; 126 inline const char *string::contents() const function in class:string
|
| symbol.h | 40 const char *contents() const; 68 inline const char *symbol::contents() const function in class:symbol
|
| /src/external/gpl3/autoconf/dist/lib/Autom4te/ |
| FileUtils.pm | 48 @EXPORT = qw (&open_quote &contents 350 =item C<contents ($file_name)> 352 Return the contents of C<$file_name>. 356 # contents ($FILE_NAME) 358 sub contents ($) subroutine 364 my $contents = $f->getline; 366 return $contents;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elfxx-kvx.c | 69 bfd_vma contents; local 76 contents = bfd_get_16 (abfd, address); 81 contents = bfd_getl32 (address); 84 contents = bfd_get_32 (abfd, address); 87 contents = bfd_get_64 (abfd, address); 127 contents = ((contents & ~howto->dst_mask) | (addend & howto->dst_mask)); 132 bfd_put_16 (abfd, contents, address); 137 bfd_putl32 (contents, address); 140 bfd_put_32 (abfd, contents, address) [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elfxx-kvx.c | 69 bfd_vma contents; local 76 contents = bfd_get_16 (abfd, address); 81 contents = bfd_getl32 (address); 84 contents = bfd_get_32 (abfd, address); 87 contents = bfd_get_64 (abfd, address); 127 contents = ((contents & ~howto->dst_mask) | (addend & howto->dst_mask)); 132 bfd_put_16 (abfd, contents, address); 137 bfd_putl32 (contents, address); 140 bfd_put_32 (abfd, contents, address) [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elfxx-kvx.c | 69 bfd_vma contents; local 76 contents = bfd_get_16 (abfd, address); 81 contents = bfd_getl32 (address); 84 contents = bfd_get_32 (abfd, address); 87 contents = bfd_get_64 (abfd, address); 127 contents = ((contents & ~howto->dst_mask) | (addend & howto->dst_mask)); 132 bfd_put_16 (abfd, contents, address); 137 bfd_putl32 (contents, address); 140 bfd_put_32 (abfd, contents, address) [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elfxx-kvx.c | 69 bfd_vma contents; local 76 contents = bfd_get_16 (abfd, address); 81 contents = bfd_getl32 (address); 84 contents = bfd_get_32 (abfd, address); 87 contents = bfd_get_64 (abfd, address); 127 contents = ((contents & ~howto->dst_mask) | (addend & howto->dst_mask)); 132 bfd_put_16 (abfd, contents, address); 137 bfd_putl32 (contents, address); 140 bfd_put_32 (abfd, contents, address) [all...] |
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| string-set.h | 67 : contents (xstrndup (str.data (), str.size ())), 72 : contents (std::move (str)), 73 len (strlen (contents.get ())) 77 { return contents.get (); } 80 { return std::string_view (contents.get (), len); } 82 /* \0-terminated string contents. */ 83 gdb::unique_xmalloc_ptr<char> contents; member in struct:gdb::string_set::local_string
|