Searched refs:contents (Results 226 - 250 of 286) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/subversion/subversion/include/
H A Dsvn_fs.h465 * @a fs, allocated in @a pool. It may be @c NULL. The contents of the
466 * hash contents remains valid only for @a fs's lifetime.
856 * - A node's contents change over time.
857 * - When you change a node's contents, it's still the same node; it's
859 * set of contents.
864 * A `node revision' refers to one particular version of a node's contents,
866 * revisions). Changing a node's contents always creates a new revision of
868 * a node revision's contents never change.
870 * When we create a node, its initial contents are the initial revision of
912 * tree nodes have the same contents a
[all...]
H A Dsvn_io.h559 /** Set @a *apr_time to the time of last modification of the contents of the
661 * contents, else set it to FALSE. Use @a pool for temporary allocations.
670 * contents, else set it to FALSE. Do the similar for @a *same23
686 /** Create a file at utf8-encoded path @a file with the contents given
687 * by the null-terminated string @a contents.
692 * Write the data in 'binary' mode (#APR_FOPEN_BINARY). If @a contents
699 const char *contents,
702 /** Create a file at utf8-encoded path @a file with the contents given
703 * by @a contents of @a length bytes.
709 * zero, create an empty file; in this case @a contents ma
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dstats.c789 * and store its contents in QUERY.
867 read_item(svn_stringbuf_t **contents, argument
883 *contents = item;
888 /* Process the logically addressed revision contents of revisions BASE to
1017 * and store its contents in QUERY.
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm53 ! Initialize the first stack frame pointer in %ebp (the contents of which
H A Dsol2-gc1.asm56 ! Initialize the first stack frame pointer in %ebp (the contents of which
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dsrec.c659 /* Read in the contents of a section in an S-record file. */
662 srec_read_section (bfd *abfd, asection *section, bfd_byte *contents) argument
748 contents[sofar] = HEX (data);
773 /* Get the contents of a section in an S-record file. */
H A Decoff.c70 /* line_filepos, userdata, contents, lineno, lineno_count, */
1891 /* Get the contents of a section. */
2024 /* On Irix 4, the location of contents of the .lib section
2136 /* Set the contents of a section. */
2775 contents are encoded in the name of the armap itself. At least for
2777 armap and the contents.
3219 /* This archive has a map, so we may presume that the contents
4009 bfd_byte *contents = NULL;
4025 /* Get the section contents. */
4026 if (!bfd_malloc_and_get_section (input_bfd, input_section, &contents))
3999 bfd_byte *contents = NULL; local
[all...]
H A Dlibaout.h206 void * reloc, bfd_byte *contents, bfd_boolean *skip,
674 1. Section has file contents and is read-only.
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dar.c233 fprintf (s, _(" t - display contents of archive\n"));
242 fprintf (s, _(" [u] - only replace files that are newer than current archive contents\n"));
766 /* Read all the contents right away, regardless. */
981 get_pos_bfd (bfd **contents, enum pos default_pos, const char *default_posname)
983 bfd **after_bfd = contents;
1091 bfd **current_ptr_ptr; /* cdr pointer into contents */
978 get_pos_bfd(bfd **contents, enum pos default_pos, const char *default_posname) argument
H A Dobjdump.c182 -f, --file-headers Display the contents of the overall file header\n\
183 -p, --private-headers Display object format specific file header contents\n\
184 -h, --[section-]headers Display the contents of the section headers\n\
185 -x, --all-headers Display the contents of all headers\n\
186 -d, --disassemble Display assembler contents of executable sections\n\
187 -D, --disassemble-all Display assembler contents of all sections\n\
189 -s, --full-contents Display the full contents of all sections requested\n\
194 -t, --syms Display the contents of the symbol table(s)\n\
195 -T, --dynamic-syms Display the contents o
2196 char *contents; local
[all...]
H A Dsrconv.c295 /* The TR block is not normal - it doesn't have any contents. */
1558 sc.contents = CONTENTS_DATA;
1562 sc.contents = CONTENTS_CODE;
1567 sc.contents = CONTENTS_CODE;
H A Dobjcopy.c166 /* Name of file holding section contents. */
171 bfd_byte *contents;
449 --extract-symbol Remove section contents but keep symbols\n\
591 PARSE_FLAG ("contents", SEC_HAS_CONTENTS);
602 "alloc, load, noload, readonly, debug, code, data, rom, share, contents");
1562 We write out the gap contents below. */
1636 have been created, but before their contents are set. */
1698 if (! bfd_set_section_contents (obfd, padd->section, padd->contents,
1763 that needs to look at the section contents will fail. */
1802 contents t
170 bfd_byte *contents; member in struct:section_add
[all...]
/freebsd-11.0-release/contrib/groff/src/preproc/html/
H A Dpre-html.cpp443 * read_file - Read in a complete file, fp, placing the contents inside
631 * write_upto_newline - Write the contents of the buffer until a newline
1449 argv = addRegDef(argc, argv, s.contents());
1482 argv = addRegDef(argc, argv, s.contents());
/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Ddiv.cpp219 // stored in the macro. When we detect this, we copy the contents.
543 fprintf(stderr, "%s\t%d\n", p->nm.contents(), p->position.to_units());
551 curdiv->nm.contents());
H A Dcolumn.cpp277 out->copy_file(hpos, pos, filename.contents());
/freebsd-11.0-release/contrib/ntp/sntp/libevent/
H A Dbuffer.c804 /* Prepares the contents of src to be moved to another buffer by removing
3026 if (seg->contents)
3057 seg->contents = (char*)mapped+offset_leftover;
3116 seg->contents = mem;
3153 } else if (seg->contents) {
3154 mm_free(seg->contents);
3185 if (!seg->contents) {
3247 chain->buffer = (unsigned char*)(seg->contents + offset);
3252 chain->buffer = (unsigned char*)(seg->contents + offset);
/freebsd-11.0-release/contrib/subversion/subversion/svnserve/
H A Dserve.c1524 svn_stream_t *contents;
1562 /* Fetch the properties and a stream for the contents. */
1577 SVN_CMD_ERR(svn_fs_file_contents(&contents, root, full_path, pool));
1606 /* Now send the file's contents. */
1613 err = svn_stream_read_full(contents, buf, &len);
1624 err = svn_stream_close(contents);
3342 /* Fetch the properties and a stream for the contents. */
3718 svn_stream_t *contents;
3727 err = svn_fs_file_contents(&contents, fs_root, path, scratch_pool);
3739 SVN_ERR(svn_stream_copy3(contents, file_strea
1523 svn_stream_t *contents; local
3717 svn_stream_t *contents; local
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c1245 svn_stream_t *contents;
1276 /* Get a stream representing the file's contents. */
1277 SVN_ERR(svn_fs_file_contents(&contents, root, abs_path, pool));
1291 SVN_ERR(svn_stream_copy3(contents, svn_stream_disown(stream, pool),
1240 svn_stream_t *contents; local
/freebsd-11.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex1130 % be able to disable indexing, cross-referencing, and contents, for test runs.
1769 % Fonts for short table of contents.
2153 % Do an implicit @contents or @shortcontents after @end titlepage if the
2204 \contents
2206 \global\let\contents = \relax
2210 \contents
2211 \global\let\contents = \relax
3730 % and table of contents entries. The paragraph is indented by \leftskip.
3918 % Re-output the contents of the output page -- any previous material,
4202 % simply yielding the contents o
[all...]
/freebsd-11.0-release/contrib/amd/doc/
H A Dtexinfo.tex1106 % be able to disable indexing, cross-referencing, and contents, for test runs.
1693 % Fonts for short table of contents.
1990 % Do an implicit @contents or @shortcontents after @end titlepage if the
2041 \contents
2043 \global\let\contents = \relax
2047 \contents
2048 \global\let\contents = \relax
3556 % and table of contents entries. The paragraph is indented by \leftskip.
3744 % Re-output the contents of the output page -- any previous material,
4028 % simply yielding the contents o
[all...]
/freebsd-11.0-release/contrib/groff/doc/
H A Dtexinfo.tex1107 % be able to disable indexing, cross-referencing, and contents, for test runs.
1703 % Fonts for short table of contents.
2052 % Do an implicit @contents or @shortcontents after @end titlepage if the
2103 \contents
2105 \global\let\contents = \relax
2109 \contents
2110 \global\let\contents = \relax
3628 % and table of contents entries. The paragraph is indented by \leftskip.
3816 % Re-output the contents of the output page -- any previous material,
4100 % simply yielding the contents o
[all...]
/freebsd-11.0-release/contrib/libxo/xohtml/external/
H A Djquery.js5376 contents: true,
5575 contents: function( elem ) {
5800 contents = self.contents();
5802 if ( contents.length ) {
5803 contents.wrapAll( html );
7098 // inject the contents of the document in, removing the scripts
7224 contents: {
7737 var contents = s.contents,
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h991 pristine database we'll be looking for these contents. */
993 svn_wc__get_pristine_contents_by_checksum(svn_stream_t **contents,
1698 * conflict with the old file contents; if
1699 * #svn_wc_conflict_choose_mine_full, use the original working contents;
1700 * if #svn_wc_conflict_choose_theirs_full, the new contents; and if
1701 * #svn_wc_conflict_choose_merged, don't change the contents at all,
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dcp-valprint.c787 vf->aligner.contents[0] += 4 * (HP_ACC_VFUNC_START + vx);
H A Dinfcall.c212 /* Call breakpoint_auto_delete on the current contents of the bpstat
664 if (find_pc_partial_function ((CORE_ADDR) args[i]->aligner.contents[0], &arg_name, NULL, NULL))

Completed in 434 milliseconds

1234567891011>>