Searched refs:stream (Results 176 - 200 of 737) sorted by relevance

1234567891011>>

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict.h231 #define dict_setjmp(stream) setjmp((stream)->jbuf[0])
232 #define dict_longjmp(stream, val) longjmp((stream)->jbuf[0], (val))
234 #define dict_setjmp(stream) sigsetjmp((stream)->jbuf[0], 1)
235 #define dict_longjmp(stream, val) siglongjmp((stream)->jbuf[0], (val))
237 #define dict_isjmp(stream) ((stream)
[all...]
H A Dvstream_popen.c5 /* open stream to child process
13 /* int vstream_pclose(stream)
14 /* VSTREAM *stream;
16 /* vstream_popen() opens a one-way or two-way stream to a user-specified
19 /* standard output are redirected to the stream, which is based on a
57 /* vstream_pclose() closes the named stream and returns the child
58 /* exit status. It is an error to specify a stream that was not
74 /* returned when the stream is closed, and does not distinguish
191 /* vstream_popen - open stream to child process */
198 VSTREAM *stream; local
279 vstream_pclose(VSTREAM *stream) argument
320 VSTREAM *stream; local
[all...]
H A Dattr_clnt.c127 VSTREAM *stream; local
137 * XXX If the stream is readable before we send anything, then assume the
156 if ((stream = auto_clnt_access(client->auto_clnt)) != 0
157 && readable(vstream_fileno(stream)) == 0) {
160 err = (client->print(stream, send_flags, ap) != 0
161 || vstream_fflush(stream) != 0);
188 ret = client->scan(stream, recv_flags, ap);
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_compression_bzip2.c53 bz_stream stream; member in struct:private_data
225 state->stream.next_out = state->out_block;
226 state->stream.avail_out = state->out_block_size;
234 decompressed = state->stream.next_out
239 ret = BZ2_bzDecompressInit(&(state->stream),
245 ret = BZ2_bzDecompressInit(&(state->stream),
273 /* stream.next_in is really const, but bzlib
279 state->stream.next_in = (char *)(uintptr_t)read_buf;
280 state->stream.avail_in = ret;
285 decompressed = state->stream
[all...]
H A Darchive_write_set_compression_bzip2.c60 bz_stream stream; member in struct:private_data
75 (st)->stream.next_in = (char *)(uintptr_t)(const void *)(src)
146 state->stream.next_out = state->compressed;
147 state->stream.avail_out = state->compressed_buffer_size;
151 ret = BZ2_bzCompressInit(&(state->stream),
214 * Write data to the compressed stream.
237 state->stream.avail_in = length;
276 state->stream.avail_in = tocopy < a->null_length ?
278 state->total_in += state->stream.avail_in;
279 tocopy -= state->stream
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter2/
H A Dparser.ml26 | [< 'Token.Ident id; stream >] ->
28 | [< e=parse_expr; stream >] ->
32 end stream
45 parse_ident id stream
51 and parse_bin_rhs expr_prec lhs stream =
52 match Stream.peek stream with
61 Stream.junk stream;
64 let rhs = parse_primary stream in
68 match Stream.peek stream with
74 then parse_bin_rhs (token_prec + 1) rhs stream
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter3/
H A Dparser.ml26 | [< 'Token.Ident id; stream >] ->
28 | [< e=parse_expr; stream >] ->
32 end stream
45 parse_ident id stream
51 and parse_bin_rhs expr_prec lhs stream =
52 match Stream.peek stream with
61 Stream.junk stream;
64 let rhs = parse_primary stream in
68 match Stream.peek stream with
74 then parse_bin_rhs (token_prec + 1) rhs stream
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dparser.ml26 | [< 'Token.Ident id; stream >] ->
28 | [< e=parse_expr; stream >] ->
32 end stream
45 parse_ident id stream
51 and parse_bin_rhs expr_prec lhs stream =
52 match Stream.peek stream with
61 Stream.junk stream;
64 let rhs = parse_primary stream in
68 match Stream.peek stream with
74 then parse_bin_rhs (token_prec + 1) rhs stream
[all...]
/macosx-10.10.1/postfix-255/postfix/src/master/
H A Devent_server.c12 /* void (*service)(VSTREAM *stream, char *service_name, char **argv);
16 /* VSTREAM *stream;
34 /* .IP "void (*service)(VSTREAM *stream, char *service_name, char **argv)"
39 /* subsequent I/O events on the stream, and is responsible for
40 /* calling event_server_disconnect() when the stream is closed.
41 /* The stream initial state is non-blocking mode.
43 /* is attached as stream context. NOTE: the attributes are
326 void event_server_disconnect(VSTREAM *stream) argument
329 msg_info("connection closed fd %d", vstream_fileno(stream));
331 event_server_pre_disconn(stream, event_server_nam
345 VSTREAM *stream = (VSTREAM *) context; local
372 VSTREAM *stream; local
528 VSTREAM *stream = 0; local
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dm68hc11-dis.c98 (*info->fprintf_func) (info->stream, "%d,%s",
103 (* info->fprintf_func) (info->stream, " {");
105 (* info->fprintf_func) (info->stream, "}");
127 (*info->fprintf_func) (info->stream, "%d,%s%s%s",
138 (*info->fprintf_func) (info->stream, "<invalid op: 0x%x>",
151 (*info->fprintf_func) (info->stream, "[%u,%s]",
162 (*info->fprintf_func) (info->stream, "<invalid op: 0x%x>",
188 (*info->fprintf_func) (info->stream, "%d,%s",
192 (* info->fprintf_func) (info->stream, " {");
194 (* info->fprintf_func) (info->stream, "}");
[all...]
H A Dsh64-dis.c178 void *stream = info->stream; local
202 (*fprintf_fn) (stream, "%s0x%02x",
227 fprintf_fn (stream, ".long 0x%08lx", instruction);
231 fprintf_fn (stream, "%s\t", op->name);
239 fprintf_fn (stream, ",");
250 fprintf_fn (stream, "r%d", r);
257 fprintf_fn (stream, "fv%d", r);
264 fprintf_fn (stream, "fp%d", r);
271 fprintf_fn (stream, "mtr
[all...]
H A Ds390-dis.c171 (*info->fprintf_func) (info->stream, "%s\t", opcode->name);
173 (*info->fprintf_func) (info->stream, "%s", opcode->name);
194 (*info->fprintf_func) (info->stream, "%c", separator);
197 (*info->fprintf_func) (info->stream, "%%r%i", value);
199 (*info->fprintf_func) (info->stream, "%%f%i", value);
201 (*info->fprintf_func) (info->stream, "%%a%i", value);
203 (*info->fprintf_func) (info->stream, "%%c%i", value);
207 (*info->fprintf_func) (info->stream, "%i", (int) value);
209 (*info->fprintf_func) (info->stream, "%u", value);
217 (*info->fprintf_func) (info->stream, ")");
[all...]
H A Dxtensa-dis.c87 (*info->fprintf_func) (info->stream, "%u", operand_val);
89 (*info->fprintf_func) (info->stream, "0x%x", operand_val);
108 (*info->fprintf_func) (info->stream, "%d", signed_operand_val);
110 (*info->fprintf_func) (info->stream, "0x%x", signed_operand_val);
117 (*info->fprintf_func) (info->stream, "%s%u",
123 (*info->fprintf_func) (info->stream, ":%s%u",
132 /* Print the Xtensa instruction at address MEMADDR on info->stream.
218 (*info->fprintf_func) (info->stream, ".byte %#02x", priv.byte_buf[0]);
223 (*info->fprintf_func) (info->stream, "{ ");
231 (*info->fprintf_func) (info->stream, "; ");
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dparser.ml28 | [< 'Token.Ident id; stream >] ->
30 | [< e=parse_expr; stream >] ->
34 end stream
47 parse_ident id stream
60 stream >] ->
66 stream >] ->
71 end stream
78 end stream
81 end stream
87 and parse_bin_rhs expr_prec lhs stream
[all...]
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dverify_clnt.c97 VSTREAM *stream; local
111 stream = clnt_stream_access(vrfy_clnt);
114 if (attr_print(stream, ATTR_FLAG_NONE,
118 || vstream_fflush(stream)
119 || attr_scan(stream, ATTR_FLAG_MISSING,
140 VSTREAM *stream; local
154 stream = clnt_stream_access(vrfy_clnt);
156 if (attr_print(stream, ATTR_FLAG_NONE,
162 || attr_scan(stream, ATTR_FLAG_MISSING,
H A Ddeliver_request.c38 /* DELIVER_REQUEST *deliver_request_read(stream)
39 /* VSTREAM *stream;
41 /* void deliver_request_done(stream, request, status)
42 /* VSTREAM *stream;
127 static int deliver_request_initial(VSTREAM *stream) argument
139 attr_print(stream, ATTR_FLAG_NONE,
142 if ((err = vstream_fflush(stream)) != 0)
150 static int deliver_request_final(VSTREAM *stream, DELIVER_REQUEST *request, argument
167 attr_print(stream, ATTR_FLAG_NONE,
171 if ((err = vstream_fflush(stream)) !
188 deliver_request_get(VSTREAM *stream, DELIVER_REQUEST *request) argument
435 deliver_request_read(VSTREAM *stream) argument
468 deliver_request_done(VSTREAM *stream, DELIVER_REQUEST *request, int status) argument
[all...]
/macosx-10.10.1/removefile-35/
H A Dremovefile_tree_walker.c43 __removefile_process_file(FTS* stream, FTSENT* current_file, removefile_state_t state) { argument
57 fts_set(stream, current_file, FTS_SKIP);
118 FTS *stream; local
129 stream = fts_open(trees, FTS_PHYSICAL | FTS_NOCHDIR, NULL);
130 if (stream == NULL) return -1;
132 while ((current_file = fts_read(stream)) != NULL) {
162 rval = __removefile_process_file(stream, current_file,
205 fts_set(stream, current_file, FTS_SKIP);
216 fts_close(stream);
/macosx-10.10.1/bind9-45.101/bind9/lib/isccc/
H A Dalist.c272 isccc_alist_prettyprint(isccc_sexpr_t *sexpr, unsigned int indent, FILE *stream) argument
277 fprintf(stream, "{\n");
287 fprintf(stream, "%.*s%s => ", (int)indent, spaces,
289 isccc_alist_prettyprint(v, indent, stream);
291 fprintf(stream, ",");
292 fprintf(stream, "\n");
295 fprintf(stream, "%.*s}", (int)indent, spaces);
297 fprintf(stream, "(\n");
302 fprintf(stream, "%.*s", (int)indent, spaces);
303 isccc_alist_prettyprint(CAR(elt), indent, stream); local
[all...]
H A Dsexpr.c170 isccc_sexpr_print(isccc_sexpr_t *sexpr, FILE *stream) argument
177 fprintf(stream, "nil");
183 fprintf(stream, "t");
186 fprintf(stream, "\"%s\"", sexpr->value.as_string);
189 fprintf(stream, "(");
191 isccc_sexpr_print(CAR(sexpr), stream); local
194 fprintf(stream, " ");
196 fprintf(stream, ". ");
197 isccc_sexpr_print(cdr, stream);
203 fprintf(stream, ")");
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dstrings.c455 FILE *stream;
457 stream = file_open (file, FOPEN_RB);
458 if (stream == NULL)
465 print_strings (file, stream, (file_off) 0, 0, 0, (char *) 0);
467 if (fclose (stream) == EOF)
490 get_char (FILE *stream, file_off *address, int *magiccount, char **magic)
505 if (stream == NULL)
513 c = getc_unlocked (stream);
515 c = getc (stream);
567 print_strings (const char *filename, FILE *stream, file_of
452 FILE *stream; local
486 get_char(FILE *stream, file_off *address, int *magiccount, char **magic) argument
562 print_strings(const char *filename, FILE *stream, file_off address, int stop_point, int magiccount, char *magic) argument
707 usage(FILE *stream, int status) argument
[all...]
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextfind_main.c697 FILE * stream = stderr; local
699 fprintf(stream,
706 fprintf(stream, "use %s -%s for a list of options\n",
711 fprintf(stream, "Options\n");
713 fprintf(stream, " -%s -%s\n",
716 fprintf(stream, " -%s -%s\n",
719 fprintf(stream, " -%s -%s\n",
721 fprintf(stream, " -%s\n",
724 fprintf(stream, "\n");
726 fprintf(stream, "Hand
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclae/tclae/library/
H A Daete.tcl272 proc tclAE::aete::parse::parseSuite {stream} {
273 upvar $stream data
315 proc tclAE::aete::parse::parseEvent {stream} {
316 upvar $stream data
337 proc tclAE::aete::parse::parseClass {stream} {
338 upvar $stream data
365 proc tclAE::aete::parse::parseCompEnum {stream} {
366 upvar $stream data
377 proc tclAE::aete::parse::parseEnumeration {stream} {
378 upvar $stream dat
[all...]
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_scanner.c120 struct FILE_INFO *stream
123 int ch = fgetc(stream->fd);
125 ++stream->col_no;
127 stream->prev_line_col_no = stream->col_no;
128 ++stream->line_no;
129 stream->col_no = 1;
141 struct FILE_INFO *stream
145 stream->col_no = stream
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DOptions.cpp327 void Options::dumpAllOptions(FILE* stream) argument
329 fprintf(stream, "JSC runtime options:\n");
331 dumpOption(static_cast<OptionID>(id), stream, " ", "\n"); local
334 void Options::dumpOption(OptionID id, FILE* stream, const char* header, const char* footer) argument
339 fprintf(stream, "%s%s: ", header, s_optionsInfo[id].name);
342 fprintf(stream, "%s", s_options[id].u.boolVal?"true":"false");
345 fprintf(stream, "%u", s_options[id].u.unsignedVal);
348 fprintf(stream, "%lf", s_options[id].u.doubleVal);
351 fprintf(stream, "%d", s_options[id].u.int32Val);
354 fprintf(stream, "
[all...]
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_session.c9 /* SMTP_SESSION *smtp_session_alloc(stream, iter, start, flags)
10 /* VSTREAM *stream;
30 /* and initializes it with the given stream and destination, host name
36 /* case of a null stream and will assume it was given a different
47 /* .IP stream
48 /* A full-duplex stream.
122 SMTP_SESSION *smtp_session_alloc(VSTREAM *stream, SMTP_ITERATOR *iter, argument
131 session->stream = stream;
182 if (session->stream) {
[all...]

Completed in 150 milliseconds

1234567891011>>