OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clo_input_fd
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/
pub_core_options.h
118
extern Int VG_(
clo_input_fd
);
m_options.c
77
Int VG_(
clo_input_fd
) = 0; /* stdin */
variable
m_errormgr.c
470
res = VG_(read)(VG_(
clo_input_fd
), &ch, 1);
477
res = VG_(read)(VG_(
clo_input_fd
), &ch2, 1);
[
all
...]
m_main.c
581
else if VG_INT_CLO (arg, "--input-fd", VG_(
clo_input_fd
)) {}
[
all
...]
Completed in 428 milliseconds