Home
last modified time | relevance | path

Searched refs:qq_strings (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/include/
Dpub_tool_options.h177 #define VG_STRINDEX_CLO(qq_arg, qq_option, qq_strings, qq_ix) \ argument
181 for (qq_ix = 0; (qq_strings)[qq_ix]; qq_ix++) { \
182 if (VG_STREQ(val, (qq_strings)[qq_ix])) \
185 if ((qq_strings)[qq_ix] == NULL) \