| /openbsd/src/gnu/lib/libstdc++/libstdc++/libio/ |
| D | libioP.h | 74 #define _IO_WIDE_JUMPS(THIS) ((struct _IO_FILE *) (THIS))->_wide_data->_wide_vtable 75 #define _IO_CHECK_WIDE(THIS) (((struct _IO_FILE *) (THIS))->_wide_data != NULL) 117 typedef void (*_IO_finish_t) __PMT ((_IO_FILE *, int)); /* finalize */ 124 typedef int (*_IO_overflow_t) __PMT ((_IO_FILE *, int)); 132 typedef int (*_IO_underflow_t) __PMT ((_IO_FILE *)); 146 typedef int (*_IO_pbackfail_t) __PMT ((_IO_FILE *, int)); 153 typedef _IO_size_t (*_IO_xsputn_t) __PMT ((_IO_FILE *FP, const void *DATA, 161 typedef _IO_size_t (*_IO_xsgetn_t) __PMT ((_IO_FILE *FP, void *DATA, 171 typedef _IO_off64_t (*_IO_seekoff_t) __PMT ((_IO_FILE *FP, _IO_off64_t OFF, 181 typedef _IO_off64_t (*_IO_seekpos_t) __PMT ((_IO_FILE *, _IO_off64_t, int)); [all …]
|
| D | iolibio.h | 35 extern int _IO_fclose __P((_IO_FILE*)); 36 extern int _IO_new_fclose __P((_IO_FILE*)); 37 extern int _IO_old_fclose __P((_IO_FILE*)); 38 extern _IO_FILE *_IO_fdopen __P((int, const char*)); 39 extern _IO_FILE *_IO_old_fdopen __P((int, const char*)); 40 extern _IO_FILE *_IO_new_fdopen __P((int, const char*)); 41 extern int _IO_fflush __P((_IO_FILE*)); 42 extern int _IO_fgetpos __P((_IO_FILE*, _IO_fpos_t*)); 43 extern int _IO_fgetpos64 __P((_IO_FILE*, _IO_fpos64_t*)); 44 extern char* _IO_fgets __P((char*, int, _IO_FILE*)); [all …]
|
| D | libio.h | 160 struct _IO_jump_t; struct _IO_FILE; 182 struct _IO_FILE *_sbuf; 275 struct _IO_FILE { struct 296 struct _IO_FILE *_chain; argument 316 struct _IO_FILE _file; argument 335 typedef struct _IO_FILE _IO_FILE; typedef 344 #define _IO_stdin ((_IO_FILE*)(&_IO_2_1_stdin_)) 345 #define _IO_stdout ((_IO_FILE*)(&_IO_2_1_stdout_)) 346 #define _IO_stderr ((_IO_FILE*)(&_IO_2_1_stderr_)) 348 extern _IO_FILE *_IO_stdin; [all …]
|
| D | genops.c | 73 fp->file._chain = (_IO_FILE *) _IO_list_all; 83 _IO_ssize_t _IO_least_marker __P ((_IO_FILE *fp, char *end_p)); 87 _IO_FILE *fp; in _IO_least_marker() 102 _IO_FILE *fp; in _IO_switch_to_main_get_area() 122 _IO_FILE *fp; in _IO_switch_to_backup_area() 140 _IO_FILE *fp; in _IO_switch_to_get_mode() 163 _IO_FILE *fp; in _IO_free_backup_area() 176 _IO_FILE *fp; 194 _IO_FILE *f; in __overflow() 203 static int save_for_backup __P ((_IO_FILE *fp, char *end_p)) [all …]
|
| D | wgenops.c | 44 static int save_for_wbackup __P ((_IO_FILE *fp, wchar_t *end_p)) 52 _IO_ssize_t _IO_least_wmarker __P ((_IO_FILE *fp, wchar_t *end_p)); 56 _IO_FILE *fp; in _IO_least_wmarker() 70 _IO_FILE *fp; in _IO_switch_to_main_wget_area() 90 _IO_FILE *fp; in _IO_switch_to_wbackup_area() 109 _IO_FILE *f; in _IO_wsetb() 127 _IO_FILE *fp; in _IO_wdefault_pbackfail() 191 _IO_FILE *fp; in _IO_wdefault_finish() 221 _IO_FILE *fp; in _IO_wdefault_uflow() 233 _IO_FILE *f; in __woverflow() [all …]
|
| D | fileops.c | 144 _IO_FILE *fp; in _IO_new_file_close_it() 182 _IO_FILE *fp; in _IO_new_file_finish() 197 _IO_FILE * 199 _IO_FILE *fp; in _IO_file_open() 226 _IO_FILE * 228 _IO_FILE *fp; in _IO_new_file_fopen() 237 _IO_FILE *result; 337 _IO_FILE * 339 _IO_FILE *fp; in _IO_new_file_attach() 356 _IO_FILE * [all …]
|
| D | stdio.c | 32 _IO_FILE *stdin = (FILE *) &_IO_2_1_stdin_; 33 _IO_FILE *stdout = (FILE *) &_IO_2_1_stdout_; 34 _IO_FILE *stderr = (FILE *) &_IO_2_1_stderr_;
|
| D | iofopen.c | 36 _IO_FILE * 67 if (_IO_file_fopen ((_IO_FILE *) new_f, filename, mode, 1) != NULL) 68 return (_IO_FILE *) &new_f->fp;
|
| D | wfileops.c | 56 _IO_FILE * 58 _IO_FILE *fp; in _IO_wfile_setbuf() 78 _IO_FILE *fp; in _IO_wdo_write() 139 _IO_FILE *fp; in _IO_wfile_underflow() 298 _IO_FILE *f; in _IO_wfile_overflow() 371 _IO_FILE *fp; in _IO_wfile_sync() 432 _IO_FILE *fp; in _IO_wfile_seekoff() 658 _IO_FILE *f; in _IO_wfile_xsputn()
|
| D | filedoalloc.c | 71 _IO_FILE *fp; in _IO_file_doallocate()
|
| D | wfiledoalloc.c | 72 _IO_FILE *fp; in _IO_wfile_doallocate()
|
| D | iofclose.c | 40 _IO_FILE *fp; in _IO_new_fclose()
|
| D | iofwide.c | 93 _IO_FILE *fp; in _IO_fwide()
|
| D | ChangeLog | 365 * libio.h (_IO_FILE, _IO_stdin_, _IO_stdout_, _IO_stderr_, 1475 (_IO_FILE): Remove _jumps field (#if _IO_UNIFIED_JUMPTABLES). 2031 Make sure _IO_FILE::_flags is always initialized correctly, for the 2264 multiple times on the same _IO_FILE*. (One way this can 2351 _IO_FILE fields other_gbase => _IO_save_base, 2513 * libio.h: Predefine of struct _IO_FILE to help non-g++-compilers. 2619 Kludge to make sure _IO_FILE buffers get flushed before exit.
|
| /openbsd/src/gnu/usr.bin/texinfo/lib/ |
| D | getopt.c | 556 int old_flags2 = ((_IO_FILE *) stderr)->_flags2; in _getopt_internal_r() 557 ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; in _getopt_internal_r() 564 ((_IO_FILE *) stderr)->_flags2 = old_flags2; in _getopt_internal_r() 633 int old_flags2 = ((_IO_FILE *) stderr)->_flags2; in _getopt_internal_r() 634 ((_IO_FILE *) stderr)->_flags2 in _getopt_internal_r() 642 ((_IO_FILE *) stderr)->_flags2 = old_flags2; in _getopt_internal_r() 673 int old_flags2 = ((_IO_FILE *) stderr)->_flags2; in _getopt_internal_r() 674 ((_IO_FILE *) stderr)->_flags2 in _getopt_internal_r() 682 ((_IO_FILE *) stderr)->_flags2 = old_flags2; in _getopt_internal_r() 751 int old_flags2 = ((_IO_FILE *) stderr)->_flags2; in _getopt_internal_r() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| D | 20010611-1.c | 6 struct _IO_FILE { struct 10 typedef struct _IO_FILE __FILE; argument 11 typedef struct _IO_FILE _IO_FILE; typedef 21 _IO_FILE *fp;
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/io/ |
| D | c_io_libio.h | 58 typedef _IO_FILE __c_file_type;
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | TargetLibraryInfo.def | 144 /// int _IO_getc(_IO_FILE * __fp); 149 /// int _IO_putc(int __c, _IO_FILE * __fp);
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/ |
| D | ChangeLog-2000 | 9304 Take out _Streambuf_base. Put _IO_FILE data member in basic_filebuf.
|