OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
531
HChar *
input_word
;
local
540
for (
input_word
= VG_(strtok_r)(tok_input, ",", &input_saveptr);
541
input_word
;
542
input_word
= VG_(strtok_r)(NULL, ",", &input_saveptr)) {
544
if (allow_all && 0 == VG_(strcmp)(
input_word
, "all")) {
547
} else if (0 == VG_(strcmp)(
input_word
, "none")) {
562
if (0 == VG_(strcmp)(
input_word
, token)) {
/external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c
[
all
...]
Completed in 74 milliseconds