OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__whence
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h
168
int
__whence
;
local
170
__whence
= SEEK_SET;
172
__whence
= SEEK_CUR;
174
__whence
= SEEK_END;
176
if (!fseeko64(_M_file, __off,
__whence
))
179
if (!fseek(_M_file, __off,
__whence
))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h
168
int
__whence
;
local
170
__whence
= SEEK_SET;
172
__whence
= SEEK_CUR;
174
__whence
= SEEK_END;
176
if (!fseeko64(_M_file, __off,
__whence
))
179
if (!fseek(_M_file, __off,
__whence
))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_sync_filebuf.h
168
int
__whence
;
local
170
__whence
= SEEK_SET;
172
__whence
= SEEK_CUR;
174
__whence
= SEEK_END;
176
if (!fseeko64(_M_file, __off,
__whence
))
179
if (!fseek(_M_file, __off,
__whence
))
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h
168
int
__whence
;
local
170
__whence
= SEEK_SET;
172
__whence
= SEEK_CUR;
174
__whence
= SEEK_END;
176
if (!fseeko64(_M_file, __off,
__whence
))
179
if (!fseek(_M_file, __off,
__whence
))
Completed in 652 milliseconds