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

  /external/valgrind/main/mpi/
libmpiwrap.c 174 static char* options_str = NULL; variable
188 options_str = getenv("MPIWRAP_DEBUG");
189 if (options_str) {
190 if (NULL != strstr(options_str, "warn"))
192 if (NULL != strstr(options_str, "strict"))
194 if (NULL != strstr(options_str, "verbose"))
196 if (NULL != strstr(options_str, "quiet"))
198 if (NULL != strstr(options_str, "help"))
200 if (NULL != strstr(options_str, "initkludge"))
    [all...]
  /external/chromium/chrome/common/extensions/
extension.cc 2163 std::string options_str; local
    [all...]

Completed in 32 milliseconds