OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c_text
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/tsan/
common_util.cc
32
const char*
c_text
= text.c_str();
local
52
while (*
c_text
) {
61
c_text_last =
c_text
;
63
} else if ((*
c_text
== *c_wildcard) || (*c_wildcard == '?')) {
64
++
c_text
;
70
c_text
= c_text_last++;
Completed in 581 milliseconds