Searched refs:SEEK_END (Results 1 – 21 of 21) sorted by relevance
/picolibc-latest/newlib/libc/sys/xtensa/include/ |
D | unistd.h | 10 #define L_XTND SEEK_END
|
/picolibc-latest/test/ |
D | t_fmemopen.c | 211 ATF_CHECK(fseeko(fp, (off_t)0, SEEK_END) == 0); in ATF_TC_BODY() 266 ATF_CHECK(fseeko(fp, (off_t)0, SEEK_END) == 0); in ATF_TC_BODY() 308 ATF_CHECK(fseeko(fp, (off_t)0, SEEK_END) == 0); in ATF_TC_BODY() 628 ATF_CHECK(fseeko(fp, (off_t)0, SEEK_END) == 0); in ATF_TC_BODY() 632 ATF_CHECK(fseeko(fp, rest + 1, SEEK_END) == -1); in ATF_TC_BODY() 636 ATF_CHECK(fseeko(fp, -(len + 1), SEEK_END) == -1); in ATF_TC_BODY() 641 ATF_CHECK(fseeko(fp, i, SEEK_END) == 0); in ATF_TC_BODY() 647 ATF_CHECK(fseeko(fp, -i, SEEK_END) == 0); in ATF_TC_BODY() 683 ATF_CHECK(fseeko(fp, (off_t)0, SEEK_END) == 0); in ATF_TC_BODY() 687 ATF_CHECK(fseeko(fp, (off_t)t->n + 1, SEEK_END) == -1); in ATF_TC_BODY() [all …]
|
D | test-funopen.c | 95 case SEEK_END: in test_seek()
|
/picolibc-latest/semihost/ |
D | lseek.c | 48 if (whence == SEEK_END) { in lseek()
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | fdopen.c | 65 (void) fseeko(&(bf->xfile.cfile.file), 0, SEEK_END); in fdopen()
|
D | fmemopen.c | 113 case SEEK_END: in __fmem_seek()
|
D | stdio.h | 280 #ifndef SEEK_END 281 #define SEEK_END 2 /* set file offset to EOF plus offset */ macro
|
/picolibc-latest/newlib/libc/stdio64/ |
D | fopen64.c | 98 fseeko64 (fp, 0, SEEK_END); in fopen64()
|
D | stdio64.c | 65 (void) lseek64 (fp->_file, (_off64_t)0, SEEK_END); in __swrite64()
|
D | ftello64.c | 106 pos = fp->_seek64 (fp->_cookie, (_fpos64_t) 0, SEEK_END); in ftello64()
|
D | fseeko64.c | 180 case SEEK_END: in fseeko64()
|
/picolibc-latest/newlib/libc/stdio/ |
D | fopen.c | 151 fseek ( fp, 0, SEEK_END); in fopen()
|
D | fopencookie.c | 125 c->fp->_seek64 (cookie, 0, SEEK_END); in fcwriter() 127 c->fp->_seek (cookie, 0, SEEK_END); in fcwriter()
|
D | ftello.c | 108 pos = fp->_seek (fp->_cookie, (_fpos_t) 0, SEEK_END); in ftello()
|
D | stdio.c | 88 lseek (fp->_file, (_off_t) 0, SEEK_END); in __swrite()
|
D | fmemopen.c | 175 else if (whence == SEEK_END) in fmemseeker() 224 else if (whence == SEEK_END) in fmemseeker64()
|
D | open_memstream.c | 166 else if (whence == SEEK_END) in memseeker() 233 else if (whence == SEEK_END) in memseeker64()
|
D | fseeko.c | 177 case SEEK_END: in fseeko()
|
D | stdio.h | 303 #ifndef SEEK_END 304 #define SEEK_END 2 /* set file offset to EOF plus offset */ macro
|
/picolibc-latest/newlib/libc/include/sys/ |
D | unistd.h | 366 # define SEEK_END 2 macro
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 22520 (_swilseek): Fixed lseek support to properly handle offsets from SEEK_END.
|