Searched refs:_buf (Results 1 – 3 of 3) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | stdio-bufio.h | 65 #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/ |
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-3.7.0-3.6.0/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,
|