Home
last modified time | relevance | path

Searched refs:__whence (Results 1 – 2 of 2) sorted by relevance

/libio/
A Diolibio.h56 #define _IO_fseek(__fp, __offset, __whence) \ argument
57 (_IO_seekoff_unlocked (__fp, __offset, __whence, _IOS_INPUT|_IOS_OUTPUT) \
A Dstdio.h713 extern int fseek (FILE *__stream, long int __off, int __whence);
736 extern int fseeko (FILE *__stream, __off_t __off, int __whence);
745 (FILE *__stream, __off64_t __off, int __whence),
779 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);

Completed in 5 milliseconds