/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | bufio.c | 41 __bufio_flush_locked(FILE *f) in __bufio_flush_locked() 80 int __bufio_fill_locked(FILE *f) in __bufio_fill_locked() 104 __bufio_flush(FILE *f) in __bufio_flush() 116 __bufio_setdir_locked(FILE *f, uint8_t dir) in __bufio_setdir_locked() 129 __bufio_put(char c, FILE *f) in __bufio_put() 156 __bufio_get(FILE *f) in __bufio_get() 195 __bufio_seek(FILE *f, off_t offset, int whence) in __bufio_seek() 239 __bufio_setvbuf(FILE *f, char *buf, int mode, size_t size) in __bufio_setvbuf() 288 __bufio_close(FILE *f) in __bufio_close()
|
D | fclose.c | 35 fclose(FILE *f) in fclose()
|
D | fmemopen.c | 51 __fmem_put(char c, FILE *f) in __fmem_put() 77 __fmem_get(FILE *f) in __fmem_get() 90 __fmem_flush(FILE *f) in __fmem_flush() 103 __fmem_seek(FILE *f, off_t pos, int whence) in __fmem_seek() 125 __fmem_close(FILE *f) in __fmem_close()
|
D | vswscanf.c | 35 struct __file_str f = FDEV_SETUP_WSTRING_READ(s); in vswscanf() local
|
D | tmpfile.c | 42 FILE *f; in tmpfile() local
|
D | vsscanf.c | 35 struct __file_str f = FDEV_SETUP_STRING_READ(s); in vsscanf() local
|
D | vsprintf.c | 37 struct __file_str f = FDEV_SETUP_STRING_WRITE(s, INT_MAX); in vsprintf() local
|
D | vswprintf.c | 41 struct __file_str f = FDEV_SETUP_STRING_WRITE((char *) s, len * sizeof(wchar_t)); in vswprintf() local
|
D | sprintf.c | 38 struct __file_str f = FDEV_SETUP_STRING_WRITE(s, INT_MAX); in sprintf() local
|
D | sscanf.c | 39 struct __file_str f = FDEV_SETUP_STRING_READ(s); in sscanf() local
|
D | swscanf.c | 37 struct __file_str f = FDEV_SETUP_WSTRING_READ(s); in swscanf() local
|
D | vsnprintf.c | 48 struct __file_str f = FDEV_SETUP_STRING_WRITE(s, n ? n - 1 : 0); in vsnprintf() local
|
D | stdio-bufio.h | 85 static inline void __bufio_lock_init(FILE *f) { in __bufio_lock_init() 90 static inline void __bufio_lock_close(FILE *f) { in __bufio_lock_close() 96 static inline void __bufio_lock(FILE *f) { in __bufio_lock() 101 static inline void __bufio_unlock(FILE *f) { in __bufio_unlock()
|
/picolibc-3.7.0-3.6.0/test/ |
D | posix-io.c | 50 test_cmp(FILE *f, const char *t) in test_cmp() 65 FILE *f; in main() local
|
D | test-fopen.c | 58 FILE *f; in check_contents() local 81 FILE *f; in main() local
|
D | test-mktemp.c | 61 FILE *f; in check_contents() local 91 FILE *f = NULL; in main() local
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | fileno.c | 67 fileno (FILE * f) in fileno()
|
D | fileno_u.c | 34 fileno_unlocked (FILE * f) in fileno_unlocked()
|
D | vsscanf.c | 37 FILE f; in vsscanf() local
|
D | vswscanf.c | 37 FILE f; in vswscanf() local
|
D | vsiscanf.c | 36 FILE f; in vsiscanf() local
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/ |
D | spu_timebase.c | 39 FILE *f; in spu_timebase() local
|
/picolibc-3.7.0-3.6.0/test/libc-testsuite/ |
D | strtod.c | 39 #define TEST(r, f, x, m) ( \ argument 43 #define TEST2(r, f, x, m) ( \ argument
|
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/ |
D | fabsf.h | 50 float f; in _fabsf() member
|
D | ceilf.h | 64 float f; in _ceilf() member
|