Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/stdio/
D__fdopen.c24 static size_t get_bufsize(int fd) in get_bufsize() function
53 buf_size = get_bufsize(fd); in __fdopen()