Searched refs:__fseeko_unlocked (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A 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/porting/liteos_m/kernel/src/stdio/ |
H A 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()
|
H A D | rewind.c | 6 __fseeko_unlocked(f, 0, SEEK_SET); in rewind()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A 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()
|
H A D | rewind.c | 6 __fseeko_unlocked(f, 0, SEEK_SET); in rewind()
|
/third_party/musl/src/stdio/ |
H A D | fseek.c | 7 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() function 44 result = __fseeko_unlocked(f, off, whence); in __fseeko()
|
H A D | rewind.c | 12 __fseeko_unlocked(f, 0, SEEK_SET); in rewind()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | stdio_impl.h | 51 hidden int __fseeko_unlocked(FILE *, off_t, int);
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | stdio_impl.h | 71 hidden int __fseeko_unlocked(FILE *, off_t, int);
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | stdio_impl.h | 51 hidden int __fseeko_unlocked(FILE *, off_t, int);
|
/third_party/musl/src/internal/ |
H A D | stdio_impl.h | 146 hidden int __fseeko_unlocked(FILE *, off_t, int);
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | stdio_impl.h | 142 hidden int __fseeko_unlocked(FILE *, off_t, int);
|
Completed in 3 milliseconds