Searched defs:stream (Results 201 - 225 of 350) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/gcc/
H A Dpretty-print.h91 FILE *stream; member in struct:__anon1177
/freebsd-10-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c679 WRAPPER2(int, setvbuf, FILE *stream, char *buf, int mode, size_t size) argument
703 WRAPPER2(int, setbuf, FILE* stream, char *buf) argument
710 WRAPPER2(int, setbuffer, FILE* stream, cha argument
717 WRAPPER2(int, setlinebuf, FILE* stream) argument
836 WRAPPER2(int, fclose, FILE *stream) argument
852 WRAPPER2(size_t, fread, void *ptr, size_t size, size_t nmemb, FILE *stream) argument
862 WRAPPER2(size_t, fwrite, const void *ptr, size_t size, size_t nmemb, FILE *stream) argument
873 WRAPPER2(int, fgetc, FILE *stream) argument
882 WRAPPER2(char *, fgets, char *s, int size, FILE *stream) argument
892 WRAPPER2(int, getc, FILE *stream) argument
915 WRAPPER2(int, ungetc, int c, FILE *stream) argument
924 WRAPPER2(int, fputc, int c, FILE *stream) argument
933 WRAPPER2(int, fputs, const char *s, FILE *stream) argument
945 WRAPPER2(int, putc, int c, FILE *stream) argument
964 WRAPPER2(void, clearerr, FILE *stream) argument
973 WRAPPER2(int, feof, FILE *stream) argument
982 WRAPPER2(int, ferror, FILE *stream) argument
991 WRAPPER2(int, fileno, FILE *stream) argument
1016 WRAPPER2(int, fprintf, FILE *stream, const char *format, ...) argument
1081 WRAPPER2(int, vfprintf, FILE *stream, const char *format, va_list ap) argument
1143 WRAPPER2(int, fflush, FILE *stream) argument
1153 WRAPPER2(int, fseek, FILE *stream, long offset, int whence) argument
1163 WRAPPER2(int, fseeko64, FILE *stream, off64_t offset, int whence) argument
1173 WRAPPER2(long, ftell, FILE *stream) argument
1183 WRAPPER2(off64_t, ftello64, FILE *stream) argument
1193 WRAPPER2(void, rewind, FILE *stream) argument
1202 WRAPPER2(int, fgetpos, FILE *stream, fpos_t *pos) argument
1212 WRAPPER2(int, fsetpos, FILE *stream, fpos_t *pos) argument
1576 WRAPPER2(int, pclose, FILE *stream) argument
[all...]
/freebsd-10-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.c581 apropos_cmd(struct ui_file *stream, struct cmd_list_element *commandlist, struct re_pattern_buffer *regex, char *prefix) argument
642 help_cmd(char *command, struct ui_file *stream) argument
718 help_list(struct cmd_list_element *list, char *cmdtype, enum command_class class, struct ui_file *stream) argument
768 help_all(struct ui_file *stream) argument
789 print_doc_line(struct ui_file *stream, char *str) argument
834 help_cmd_list(struct cmd_list_element *list, enum command_class class, char *prefix, int recurse, struct ui_file *stream) argument
[all...]
H A Dcli-script.c1237 do_fclose_cleanup(void *stream) argument
1245 script_from_file(FILE *stream, char *file) argument
1290 show_user_1(struct cmd_list_element *c, struct ui_file *stream) argument
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dlanguage.c1204 unk_lang_emit_char(int c, struct ui_file *stream, int quoter) argument
1210 unk_lang_printchar(int c, struct ui_file *stream) argument
1216 unk_lang_printstr(struct ui_file *stream, char *string, unsigned int length, int width, int force_ellipses) argument
1229 unk_lang_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
1236 unk_lang_val_print(struct type *type, char *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
1244 unk_lang_value_print(struct value *val, struct ui_file *stream, int format, enum val_prettyprint pretty) argument
H A Dprintcmd.c282 print_formatted(struct value *val, int format, int size, struct ui_file *stream) argument
335 format, size, stream); local
347 print_scalar_formatted(void *valaddr, struct type *type, int format, int size, struct ui_file *stream) argument
444 stream, 0, Val_pretty_default); local
537 print_address_symbolic(CORE_ADDR addr, struct ui_file *stream, int do_demangle, char *leadin) argument
701 print_address_numeric(CORE_ADDR addr, int use_local, struct ui_file *stream) argument
724 print_address(CORE_ADDR addr, struct ui_file *stream) argument
736 print_address_demangle(CORE_ADDR addr, struct ui_file *stream, int do_demangle) argument
1723 print_variable_value(struct symbol *var, struct frame_info *frame, struct ui_file *stream) argument
[all...]
H A Dstack.c167 struct ui_file *stream; member in struct:print_args_args
179 print_frame_nameless_args(struct frame_info *fi, long start, int num, int first, struct ui_file *stream) argument
210 print_frame_args(struct symbol *func, struct frame_info *fi, int num, struct ui_file *stream) argument
1332 print_block_frame_locals(struct block *b, struct frame_info *fi, int num_tabs, struct ui_file *stream) argument
1352 fputs_filtered (SYMBOL_PRINT_NAME (sym), stream); local
1369 print_block_frame_labels(struct block *b, int *have_default, struct ui_file *stream) argument
1389 fputs_filtered (SYMBOL_PRINT_NAME (sym), stream); local
1393 print_address_numeric (SYMBOL_VALUE_ADDRESS (sym), 1, stream); local
1411 print_frame_local_vars(struct frame_info *fi, int num_tabs, struct ui_file *stream) argument
1444 print_frame_label_vars(struct frame_info *fi, int this_level_only, struct ui_file *stream) argument
1548 print_frame_arg_vars(struct frame_info *fi, struct ui_file *stream) argument
1576 fputs_filtered (SYMBOL_PRINT_NAME (sym), stream); local
[all...]
H A Dstandalone.c215 fread(int bufp, int numelts, int eltsize, int stream) argument
286 fwrite(char *buf, int numelts, int size, int stream) argument
H A Dvalprint.c126 val_print(struct type *type, char *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
158 value_check_printable(struct value *val, struct ui_file *stream) argument
190 common_val_print(struct value *val, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
207 value_print(struct value *val, struct ui_file *stream, int format, enum val_prettyprint pretty) argument
221 val_print_type_code_int(struct type *type, char *valaddr, struct ui_file *stream) argument
269 print_decimal(struct ui_file *stream, char *sign, int use_local, ULONGEST val_ulong) argument
303 print_longest(struct ui_file *stream, int format, int use_local, LONGEST val_long) argument
478 print_floating(char *valaddr, struct type *type, struct ui_file *stream) argument
493 fputs_filtered (local_hex_format_prefix (), stream); local
494 fputs_filtered (floatformat_mantissa (fmt, valaddr), stream); local
495 fputs_filtered (local_hex_format_suffix (), stream); local
539 print_binary_chars(struct ui_file *stream, unsigned char *valaddr, unsigned len) argument
556 fputs_filtered (local_binary_format_prefix (), stream); local
594 fputs_filtered (local_binary_format_suffix (), stream); local
601 print_octal_chars(struct ui_file *stream, unsigned char *valaddr, unsigned len) argument
643 fputs_filtered (local_octal_format_prefix (), stream); local
742 fputs_filtered (local_octal_format_suffix (), stream); local
749 print_decimal_chars(struct ui_file *stream, unsigned char *valaddr, unsigned len) argument
785 fputs_filtered (local_decimal_format_prefix (), stream); local
882 fputs_filtered (local_decimal_format_suffix (), stream); local
888 print_hex_chars(struct ui_file *stream, unsigned char *valaddr, unsigned len) argument
894 fputs_filtered (local_hex_format_prefix (), stream); local
913 fputs_filtered (local_hex_format_suffix (), stream); local
920 print_char_chars(struct ui_file *stream, unsigned char *valaddr, unsigned len) argument
960 val_print_array_elements(struct type *type, char *valaddr, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty, unsigned int i) argument
1082 val_print_string(CORE_ADDR addr, int len, int width, struct ui_file *stream) argument
[all...]
/freebsd-10-stable/contrib/gdb/gdb/mi/
H A Dmi-main.c931 struct ui_stream *stream = ui_out_stream_new (uiout); local
[all...]
/freebsd-10-stable/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp974 static void usage(FILE *stream) argument
/freebsd-10-stable/contrib/groff/src/devices/grotty/
H A Dtty.cpp903 static void usage(FILE *stream) argument
/freebsd-10-stable/contrib/groff/src/preproc/refer/
H A Drefer.cpp391 static void usage(FILE *stream) argument
/freebsd-10-stable/contrib/groff/src/preproc/tbl/
H A Dmain.cpp1515 static void usage(FILE *stream) argument
/freebsd-10-stable/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp870 static void usage(FILE *stream) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp449 lldb_private::formatters::Char16StringSummaryProvider (ValueObject& valobj, Stream& stream) argument
67 ExtractSummaryFromObjCExpression(ValueObject &valobj, const char* target_type, const char* selector, Stream &stream) argument
176 DumpUTFBufferToStream(ConversionResult (ConvertFunction) const SourceDataType**, const SourceDataType*, UTF8**, UTF8*, ConversionFlags), DataExtractor& data, Stream& stream, char prefix_token = �, char quote = �, uint32_t sourceSize = 0) argument
477 Char32StringSummaryProvider(ValueObject& valobj, Stream& stream) argument
505 WCharStringSummaryProvider(ValueObject& valobj, Stream& stream) argument
576 Char16SummaryProvider(ValueObject& valobj, Stream& stream) argument
590 Char32SummaryProvider(ValueObject& valobj, Stream& stream) argument
604 WCharSummaryProvider(ValueObject& valobj, Stream& stream) argument
743 LibcxxWStringSummaryProvider(ValueObject& valobj, Stream& stream) argument
760 LibcxxStringSummaryProvider(ValueObject& valobj, Stream& stream) argument
783 ObjCClassSummaryProvider(ValueObject& valobj, Stream& stream) argument
860 NSDataSummaryProvider(ValueObject& valobj, Stream& stream) argument
957 NSStringSummaryProvider(ValueObject& valobj, Stream& stream) argument
1131 NSAttributedStringSummaryProvider(ValueObject& valobj, Stream& stream) argument
1156 NSMutableAttributedStringSummaryProvider(ValueObject& valobj, Stream& stream) argument
1162 RuntimeSpecificDescriptionSummaryProvider(ValueObject& valobj, Stream& stream) argument
1169 ObjCBOOLSummaryProvider(ValueObject& valobj, Stream& stream) argument
1200 ObjCSELSummaryProvider(ValueObject& valobj, Stream& stream) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSpec.cpp1218 StreamString stream; local
[all...]
/freebsd-10-stable/contrib/serf/
H A Dserf_private.h239 serf_bucket_t *stream; member in struct:serf_connection_t
/freebsd-10-stable/contrib/tnftp/src/
H A Dutil.c1284 get_line(FILE *stream, char *buf, size_t buflen, const char **errormsg) argument
/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Drcslex.c960 FILE *stream; local
1459 fvfprintf(FILE *stream, cha argument
[all...]
H A Drcsutil.c866 FILE *stream = fopen(filename, type); local
/freebsd-10-stable/lib/libc/isc/
H A Deventlib_p.h175 struct { evStream *this; } stream; member in union:evEvent_p::__anon5692
/freebsd-10-stable/sys/dev/sound/pci/hda/
H A Dhdac_private.h155 int stream; member in struct:hdac_stream
/freebsd-10-stable/sys/sparc64/sparc64/
H A Diommu.c427 iommu_enter(struct iommu_state *is, vm_offset_t va, vm_paddr_t pa, int stream, int flags) argument
/freebsd-10-stable/usr.bin/csup/
H A Dstream.c97 struct stream { struct
303 struct stream *stream; local
335 struct stream *stream; local
347 struct stream *stream; local
359 struct stream *stream; local
382 struct stream *stream; local
428 stream_fileno(struct stream *stream) argument
522 stream_read(struct stream *stream, void *buf, size_t size) argument
542 stream_read_blocking(struct stream *stream, void *buf, size_t size) argument
581 stream_getln(struct stream *stream, size_t *len) argument
624 stream_write(struct stream *stream, const void *src, size_t nbytes) argument
644 stream_printf(struct stream *stream, const char *fmt, ...) argument
673 stream_flush(struct stream *stream) argument
683 stream_flush_int(struct stream *stream, stream_flush_t how) argument
696 stream_flush_default(struct stream *stream, struct buf *buf, stream_flush_t __unused how) argument
715 stream_sync(struct stream *stream) argument
732 stream_truncate(struct stream *stream, off_t size) argument
749 stream_truncate_rel(struct stream *stream, off_t off) argument
774 stream_rewind(struct stream *stream) argument
795 stream_eof(struct stream *stream) argument
803 stream_close(struct stream *stream) argument
831 stream_fill_default(struct stream *stream, struct buf *buf) argument
856 stream_fill(struct stream *stream) argument
898 stream_filter_init(struct stream *stream, void *data) argument
911 stream_filter_fini(struct stream *stream) argument
924 stream_filter_start(struct stream *stream, stream_filter_t id, void *data) argument
942 stream_filter_stop(struct stream *stream) argument
966 zfilter_init(struct stream *stream, void __unused *data) argument
1006 zfilter_fini(struct stream *stream) argument
1052 zfilter_flush(struct stream *stream, struct buf *buf, stream_flush_t how) argument
1108 zfilter_fill(struct stream *stream, struct buf *buf) argument
1156 md5filter_init(struct stream *stream, void *data) argument
1170 md5filter_fini(struct stream *stream) argument
1180 md5filter_fill(struct stream *stream, struct buf *buf) argument
1190 md5filter_flush(struct stream *stream, struct buf *buf, stream_flush_t how) argument
1203 md5rcsfilter_flush(struct stream *stream, struct buf *buf, stream_flush_t how) argument
[all...]

Completed in 1125 milliseconds

1234567891011>>