OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_IO_write_ptr
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
libio.h
251
wchar_t *
_IO_write_ptr
; /* Current put pointer. */
281
char*
_IO_write_ptr
; /* Current put pointer. */
439
(_IO_BE ((_fp)->
_IO_write_ptr
>= (_fp)->_IO_write_end, 0) \
441
: (unsigned char) (*(_fp)->
_IO_write_ptr
++ = (_ch)))
451
|| ((_fp)->_wide_data->
_IO_write_ptr
\
454
: (_IO_wint_t) (*(_fp)->_wide_data->
_IO_write_ptr
++ = (_wch)))
469
((_fp)->
_IO_write_ptr
- (_fp)->_IO_write_base)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
libio.h
253
wchar_t *
_IO_write_ptr
; /* Current put pointer. */
283
char*
_IO_write_ptr
; /* Current put pointer. */
441
(_IO_BE ((_fp)->
_IO_write_ptr
>= (_fp)->_IO_write_end, 0) \
443
: (unsigned char) (*(_fp)->
_IO_write_ptr
++ = (_ch)))
453
|| ((_fp)->_wide_data->
_IO_write_ptr
\
456
: (_IO_wint_t) (*(_fp)->_wide_data->
_IO_write_ptr
++ = (_wch)))
471
((_fp)->
_IO_write_ptr
- (_fp)->_IO_write_base)
/external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h
720
char *
_IO_write_ptr
;
[
all
...]
/external/valgrind/perf/
test_input_for_tinycc.c
[
all
...]
Completed in 43 milliseconds