Searched refs:_lseek (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 81 .lseek = _lseek, \
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | _syslist.h | 50 #define _lseek lseek macro
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 15939 * libc/include/sys/unistd.h: Declare _lseek using _off_t. 16001 _lseek, _close, _stat, _fstat. 22703 (_link,_lseek,_read,_sbrk,_unlink,_write): Ditto. 23235 (_lseek): It's off_t for the second argument. 24458 (_read, _write, _open, _close, _lseek): Validate fd here. 26063 * libc/sys/a29khif/{_close.s, _fstat.s, _lseek.s, _sbrk.s,
|