Searched refs:SEEK_CUR (Results 1 – 25 of 31) sorted by relevance
12
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | fseeko.c | 10 #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 D | ftello.c | 40 ? SEEK_END : SEEK_CUR)) < 0) in FTELL()
|
A D | _trans2w.c | 70 ? SEEK_END : SEEK_CUR)) in __stdio_trans2w_o()
|
A D | open_memstream.c | 80 p += (whence == SEEK_CUR) ? COOKIE->pos : /* SEEK_END */ COOKIE->eof; in oms_seek()
|
A D | fmemopen.c | 92 p += (whence == SEEK_CUR) ? COOKIE->pos : /* SEEK_END */ COOKIE->eof; in fmo_seek()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/utmp/ |
A D | utent.c | 201 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 D | lockf.c | 34 fl.l_whence = SEEK_CUR; in lockf()
|
A D | lockf64.c | 55 fl.l_whence = SEEK_CUR; in lockf64()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | lseek.c | 44 case SEEK_CUR:
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/ |
A D | seek.c | 50 tmp = fseeko(fp, (off_t)-16, SEEK_CUR); in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | fcntl.h | 54 # define SEEK_CUR 1 /* Seek from current position. */ macro
|
A D | unistd.h | 317 # define SEEK_CUR 1 /* Seek from current position. */ macro 324 # define L_INCR SEEK_CUR
|
A D | stdio.h | 111 #define SEEK_CUR 1 /* Seek from current position. */ macro
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/ |
A D | stdio_sync_filebuf.h | 172 __whence = SEEK_CUR; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/ |
A D | stdio_sync_filebuf.h | 202 __whence = SEEK_CUR; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/ |
A D | stdio_sync_filebuf.h | 202 __whence = SEEK_CUR; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/ |
A D | stdio_sync_filebuf.h | 202 __whence = SEEK_CUR; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/ |
A D | stdio_sync_filebuf.h | 202 __whence = SEEK_CUR; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/ |
A D | stdio_sync_filebuf.h | 202 __whence = SEEK_CUR; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/ |
A D | stdio_sync_filebuf.h | 202 __whence = SEEK_CUR; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/ |
A D | stdio_sync_filebuf.h | 201 __whence = SEEK_CUR; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/l4re_vfs/include/ |
A D | backend | 264 case SEEK_CUR: r = _pos + offset; break;
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | liolib.c | 698 static const int mode[] = {SEEK_SET, SEEK_CUR, SEEK_END}; in f_seek()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/ |
A D | config.h.in | 750 /* Define to the value of the SEEK_CUR integer constant. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/ |
A D | config.h.in | 765 /* Define to the value of the SEEK_CUR integer constant. */
|
Completed in 33 milliseconds
12