Home
last modified time | relevance | path

Searched defs:__STDIO_FILE_STRUCT (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_stdio.h218 struct __STDIO_FILE_STRUCT { struct
219 unsigned short __modeflags;
222 unsigned char __ungot_width[2]; /* 0: current (building) char; 1: scanf */
246 struct __STDIO_FILE_STRUCT *__nextopen; argument
249 void *__cookie;
250 _IO_cookie_io_functions_t __gcs;
253 wchar_t __ungot[2];
256 __mbstate_t __state;
259 void *__unused; /* Placeholder for codeset binding. */
262 int __user_locking;
[all …]

Completed in 4 milliseconds