Home
last modified time | relevance | path

Searched refs:__bufio_unlock (Results 1 – 5 of 5) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dbufio.c107 __bufio_unlock(f); in __bufio_flush()
145 __bufio_unlock(f); in __bufio_put()
179 __bufio_unlock(f); in __bufio_get()
196 __bufio_unlock(f); in __bufio_get()
237 __bufio_unlock(f); in __bufio_seek()
286 __bufio_unlock(f); in __bufio_setvbuf()
Dfread.c86 __bufio_unlock(stream); in fread()
115 __bufio_unlock(stream); in fread()
Dfreopen.c73 __bufio_unlock(stream); in freopen()
Dfwrite.c92 __bufio_unlock(stream); in fwrite()
Dstdio-bufio.h140 static inline void __bufio_unlock(FILE *f) { in __bufio_unlock() function