OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fsetpos64
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/include/
stdio.h
172
int fsetpos(FILE*, const fpos_t*) __RENAME(
fsetpos64
);
variable
196
int
fsetpos64
(FILE*, const fpos64_t*);
/bionic/libc/stdio/
stdio.cpp
519
int
fsetpos64
(FILE* fp, const fpos64_t* pos) {
function
Completed in 1185 milliseconds