Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dbufio.c262 if (bf->bflags & __BALL) { in __bufio_setvbuf()
265 bf->bflags &= ~__BALL; in __bufio_setvbuf()
280 bf->bflags |= __BALL; in __bufio_setvbuf()
299 if (bf->bflags & __BALL) in __bufio_close()
Dstdio-bufio.h43 #define __BALL 0x0001 /* bufio buf is allocated by stdio */ macro