Home
last modified time | relevance | path

Searched refs:__file (Results 1 – 8 of 8) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dstdio.h82 struct __file { struct
93 int (*put)(char, struct __file *); /* function to write one char to device */ argument
94 int (*get)(struct __file *); /* function to read one char from device */ argument
95 int (*flush)(struct __file *); /* function to flush output to device */ argument
103 struct __file file; /* main file struct */
104 int (*close)(struct __file *); /* function to close file */
115 __off_t (*seek)(struct __file *, __off_t offset, int whence);
116 int (*setvbuf)(struct __file *, char *buf, int mode, size_t size);
132 typedef struct __file __FILE;
Dfputs.c37 int (*put)(char, struct __file *); in fputs()
Dputs.c37 int (*put)(char, struct __file *); in puts()
Dstdio_private.h67 struct __file file; /* main file struct */
/picolibc-latest/newlib/libc/include/sys/
Dunistd.h121 int execlp (const char *__file, const char *, ...);
123 int execlpe (const char *__file, const char *, ...);
127 int execvp (const char *__file, char * const __argv[]);
129 int execvpe (const char *__file, char * const __argv[], char * const __envp[]);
/picolibc-latest/newlib/libc/stdio/
Dstdio.h48 typedef struct __file __FILE;
100 struct __file { struct
143 struct __file { argument
/picolibc-latest/newlib/libc/include/
Dwchar.h74 typedef struct __file __FILE;
/picolibc-latest/
DREADME.md804 3. Fix tinystdio __file flag initialization for C++ apps