OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:filebuf
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
ftruncate.c
53
struct stat
filebuf
;
local
55
if (fstat (fd, &
filebuf
) < 0)
58
if (
filebuf
.st_size < length)
/ndk/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h
130
typedef basic_filebuf<char, char_traits<char> >
filebuf
;
typedef
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h
130
typedef basic_filebuf<char, char_traits<char> >
filebuf
;
typedef
Completed in 463 milliseconds