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 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 416 milliseconds