/third_party/musl/src/internal/ |
D | stdio_impl.h | 21 struct _IO_FILE { struct 22 unsigned flags; 23 unsigned char *rpos, *rend; 24 int (*close)(FILE *); 25 unsigned char *wend, *wpos; 26 unsigned char *mustbezero_1; 27 unsigned char *wbase; 28 size_t (*read)(FILE *, unsigned char *, size_t); 29 size_t (*write)(FILE *, const unsigned char *, size_t); 30 off_t (*seek)(FILE *, off_t, int); [all …]
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | stdio_impl.h | 19 struct _IO_FILE { struct 20 unsigned flags; 21 unsigned char *rpos, *rend; 22 int (*close)(FILE *); 23 unsigned char *wend, *wpos; 24 unsigned char *mustbezero_1; 25 unsigned char *wbase; 26 size_t (*read)(FILE *, unsigned char *, size_t); 27 size_t (*write)(FILE *, const unsigned char *, size_t); 28 off_t (*seek)(FILE *, off_t, int); [all …]
|
/third_party/musl/porting/linux/user/src/internal/ |
D | stdio_impl.h | 72 struct _IO_FILE { struct 73 unsigned flags; 74 unsigned char *rpos, *rend; 75 int (*close)(FILE *); 76 unsigned char *wend, *wpos; 77 unsigned char *mustbezero_1; 78 unsigned char *wbase; 79 size_t (*read)(FILE *, unsigned char *, size_t); 80 size_t (*readx)(FILE *, unsigned char *, size_t); 81 size_t (*write)(FILE *, const unsigned char *, size_t); [all …]
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | alltypes.h | 309 struct _IO_FILE { struct 312 int (*close)(struct _IO_FILE *); argument 316 size_t (*read)(struct _IO_FILE *, unsigned char *, size_t); argument 317 size_t (*write)(struct _IO_FILE *, const unsigned char *, size_t); argument 318 off_t (*seek)(struct _IO_FILE *, off_t, int); argument 321 struct _IO_FILE *prev, *next; argument 339 typedef struct _IO_FILE FILE; argument
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | alltypes.h | 309 struct _IO_FILE { struct 312 int (*close)(struct _IO_FILE *); argument 316 size_t (*read)(struct _IO_FILE *, unsigned char *, size_t); argument 317 size_t (*write)(struct _IO_FILE *, const unsigned char *, size_t); argument 318 off_t (*seek)(struct _IO_FILE *, off_t, int); argument 321 struct _IO_FILE *prev, *next; argument 339 typedef struct _IO_FILE FILE; argument
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | alltypes.h | 350 struct _IO_FILE { char __x; }; struct
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | alltypes.h | 309 struct _IO_FILE { char __x; }; struct
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 1988 struct _IO_FILE { struct 2009 struct _IO_FILE *_chain; argument 2011 int _fileno; 2015 int _flags2; 2017 __off_t _old_offset; 2021 unsigned short _cur_column; 2022 signed char _vtable_offset; 2023 char _shortbuf[1]; 2027 _IO_lock_t *_lock; 2029 __off64_t _offset; [all …]
|