Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dstdio-bufio.h65 #define FDEV_SETUP_BUFIO(_fd, _buf, _size, _read, _write, _lseek, _close, _rwflag, _bflags) \ argument
75 .buf = _buf, \
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Darc4random.c157 _rs_random_buf(void *_buf, size_t n) in _rs_random_buf() argument
159 unsigned char *buf = (unsigned char *)_buf; in _rs_random_buf()
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dfunopen.c89 typedef int (*funread)(void *_cookie, char *_buf, size_t _n);
90 typedef int (*funwrite)(void *_cookie, const char *_buf,