HomeSort by: relevance | last modified time | path
    Searched defs:second_period (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/
darwin-driver.cc 465 const char *second_period = strchr(first_period+1, '.'); local
466 if (second_period != NULL)
467 asm_major = xstrndup (vers_string, second_period-vers_string);
  /src/external/gpl3/gcc.old/dist/gcc/config/
darwin-driver.cc 465 const char *second_period = strchr(first_period+1, '.'); local
466 if (second_period != NULL)
467 asm_major = xstrndup (vers_string, second_period-vers_string);

Completed in 18 milliseconds