Searched refs:__file (Results 1 – 8 of 8) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | stdio.h | 82 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;
|
D | fputs.c | 37 int (*put)(char, struct __file *); in fputs()
|
D | puts.c | 37 int (*put)(char, struct __file *); in puts()
|
D | stdio_private.h | 67 struct __file file; /* main file struct */
|
/picolibc-latest/newlib/libc/include/sys/ |
D | unistd.h | 121 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/ |
D | stdio.h | 48 typedef struct __file __FILE; 100 struct __file { struct 143 struct __file { argument
|
/picolibc-latest/newlib/libc/include/ |
D | wchar.h | 74 typedef struct __file __FILE;
|
/picolibc-latest/ |
D | README.md | 804 3. Fix tinystdio __file flag initialization for C++ apps
|