Searched refs:_buf (Results 1 – 3 of 3) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | stdio-bufio.h | 84 #define FDEV_SETUP_BUFIO(_fd, _buf, _size, _read, _write, _lseek, _close, _rwflag, _bflags) \ argument 94 .buf = _buf, \ 104 #define FDEV_SETUP_BUFIO_PTR(_ptr, _buf, _size, _read, _write, _lseek, _close, _rwflag, _bflags) \ argument 114 .buf = _buf, \
|
/picolibc-latest/newlib/libc/stdlib/ |
D | arc4random.c | 157 _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-latest/newlib/libc/stdio/ |
D | funopen.c | 89 typedef int (*funread)(void *_cookie, char *_buf, size_t _n); 90 typedef int (*funwrite)(void *_cookie, const char *_buf,
|