Home
last modified time | relevance | path

Searched refs:out_buffer (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000211-1.c25 unsigned char *out_buffer; member
65out_buffer[( lstr )->out_buffer_ind++] = (unsigned char) ( pad ), ( lstr )->byte_count++, ( lstr … in doprnt_1()
77out_buffer[( lstr )->out_buffer_ind++] = (unsigned char) ( pad ), ( lstr )->byte_count++, ( lstr … in doprnt_1()
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DBase.pm506 my $out_buffer = '';
508 $status = $obj->read(\$out_buffer);
514 $obj->ungetc($out_buffer)
515 if length $out_buffer;
1177 my $out_buffer = *$self->{Pending} ;
1183 my $buf_len = $self->_raw_read(\$out_buffer);
1188 $length = length $out_buffer
1189 if length($out_buffer) < $length ;
1200 *$self->{Pending} = $out_buffer;
1201 $out_buffer = \*$self->{Pending} ;
[all …]
/openbsd/lib/libcurses/tinfo/
H A Dlib_tputs.c130 SP_PARM->out_buffer)); in NCURSES_SP_NAME()
132 char *buf = SP_PARM->out_buffer; in NCURSES_SP_NAME()
151 } else if (SP_PARM->out_buffer == 0) { in NCURSES_SP_NAME()
181 if (SP_PARM->out_buffer != 0) { in NCURSES_SP_NAME()
184 SP_PARM->out_buffer[SP_PARM->out_inuse++] = (char) ch; in NCURSES_SP_NAME()
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dlex.c367 out_count = sizeof (lex->out_buffer) - lex->out_last;
378 outp = &lex->out_buffer[lex->out_last];
386 unicode_t uc = * (unicode_t *) &lex->out_buffer[0];
405 char t = lex->out_buffer[lex->out_last + i];
406 lex->out_buffer[lex->out_last + i]
407 = lex->out_buffer[lex->out_last + i + 1];
408 lex->out_buffer[lex->out_last + i + 1] = t;
450 result = * ((unicode_t *) &lex->out_buffer[lex->out_first]);
H A Dlex.h146 unsigned char out_buffer[1024]; member
H A DChangeLog4541 Made out_buffer unsigned.
4799 * lex.h (java_lexer): Added out_buffer, out_first, out_last.
/openbsd/lib/libcurses/base/
H A Dlib_set_term.c216 FreeIfNeeded(sp->out_buffer); in delscreen()
447 if ((sp->out_buffer = malloc(sp->out_limit)) == 0) in NCURSES_SP_NAME()
/openbsd/lib/libcurses/
H A Dcurses.priv.h970 char *out_buffer; /* output buffer */ member