HomeSort by: relevance | last modified time | path
    Searched refs:string_buffer (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-java.c 382 struct string_buffer struct
396 /* Initialize a 'struct string_buffer' to empty. */
398 init_string_buffer (struct string_buffer *bp)
411 string_buffer_append_byte (struct string_buffer *bp, unsigned char c)
423 string_buffer_append_unicode_grow (struct string_buffer *bp, size_t count)
438 string_buffer_append_unicode (struct string_buffer *bp, unsigned int uc)
454 string_buffer_flush_utf16_surr (struct string_buffer *bp)
466 string_buffer_flush_curr_buffer (struct string_buffer *bp, int lineno)
491 /* Append a character or Unicode character to a 'struct string_buffer'. */
493 string_buffer_append (struct string_buffer *bp, int c
    [all...]
x-csharp.c 516 struct string_buffer struct
524 /* Initialize a 'struct string_buffer' to empty. */
526 init_string_buffer (struct string_buffer *bp)
535 string_buffer_append_unicode_grow (struct string_buffer *bp, size_t count)
550 string_buffer_append_unicode (struct string_buffer *bp, unsigned int uc)
566 string_buffer_result (struct string_buffer *bp)
575 /* Free the memory pointed to by a 'struct string_buffer'. */
577 free_string_buffer (struct string_buffer *bp)
588 static struct string_buffer comment_buffer;
1486 accumulate_escaped (struct string_buffer *literal, int delimiter
    [all...]
  /src/external/mit/xorg/lib/
driver.old.mk 27 string_buffer.c \
driver.mk 44 string_buffer.c \
  /src/external/bsd/top/dist/
screen.c 123 static char string_buffer[1024]; variable
293 bufptr = string_buffer;
  /src/external/gpl3/gdb.old/dist/gdb/
elfread.c 592 std::string string_buffer;
635 string_buffer.assign (name);
636 string_buffer.append (got_suffix, got_suffix + got_suffix_len);
638 msym = record_minimal_symbol (reader, string_buffer,
  /src/external/gpl3/gdb/dist/gdb/
elfread.c 592 std::string string_buffer;
635 string_buffer.assign (name);
636 string_buffer.append (got_suffix, got_suffix + got_suffix_len);
638 msym = record_minimal_symbol (reader, string_buffer,
  /src/external/lgpl3/mpfr/dist/src/
vasprintf.c 571 struct string_buffer struct
580 buffer_init (struct string_buffer *b, size_t s)
594 buffer_incr_len (struct string_buffer *b, mpfr_intmax_t len)
625 buffer_widen (struct string_buffer *b, size_t len)
651 buffer_cat (struct string_buffer *b, const char *s, size_t len)
686 buffer_pad (struct string_buffer *b, const char c, const mpfr_intmax_t n)
725 buffer_sandwich (struct string_buffer *b, char *str, size_t len,
1988 sprnt_fp (struct string_buffer *buf, mpfr_srcptr p,
2092 struct string_buffer buf;

Completed in 65 milliseconds