Searched refs:__fseeko_unlocked (Results 1 – 12 of 12) sorted by relevance
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
D | fseek.c | 3 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() function 31 result = __fseeko_unlocked(f, off, whence); in __fseeko()
|
D | rewind.c | 6 __fseeko_unlocked(f, 0, SEEK_SET); in rewind()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
D | fseek.c | 3 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() function 31 result = __fseeko_unlocked(f, off, whence); in __fseeko()
|
D | rewind.c | 6 __fseeko_unlocked(f, 0, SEEK_SET); in rewind()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
D | fseek.c | 4 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() function 38 result = __fseeko_unlocked(f, off, whence); in __fseeko()
|
/third_party/musl/src/stdio/ |
D | fseek.c | 4 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() function 38 result = __fseeko_unlocked(f, off, whence); in __fseeko()
|
D | rewind.c | 6 __fseeko_unlocked(f, 0, SEEK_SET); in rewind()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | stdio_impl.h | 51 hidden int __fseeko_unlocked(FILE *, off_t, int);
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | stdio_impl.h | 51 hidden int __fseeko_unlocked(FILE *, off_t, int);
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | stdio_impl.h | 71 hidden int __fseeko_unlocked(FILE *, off_t, int);
|
/third_party/musl/src/internal/ |
D | stdio_impl.h | 75 hidden int __fseeko_unlocked(FILE *, off_t, int);
|
/third_party/musl/porting/linux/user/src/internal/ |
D | stdio_impl.h | 141 hidden int __fseeko_unlocked(FILE *, off_t, int);
|