Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 95) sorted by relevance

1234

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dbufio.c41 __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()
Dfclose.c35 fclose(FILE *f) in fclose()
Dfmemopen.c51 __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()
Dvswscanf.c35 struct __file_str f = FDEV_SETUP_WSTRING_READ(s); in vswscanf() local
Dtmpfile.c42 FILE *f; in tmpfile() local
Dvsscanf.c35 struct __file_str f = FDEV_SETUP_STRING_READ(s); in vsscanf() local
Dvsprintf.c37 struct __file_str f = FDEV_SETUP_STRING_WRITE(s, INT_MAX); in vsprintf() local
Dvswprintf.c41 struct __file_str f = FDEV_SETUP_STRING_WRITE((char *) s, len * sizeof(wchar_t)); in vswprintf() local
Dsprintf.c38 struct __file_str f = FDEV_SETUP_STRING_WRITE(s, INT_MAX); in sprintf() local
Dsscanf.c39 struct __file_str f = FDEV_SETUP_STRING_READ(s); in sscanf() local
Dswscanf.c37 struct __file_str f = FDEV_SETUP_WSTRING_READ(s); in swscanf() local
Dvsnprintf.c48 struct __file_str f = FDEV_SETUP_STRING_WRITE(s, n ? n - 1 : 0); in vsnprintf() local
Dstdio-bufio.h85 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/
Dposix-io.c50 test_cmp(FILE *f, const char *t) in test_cmp()
65 FILE *f; in main() local
Dtest-fopen.c58 FILE *f; in check_contents() local
81 FILE *f; in main() local
Dtest-mktemp.c61 FILE *f; in check_contents() local
91 FILE *f = NULL; in main() local
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dfileno.c67 fileno (FILE * f) in fileno()
Dfileno_u.c34 fileno_unlocked (FILE * f) in fileno_unlocked()
Dvsscanf.c37 FILE f; in vsscanf() local
Dvswscanf.c37 FILE f; in vswscanf() local
Dvsiscanf.c36 FILE f; in vsiscanf() local
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/
Dspu_timebase.c39 FILE *f; in spu_timebase() local
/picolibc-3.7.0-3.6.0/test/libc-testsuite/
Dstrtod.c39 #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/
Dfabsf.h50 float f; in _fabsf() member
Dceilf.h64 float f; in _ceilf() member

1234