OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fpos64_t
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/include/
stdio.h
56
typedef off64_t
fpos64_t
;
typedef
200
int fgetpos64(FILE* __fp,
fpos64_t
* __pos) __INTRODUCED_IN(24);
201
int fsetpos64(FILE* __fp, const
fpos64_t
* __pos) __INTRODUCED_IN(24);
208
fpos64_t
(*__seek_fn)(void*,
fpos64_t
, int),
/bionic/libc/stdio/
stdio.cpp
602
fpos64_t
current_offset = __ftello64_unlocked(fp);
652
int fsetpos64(FILE* fp, const
fpos64_t
* pos) {
681
int fgetpos64(FILE* fp,
fpos64_t
* pos) {
731
fpos64_t
(*seek_fn)(void*,
fpos64_t
, int),
/bionic/tests/
stdio_test.cpp
[
all
...]
Completed in 759 milliseconds