Home
last modified time | relevance | path

Searched refs:__FILE (Results 1 – 7 of 7) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dwchar.h74 typedef struct __file __FILE; typedef
81 typedef __FILE FILE;
101 wint_t fgetwc (__FILE *);
103 wint_t fgetwc_unlocked (__FILE *);
105 wchar_t *fgetws (wchar_t *__restrict, int, __FILE *__restrict);
107 wchar_t *fgetws_unlocked (wchar_t *__restrict, int, __FILE *__restrict);
109 wint_t fputwc (wchar_t, __FILE *);
111 wint_t fputwc_unlocked (wchar_t, __FILE *);
113 int fputws (const wchar_t *__restrict, __FILE *__restrict);
115 int fputws_unlocked (const wchar_t *__restrict, __FILE *__restrict);
[all …]
/picolibc-latest/newlib/libc/stdio/
Dfindfp.c30 __FILE __sf[3];
35 NEWLIB_THREAD_LOCAL __FILE *_tls_stdin = &__sf[0];
36 NEWLIB_THREAD_LOCAL __FILE *_tls_stdout = &__sf[1];
37 NEWLIB_THREAD_LOCAL __FILE *_tls_stderr = &__sf[2];
Dstdio.h48 typedef struct __file __FILE; typedef
53 typedef __FILE FILE;
190 extern __FILE __sf[3];
192 extern NEWLIB_THREAD_LOCAL __FILE *_tls_stdin;
194 extern NEWLIB_THREAD_LOCAL __FILE *_tls_stdout;
196 extern NEWLIB_THREAD_LOCAL __FILE *_tls_stderr;
205 __FILE *_iobs;
210 extern int _fwalk_sglue (int (*)(__FILE *), struct _glue *);
/picolibc-latest/newlib/libc/machine/spu/sys/
Dcustom_file.h39 typedef struct __sFILE_spu __FILE; typedef
/picolibc-latest/newlib/libc/include/ssp/
Dwchar.h79 __ssp_decl(wchar_t *, fgetws, (wchar_t *__restrict __buf, int __wlen, __FILE *__restrict __fp))
87 __ssp_decl(wchar_t *, fgetws_unlocked, (wchar_t *__buf, int __wlen, __FILE *__fp))
/picolibc-latest/newlib/libc/tinystdio/
Dstdio.h132 typedef struct __file __FILE; typedef
137 typedef __FILE FILE;
/picolibc-latest/newlib/
DChangeLog-201517302 (FILE): Typedef'd to __FILE instead of struct __sFILE directly.
17308 (__FILE): New intermediate type either set to struct __sFILE64 or