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

  /external/valgrind/include/
pub_tool_gdbserver.h 150 keyword_id will search for the keyword starting with the string input_word
153 It returns -2 if two or more keywords are starting with input_word
154 and none of these matches exactly input_word
156 input_word result
175 extern Int VG_(keyword_id) (const HChar* keywords, const HChar* input_word,
  /external/valgrind/coregrind/
m_libcbase.c 581 HChar *input_word; local
590 for (input_word = VG_(strtok_r)(tok_input, ",", &input_saveptr);
591 input_word;
592 input_word = VG_(strtok_r)(NULL, ",", &input_saveptr)) {
594 if (allow_all && 0 == VG_(strcmp)(input_word, "all")) {
597 } else if (0 == VG_(strcmp)(input_word, "none")) {
612 if (0 == VG_(strcmp)(input_word, token)) {
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c     [all...]

Completed in 59 milliseconds