HomeSort by relevance Sort by last modified time
    Searched refs:clo_input_fd (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/coregrind/
pub_core_options.h 140 extern Int VG_(clo_input_fd);
m_options.c 80 Int VG_(clo_input_fd) = 0; /* stdin */ variable
m_errormgr.c 475 res = VG_(read)(VG_(clo_input_fd), &ch, 1);
482 res = VG_(read)(VG_(clo_input_fd), &ch2, 1);
    [all...]
m_main.c 599 else if VG_INT_CLO (arg, "--input-fd", VG_(clo_input_fd)) {}
    [all...]

Completed in 37 milliseconds