Home
last modified time | relevance | path

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

12345

/picolibc-latest/newlib/libc/tinystdio/
Dbufio.c39 __bufio_flush_locked(FILE *f) in __bufio_flush_locked()
77 int __bufio_fill_locked(FILE *f) in __bufio_fill_locked()
101 __bufio_flush(FILE *f) in __bufio_flush()
113 __bufio_setdir_locked(FILE *f, uint8_t dir) in __bufio_setdir_locked()
126 __bufio_put(char c, FILE *f) in __bufio_put()
153 __bufio_get(FILE *f) in __bufio_get()
201 __bufio_seek(FILE *f, off_t offset, int whence) in __bufio_seek()
242 __bufio_setvbuf(FILE *f, char *buf, int mode, size_t size) in __bufio_setvbuf()
291 __bufio_close(FILE *f) in __bufio_close()
Dflockfile.c44 flockfile (FILE *f) in flockfile()
Dftrylockfile.c46 ftrylockfile (FILE *f) in ftrylockfile()
Dfunlockfile.c44 funlockfile (FILE *f) in funlockfile()
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()
Dtmpfile.c42 FILE *f; in tmpfile() local
Dvsscanf.c35 struct __file_str f = FDEV_SETUP_STRING_READ(s); in vsscanf() local
Dvswscanf.c35 struct __file_str f = FDEV_SETUP_WSTRING_READ(s); in vswscanf() local
Dvsprintf.c37 struct __file_str f = FDEV_SETUP_STRING_WRITE(s, INT_MAX); in vsprintf() 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
Dvswprintf.c41 struct __file_str f = FDEV_SETUP_STRING_WRITE((char *) s, len * sizeof(wchar_t)); in vswprintf() local
/picolibc-latest/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
/picolibc-latest/newlib/libc/stdio/
Dfileno.c66 fileno (FILE * f) in fileno()
Dfileno_u.c33 fileno_unlocked (FILE * f) in fileno_unlocked()
Dvsiscanf.c35 FILE f; in vsiscanf() local
Dvsscanf.c36 FILE f; in vsscanf() local
Dvswscanf.c36 FILE f; in vswscanf() local
/picolibc-latest/newlib/libc/machine/spu/
Dspu_timebase.c41 FILE *f; in spu_timebase() local
/picolibc-latest/test/libc-testsuite/
Dstrtod.c39 #define TEST(r, f, x, m) ( \ argument
43 #define TEST2(r, f, x, m) ( \ argument
/picolibc-latest/newlib/libm/machine/spu/headers/
Dfabsf.h50 float f; in _fabsf() member

12345