Home
last modified time | relevance | path

Searched refs:SEEK_CUR (Results 1 – 25 of 31) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dfseeko.c10 #if SEEK_SET != 0 || SEEK_CUR != 1 || SEEK_END != 2
11 # error Assumption violated -- values of SEEK_SET, SEEK_CUR, SEEK_END
40 && ((whence != SEEK_CUR) in FSEEK()
A Dftello.c40 ? SEEK_END : SEEK_CUR)) < 0) in FTELL()
A D_trans2w.c70 ? SEEK_END : SEEK_CUR)) in __stdio_trans2w_o()
A Dopen_memstream.c80 p += (whence == SEEK_CUR) ? COOKIE->pos : /* SEEK_END */ COOKIE->eof; in oms_seek()
A Dfmemopen.c92 p += (whence == SEEK_CUR) ? COOKIE->pos : /* SEEK_END */ COOKIE->eof; in fmo_seek()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/utmp/
A Dutent.c201 lseek(static_fd, (off_t) - sizeof(struct utmp), SEEK_CUR); in __pututline()
204 lseek(static_fd, (off_t) - sizeof(struct utmp), SEEK_CUR); in __pututline()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/file/
A Dlockf.c34 fl.l_whence = SEEK_CUR; in lockf()
A Dlockf64.c55 fl.l_whence = SEEK_CUR; in lockf64()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dlseek.c44 case SEEK_CUR:
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/
A Dseek.c50 tmp = fseeko(fp, (off_t)-16, SEEK_CUR); in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dfcntl.h54 # define SEEK_CUR 1 /* Seek from current position. */ macro
A Dunistd.h317 # define SEEK_CUR 1 /* Seek from current position. */ macro
324 # define L_INCR SEEK_CUR
A Dstdio.h111 #define SEEK_CUR 1 /* Seek from current position. */ macro
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/
A Dstdio_sync_filebuf.h172 __whence = SEEK_CUR; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/
A Dstdio_sync_filebuf.h202 __whence = SEEK_CUR; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/
A Dstdio_sync_filebuf.h202 __whence = SEEK_CUR; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/
A Dstdio_sync_filebuf.h202 __whence = SEEK_CUR; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/
A Dstdio_sync_filebuf.h202 __whence = SEEK_CUR; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/
A Dstdio_sync_filebuf.h202 __whence = SEEK_CUR; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/
A Dstdio_sync_filebuf.h202 __whence = SEEK_CUR; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/
A Dstdio_sync_filebuf.h201 __whence = SEEK_CUR; in _GLIBCXX_VISIBILITY()
/l4re-core-master/l4re_vfs/include/
A Dbackend264 case SEEK_CUR: r = _pos + offset; break;
/l4re-core-master/lua/lib/contrib/src/
A Dliolib.c698 static const int mode[] = {SEEK_SET, SEEK_CUR, SEEK_END}; in f_seek()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/
A Dconfig.h.in750 /* Define to the value of the SEEK_CUR integer constant. */
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/
A Dconfig.h.in765 /* Define to the value of the SEEK_CUR integer constant. */

Completed in 33 milliseconds

12