Searched refs:out_buffer (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dsysdep.c176 static char out_buffer[LINE_BUFF_SIZE]; /* Buffer for outputs */ variable
189 ** Implicit inputs: out_buffer, buff_len, previous_fid
206 ** Data always starts at out_buffer[0]; buff_len is length of data.
210 out_buffer[buff_len] = '\0';
211 fprintf (fid, "%s", out_buffer);
226 ** Implicit inputs: out_buffer, buff_len, previous_fid
256 ** When data is buffered across calls, it always begins at out_buffer[0].
260 buff = obuff = out_buffer;
419 ** out_buffer, at the start of the final part of the line.
436 ** out_buffer[
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftp/
H A Dsecurity.c53 static struct buffer in_buffer, out_buffer; variable in typeref:struct:
268 if(out_buffer.index > 0){
269 sec_write(fileno(F), out_buffer.data, out_buffer.index);
270 out_buffer.index = 0;
311 ret = buffer_write(&out_buffer, buf, len);
335 buffer_write(&out_buffer, &ch, 1);
336 if(c == '\n' || out_buffer.index >= 1024 /* XXX */) {
337 sec_write(fileno(F), out_buffer.data, out_buffer
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_ojpeg.c309 uint8 out_buffer[OJPEG_BUFFER]; member in struct:__anon13142
2126 sp->out_buffer[0]=255;
2127 sp->out_buffer[1]=JPEG_MARKER_SOI;
2129 *mem=(void*)sp->out_buffer;
2176 sp->out_buffer[0]=255;
2177 sp->out_buffer[1]=JPEG_MARKER_DRI;
2178 sp->out_buffer[2]=0;
2179 sp->out_buffer[3]=4;
2180 sp->out_buffer[4]=(sp->restart_interval>>8);
2181 sp->out_buffer[
[all...]
/macosx-10.9.5/gssd-62/
H A Dgssd_util.c882 fmt_parse(char *out_buffer, char **obp, const char *ofp, va_list *ap) argument
933 *obp += slprintf(out_buffer, MAX_LOG_MESSAGE, kfmt, width, prec, gss_error_string);
935 *obp += slprintf(out_buffer, MAX_LOG_MESSAGE, kfmt, width, gss_error_string);
937 *obp += slprintf(out_buffer, MAX_LOG_MESSAGE, kfmt, prec, gss_error_string);
939 *obp += slprintf(out_buffer, MAX_LOG_MESSAGE, kfmt, gss_error_string);
945 *obp += vslprintf(out_buffer, MAX_LOG_MESSAGE, kfmt, ap2);

Completed in 273 milliseconds