/picolibc-latest/semihost/ |
D | lseek.c | 51 whence = SEEK_SET; in lseek() 58 if (whence != SEEK_SET || fd < 0) { in lseek()
|
/picolibc-latest/newlib/libc/stdio64/ |
D | fseeko64.c | 175 whence = SEEK_SET; in fseeko64() 179 case SEEK_SET: in fseeko64() 230 if (whence == SEEK_SET) in fseeko64() 305 if (seekfn (fp->_cookie, curoff, SEEK_SET) == POS_ERR) in fseeko64()
|
D | fsetpos64.c | 65 int x = fseeko64 (iop, (_off64_t)(*pos), SEEK_SET); in fsetpos64()
|
/picolibc-latest/newlib/libc/stdio/ |
D | fseeko.c | 172 whence = SEEK_SET; in fseeko() 176 case SEEK_SET: in fseeko() 231 if (whence == SEEK_SET) in fseeko() 310 if (seekfn (fp->_cookie, curoff, SEEK_SET) == POS_ERR) in fseeko()
|
D | fsetpos.c | 65 int x = fseek ( iop, *pos, SEEK_SET); in fsetpos()
|
D | rewind.c | 57 (void) fseek ( fp, 0L, SEEK_SET); in rewind()
|
D | fflush.c | 179 curoff = fp->_seek64 (fp->_cookie, curoff, SEEK_SET); in _sflush() 182 curoff = fp->_seek (fp->_cookie, curoff, SEEK_SET); in _sflush()
|
D | stdio.h | 297 #ifndef SEEK_SET 298 #define SEEK_SET 0 /* set file offset to offset */ macro
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | rewind.c | 40 (void) fseek(stream, 0L, SEEK_SET); in rewind()
|
D | fsetpos.c | 64 int x = fseek ( iop, *pos, SEEK_SET); in fsetpos()
|
D | bufio.c | 65 (void) bufio_lseek(bf, bf->pos, SEEK_SET); in __bufio_flush_locked() 216 whence = SEEK_SET; in __bufio_seek() 219 case SEEK_SET: in __bufio_seek()
|
D | fmemopen.c | 108 case SEEK_SET: in __fmem_seek()
|
D | stdio.h | 274 #ifndef SEEK_SET 275 #define SEEK_SET 0 /* set file offset to offset */ macro
|
/picolibc-latest/newlib/libc/sys/xtensa/include/ |
D | unistd.h | 8 #define L_SET SEEK_SET
|
/picolibc-latest/test/ |
D | test-funopen.c | 92 case SEEK_SET: in test_seek() 128 fseek(fp, 0L, SEEK_SET); in main()
|
D | posix-io.c | 87 if (fseek(f, 2, SEEK_SET)) { in main()
|
D | test-fread-fwrite.c | 219 fseek(f, write_offset, SEEK_SET); in main() 228 fseek(f, read_offset, SEEK_SET); in main()
|
D | t_fmemopen.c | 457 ATF_CHECK(fseeko(fp, (off_t)0, SEEK_SET) == 0); in ATF_TC_BODY() 462 ATF_CHECK(fseeko(fp, i, SEEK_SET) == 0); in ATF_TC_BODY() 473 ATF_CHECK(fseeko(fp, t->n + 1, SEEK_SET) == -1); in ATF_TC_BODY() 477 ATF_CHECK(fseeko(fp, (off_t)-1, SEEK_SET) == -1); in ATF_TC_BODY()
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | spu-gmon.c | 236 if (lseek (fd, 0, SEEK_SET) == -1) in __mcleanup()
|
/picolibc-latest/newlib/libc/search/ |
D | hash_page.c | 528 if ((lseek(fd, (off_t)page << hashp->BSHIFT, SEEK_SET) == -1) || in __get_page() 599 if ((lseek(fd, (off_t)page << hashp->BSHIFT, SEEK_SET) == -1) || in __put_page()
|
D | hash.c | 530 if ((lseek(fp, (off_t)0, SEEK_SET) == -1) ||
|
/picolibc-latest/newlib/libc/include/sys/ |
D | unistd.h | 364 # define SEEK_SET 0 macro
|