OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__sbuf
(Results
51 - 55
of
55
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
stdio.h
74
struct
__sbuf
{
struct
112
struct
__sbuf
_bf; /* the buffer (at least 1 byte, if !NULL) */
123
struct
__sbuf
_ext;
133
struct
__sbuf
_lb; /* buffer for fgetln() */
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
stdio.h
74
struct
__sbuf
{
struct
112
struct
__sbuf
_bf; /* the buffer (at least 1 byte, if !NULL) */
123
struct
__sbuf
_ext;
133
struct
__sbuf
_lb; /* buffer for fgetln() */
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
stdio.h
74
struct
__sbuf
{
struct
112
struct
__sbuf
_bf; /* the buffer (at least 1 byte, if !NULL) */
123
struct
__sbuf
_ext;
133
struct
__sbuf
_lb; /* buffer for fgetln() */
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py
2020
class
__sbuf
(Structure):
class in inherits:Structure
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py
2020
class
__sbuf
(Structure):
class in inherits:Structure
[
all
...]
Completed in 97 milliseconds
1
2
3