Searched refs:stream (Results 126 - 150 of 595) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-script.h28 extern void script_from_file (FILE *stream, char *file);
38 extern void show_user_1 (struct cmd_list_element *c, struct ui_file *stream);
H A Dcli-interp.c56 struct ui_file *stream; local
63 stream = cli_out_set_stream (cli_uiout, gdb_stdout);
64 if (stream != gdb_stdout)
66 cli_out_set_stream (cli_uiout, stream);
67 stream = NULL;
72 if (stream != NULL)
/haiku-fatelf/src/tests/add-ons/translators/exif/
H A Ddump_exif.cpp39 process_jpeg(BPositionIO& stream) argument
47 if (stream.Read(&header, 2) != 2)
56 if (stream.Read(&marker, 1) != 1)
69 if (stream.Read(&length, 2) != 2)
76 stream.Seek(-2, SEEK_CUR);
79 if (stream.Read(exifData, length) == length
84 stream.Seek(length - 2, SEEK_CUR);
102 BBufferIO stream(&file, 65536, false);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dlinebuffer.c43 readlinebuffer (struct linebuffer *linebuffer, FILE *stream) argument
45 return readlinebuffer_delim (linebuffer, stream, '\n');
52 Therefore the stream can contain NUL bytes, and the length
54 Return NULL when stream is empty. Return NULL and set errno upon
56 invoking ferror (stream).
59 readlinebuffer_delim (struct linebuffer *linebuffer, FILE *stream, argument
67 if (feof (stream))
72 c = getc (stream);
75 if (p == buffer || ferror (stream))
/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui-interp.c67 struct ui_file *stream; local
72 stream = cli_out_set_stream (tui_old_uiout, gdb_stdout);
73 if (stream != gdb_stdout)
75 cli_out_set_stream (tui_old_uiout, stream);
76 stream = NULL;
81 if (stream != NULL)
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dhppa-dis.c172 #define fputs_filtered(STR,F) (*info->fprintf_func) (info->stream, "%s", STR)
179 (*info->fprintf_func) (info->stream, reg ? reg_names[reg] : "r0");
187 (*info->fprintf_func) (info->stream, reg ? fp_reg_names[reg] : "fr0");
197 (*info->fprintf_func) (info->stream, "fpe%d", reg * 2 + 1);
199 (*info->fprintf_func) (info->stream, "%sR",
208 (*info->fprintf_func) (info->stream, control_reg[reg]);
219 (*info->fprintf_func) (info->stream, "-%x", -(int)num);
221 (*info->fprintf_func) (info->stream, "%x", num);
400 (*info->fprintf_func) (info->stream, "%s", opcode->name);
403 (*info->fprintf_func) (info->stream, " ");
[all...]
H A Dvax-dis.c158 (*info->fprintf_func) (info->stream, ".word 0x%x",
170 (*info->fprintf_func) (info->stream, "%s", votp->name);
172 (*info->fprintf_func) (info->stream, " ");
179 (*info->fprintf_func) (info->stream, ",");
250 (*info->fprintf_func) (info->stream, "$0x%x [%c-float]", mode, d[1]);
252 (*info->fprintf_func) (info->stream, "$0x%x", mode);
256 (*info->fprintf_func) (info->stream, "[%s]", reg_names[reg]);
259 (*info->fprintf_func) (info->stream, "%s", reg_names[reg]);
262 (*info->fprintf_func) (info->stream, "(%s)", reg_names[reg]);
265 (*info->fprintf_func) (info->stream, "
[all...]
H A Dsparc-dis.c219 FILE *stream = info->stream; local
313 (*info->fprintf_func) (stream, opcode->name);
319 (*info->fprintf_func) (stream, " ");
325 (*info->fprintf_func) (stream, ",");
330 (*info->fprintf_func) (stream, "a");
335 (*info->fprintf_func) (stream, "pn");
340 (*info->fprintf_func) (stream, "pt");
349 (*info->fprintf_func) (stream, " ");
358 (*info->fprintf_func) (stream, "
[all...]
H A Dv850-dis.c98 (*info->fprintf_func) (info->stream, "%s\t", op->name);
111 insert commas into the output stream as well as
113 output stream. */
162 if (memop && opnum == memop + 1) info->fprintf_func (info->stream, "[");
163 else if (memop && opnum == memop + 2) info->fprintf_func (info->stream, "],");
166 info->fprintf_func (info->stream, "[");
167 else if (opnum > 1) info->fprintf_func (info->stream, ", ");
177 case V850_OPERAND_REG: info->fprintf_func (info->stream, "%s", v850_reg_names[value]); break;
178 case V850_OPERAND_SRG: info->fprintf_func (info->stream, "%s", v850_sreg_names[value]); break;
179 case V850_OPERAND_CC: info->fprintf_func (info->stream, "
[all...]
H A Dd30v-dis.c61 (*info->fprintf_func) (info->stream, ".long\t0x%x", in1);
73 (*info->fprintf_func) (info->stream, ".long\t0x%x,0x%x", in1, in2);
83 (*info->fprintf_func) (info->stream, ".long\t0x%x", in1);
90 (*info->fprintf_func) (info->stream, "\t||\t");
93 (*info->fprintf_func) (info->stream, "\t->\t");
96 (*info->fprintf_func) (info->stream, "\t<-\t");
104 (*info->fprintf_func) (info->stream, ".long\t0x%x", in2);
189 (*info->fprintf_func) (info->stream, "%s", insn->op->name);
199 (*info->fprintf_func) (info->stream, "%s", d30v_cc_names[val]);
206 (*info->fprintf_func) (info->stream, "
[all...]
H A Dppc-dis.c195 (*info->fprintf_func) (info->stream, "%-7s ", opcode->name);
197 (*info->fprintf_func) (info->stream, "%s", opcode->name);
234 (*info->fprintf_func) (info->stream, ",");
241 (*info->fprintf_func) (info->stream, "r%ld", value);
243 (*info->fprintf_func) (info->stream, "f%ld", value);
245 (*info->fprintf_func) (info->stream, "v%ld", value);
252 (*info->fprintf_func) (info->stream, "%ld", value);
256 (*info->fprintf_func) (info->stream, "cr%d", value);
265 (*info->fprintf_func) (info->stream, "4*cr%d+", cr);
267 (*info->fprintf_func) (info->stream, "
303 print_ppc_disassembler_options(FILE *stream) argument
[all...]
H A Dh8300-dis.c100 extract_immediate (stream, looking_for, thisnib, data, cst, len, q)
101 FILE *stream;
169 fprintf (stream, "DISP bad size\n");
203 void *stream = info->stream; local
209 outfn (stream, "#0x%x", (unsigned) cst);
213 outfn (stream, "#0x%x", (unsigned) cst);
218 outfn (stream, "#%d", (unsigned) cst);
221 outfn (stream, "#2");
223 outfn (stream, "#
378 void *stream = info->stream; local
[all...]
H A Di370-dis.c101 (*info->fprintf_func) (info->stream, "%s", opcode->name);
103 (*info->fprintf_func) (info->stream, "\t");
124 (*info->fprintf_func) (info->stream, "(r%ld)", value);
128 (*info->fprintf_func) (info->stream, "(r%ld)", value);
133 (*info->fprintf_func) (info->stream, "(r%ld,", value);
135 (*info->fprintf_func) (info->stream, "(,");
139 (*info->fprintf_func) (info->stream, "(%ld,", value);
142 (*info->fprintf_func) (info->stream, "r%ld)", value);
144 (*info->fprintf_func) (info->stream, "r%ld,", value);
146 (*info->fprintf_func) (info->stream, "
[all...]
H A Dm68k-dis.c188 number of bytes consumed from the instruction stream, else zero. */
295 info->fprintf_func (info->stream,
311 info->fprintf_func (info->stream, "%s", best->name);
314 info->fprintf_func (info->stream, " ");
322 info->fprintf_func (info->stream, ",");
495 info->fprintf_func (info->stream, "0%o", (buffer[0] << 8) + buffer[1]);
528 (*info->fprintf_func) (info->stream, cacheFieldName[val]);
535 (info->stream,
549 (*info->fprintf_func) (info->stream, "%%ccr");
553 (*info->fprintf_func) (info->stream, "
[all...]
H A Dtic80-dis.c54 (*info->fprintf_func) (info->stream, "%#lx", value);
58 (*info->fprintf_func) (info->stream, "%ld", value);
75 (*info->fprintf_func) (info->stream, "%g", fval.f);
89 (*info->fprintf_func) (info->stream, "%s", tmp);
93 (*info->fprintf_func) (info->stream, "%#lx", value);
108 (*info->fprintf_func) (info->stream, "%s", tmp);
112 (*info->fprintf_func) (info->stream, "%ld", value);
129 (*info->fprintf_func) (info->stream, "%s", tmp);
133 (*info->fprintf_func) (info->stream, "%ld", bitnum);
154 (*info->fprintf_func) (info->stream, "
[all...]
H A Di960-dis.c32 static FILE *stream; /* Output goes here */ variable
58 stream = info->stream;
206 (*info->fprintf_func) (stream, ctrl_tab[i].name);
209 (*info->fprintf_func) (stream, ".f");
222 (*info->fprintf_func) (stream, "\t");
278 (*info->fprintf_func) (stream, cobr_tab[i].name);
282 (*info->fprintf_func) (stream, ".f");
284 (*info->fprintf_func) (stream, "\t");
291 (*info->fprintf_func) (stream, "
[all...]
H A Dtic54x-dis.c188 info->fprintf_func (info->stream, "%-7s", tm_name);
214 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
218 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
223 info->fprintf_func (info->stream, "%s", comma);
232 info->fprintf_func (info->stream, "*(");
234 info->fprintf_func (info->stream, "*%sar%d(",
238 info->fprintf_func (info->stream, ")%s",
244 info->fprintf_func (info->stream, "%s", operand[i]);
252 info->fprintf_func (info->stream, "%s", operand[i]);
256 info->fprintf_func (info->stream, "
[all...]
H A Dia64-dis.c110 (*info->fprintf_func) (info->stream, "[%s] ", tname);
112 (*info->fprintf_func) (info->stream, " ", tname);
136 (*info->fprintf_func) (info->stream, " ");
138 (*info->fprintf_func) (info->stream, "(p%02d) ", (int)(insn & 0x3f));
142 (*info->fprintf_func) (info->stream, "%s", idesc->name);
144 (*info->fprintf_func) (info->stream, " ");
152 (*info->fprintf_func) (info->stream, ",");
180 (*info->fprintf_func) (info->stream, "%s", err);
188 (*info->fprintf_func) (info->stream, "%s", odesc->str);
215 (*info->fprintf_func) (info->stream, "
[all...]
H A Dmips-dis.c701 (*info->fprintf_func) (info->stream, "%c", *d);
711 (*info->fprintf_func) (info->stream,
717 (*info->fprintf_func) (info->stream, "0x%x", lsb);
722 (*info->fprintf_func) (info->stream, "0x%x", msb - lsb + 1);
728 (*info->fprintf_func) (info->stream, "0x%x", msbd + 1);
747 (*info->fprintf_func) (info->stream, "%s", n->name);
749 (*info->fprintf_func) (info->stream, "$%d,%d", cp0reg, sel);
755 (*info->fprintf_func) (info->stream, "0x%x", lsb);
760 (*info->fprintf_func) (info->stream, "0x%x", msb - lsb + 1);
765 (*info->fprintf_func) (info->stream, "
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dpattern.h76 xmlFreeStreamCtxt (xmlStreamCtxtPtr stream);
78 xmlStreamPushNode (xmlStreamCtxtPtr stream,
83 xmlStreamPush (xmlStreamCtxtPtr stream,
87 xmlStreamPushAttr (xmlStreamCtxtPtr stream,
91 xmlStreamPop (xmlStreamCtxtPtr stream);
93 xmlStreamWantsAnyNode (xmlStreamCtxtPtr stream);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dtypeprint.c59 typedef_print (struct type *type, struct symbol *new, struct ui_file *stream) argument
67 fprintf_filtered (stream, "typedef ");
68 type_print (type, "", stream, 0);
71 fprintf_filtered (stream, " %s", SYMBOL_PRINT_NAME (new));
76 fprintf_filtered (stream, "TYPE ");
79 fprintf_filtered (stream, "%s = ", SYMBOL_PRINT_NAME (new));
81 fprintf_filtered (stream, "<builtin> = ");
82 type_print (type, "", stream, 0);
87 fprintf_filtered (stream, "type ");
88 fprintf_filtered (stream, "
106 type_print(struct type *type, char *varstring, struct ui_file *stream, int show) argument
249 print_type_scalar(struct type *type, LONGEST val, struct ui_file *stream) argument
270 fputs_filtered (TYPE_FIELD_NAME (type, i), stream); local
291 print_type_scalar (TYPE_TARGET_TYPE (type), val, stream); local
[all...]
H A Dui-file.c1 /* UI_FILE - a generic STDIO like output stream.
325 struct mem_file *stream = XMALLOC (struct mem_file);
327 set_ui_file_data (file, stream, mem_file_delete);
331 stream->magic = &mem_file_magic;
332 stream->buffer = NULL;
333 stream->sizeof_buffer = 0;
334 stream->length_buffer = 0;
341 struct mem_file *stream = ui_file_data (file);
342 if (stream->magic != &mem_file_magic)
345 if (stream
324 struct mem_file *stream = XMALLOC (struct mem_file); local
340 struct mem_file *stream = ui_file_data (file); local
358 struct mem_file *stream = ui_file_data (file); local
370 struct mem_file *stream = ui_file_data (file); local
383 struct mem_file *stream = ui_file_data (file); local
[all...]
/haiku-fatelf/src/apps/cortex/Persistence/
H A DXML.h90 // identify object in stream.
94 // element of the stream, or
99 BDataIO* stream,
104 // XML stream.
112 BDataIO* stream,
117 BDataIO* stream,
123 // XML stream. you need to provide a document type
132 BDataIO* stream,
138 BDataIO* stream,
144 // to the given stream
[all...]
/haiku-fatelf/src/apps/icon-o-matic/import_export/flat_icon/
H A DSourceExporter.cpp29 SourceExporter::Export(const Icon* icon, BPositionIO* stream) argument
37 stream);
52 BPositionIO* stream) const
59 ssize_t written = stream->Write(buffer, size);
78 written = stream->Write(buffer, size);
98 written = stream->Write(buffer, size);
112 written = stream->Write(buffer, size);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dpattern.c107 xmlStreamCompPtr comp; /* the compiled stream */
170 xmlStreamCompPtr stream; /* the streaming data if any */ member in struct:_xmlPattern
236 if (comp->stream != NULL)
237 xmlFreeStreamComp(comp->stream);
1422 xmlDebugStreamComp(xmlStreamCompPtr stream) { argument
1425 if (stream == NULL) {
1429 printf("Stream: %d steps\n", stream->nbStep);
1430 for (i = 0;i < stream->nbStep;i++) {
1431 if (stream->steps[i].ns != NULL) {
1432 printf("{%s}", stream
1572 xmlStreamCompPtr stream; local
1753 xmlNewStreamCtxt(xmlStreamCompPtr stream) argument
1785 xmlFreeStreamCtxt(xmlStreamCtxtPtr stream) argument
1851 xmlStreamPushInternal(xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns, int nodeType) argument
2210 xmlStreamPush(xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns) argument
2235 xmlStreamPushNode(xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns, int nodeType) argument
2260 xmlStreamPushAttr(xmlStreamCtxtPtr stream, const xmlChar *name, const xmlChar *ns) argument
2274 xmlStreamPop(xmlStreamCtxtPtr stream) argument
[all...]

Completed in 203 milliseconds

1234567891011>>