HomeSort by: relevance | last modified time | path
    Searched defs:contents (Results 1 - 25 of 611) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/share/doc/usd/
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
  /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));
  /src/share/doc/psd/
Makefile 31 SUBARTICLES=title contents
33 SRCS.contents=00.contents
  /src/share/doc/smm/
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. */
  /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. */
  /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";
  /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...]
coff-bfd.h 46 /* The section contents. This may be NULL. */
47 bfd_byte *contents; member in struct:coff_section_tdata
simple.c 193 Returns the relocated contents of section @var{sec}. The symbols in
212 bfd_byte *contents; local
260 contents = NULL;
276 contents = bfd_get_relocated_section_contents (abfd,
288 return contents;
  /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...]
coff-bfd.h 46 /* The section contents. This may be NULL. */
47 bfd_byte *contents; member in struct:coff_section_tdata
  /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...]
coff-bfd.h 46 /* The section contents. This may be NULL. */
47 bfd_byte *contents; member in struct:coff_section_tdata
  /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...]
coff-bfd.h 46 /* The section contents. This may be NULL. */
47 bfd_byte *contents; member in struct:coff_section_tdata
  /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
  /src/external/bsd/libarchive/dist/libarchive/test/
test_read_format_gtar_sparse.c 27 struct contents { struct
33 static struct contents archive_contents_sparse[] = {
39 static struct contents archive_contents_sparse2[] = {
142 static 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...]
  /src/share/misc/
NetBSD.el 95 (defun netbsd-knf-write-contents-hook ()
104 (remove-hook 'write-contents-hook 'netbsd-knf-write-contents-hook))
120 (add-hook 'write-contents-hooks 'netbsd-knf-write-contents-hook))
  /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
object.py 102 def __init__(self, filename=None, contents=None):
106 contents can be either a native Python buffer type (like str) or a
109 if contents:
110 assert isinstance(contents, MemoryBuffer)
113 contents = MemoryBuffer(filename=filename)
115 if contents is None:
118 ptr = lib.LLVMCreateObjectFile(contents)
120 self.take_ownership(contents)
212 def contents(self): member in class:Section
279 getattr(self, 'contents')
    [all...]

Completed in 25 milliseconds

1 2 3 4 5 6 7 8 91011>>