OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__io_read_fn
(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
364
typedef __ssize_t
__io_read_fn
(void *__cookie, char *__buf, size_t __nbytes);
typedef
389
typedef
__io_read_fn
cookie_read_function_t;
397
__io_read_fn
*read; /* Read bytes. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
libio.h
366
typedef __ssize_t
__io_read_fn
(void *__cookie, char *__buf, size_t __nbytes);
typedef
391
typedef
__io_read_fn
cookie_read_function_t;
399
__io_read_fn
*read; /* Read bytes. */
/external/elfutils/tests/
run-show-die-info.sh
800
Name :
__io_read_fn
[
all
...]
/external/valgrind/perf/
test_input_for_tinycc.c
5157
typedef __ssize_t
__io_read_fn
(void *__cookie, char *__buf, size_t __nbytes);
typedef
[
all
...]
Completed in 103 milliseconds