Searched refs:out_stream (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sunpc/other/ |
H A D | unix2dos.c | 106 FILE *out_stream = NULL; local 134 out_stream = stdout; 209 out_stream = fopen(out_file_name, "w"); 210 if (out_stream == NULL) { 218 setmode(fileno(out_stream), O_BINARY); 395 * While not EOF, read in chars and send them to out_stream 451 out_stream)) 458 fwrite(&tmp_buff[0], 1, 1, out_stream); 460 fclose(out_stream); 465 out_stream [all...] |
H A D | dos2unix.c | 105 FILE *out_stream = NULL; local 129 out_stream = stdout; 206 out_stream = fopen(out_file_name, "w"); 207 if (out_stream == NULL) { 215 setmode(fileno(out_stream), O_BINARY); 386 /* While not EOF, read in chars and send them to out_stream 451 out_len != (i= fwrite(&tmp_buff[0], 1, out_len, out_stream))) 456 fclose(out_stream); 461 out_stream = fopen(in_file_name, "w"); 464 setmode(fileno(out_stream), O_BINAR [all...] |
/illumos-gate/usr/src/cmd/sort/common/ |
H A D | merge.c | 430 stream_t out_stream; local 471 (void) prepare_output_stream(&out_stream, S); 473 &out_stream, S->m_field_separator); 481 if (prepare_output_stream(&out_stream, S) == -1) 484 cur_streamp->s_next, &out_stream, 491 merge_n_streams(S, cur_streamp, n_merges, &out_stream,
|
Completed in 66 milliseconds