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

  /src/external/gpl3/gcc/dist/gcc/
cppbuiltin.cc 37 static int s_major = -1, s_minor, s_patchlevel; local
40 if (sscanf (BASEVER, "%d.%d.%d", &s_major, &s_minor, &s_patchlevel) != 3)
43 s_patchlevel = 0;
53 *patchlevel = s_patchlevel;
  /src/external/gpl3/gcc.old/dist/gcc/
cppbuiltin.cc 37 static int s_major = -1, s_minor, s_patchlevel; local
40 if (sscanf (BASEVER, "%d.%d.%d", &s_major, &s_minor, &s_patchlevel) != 3)
43 s_patchlevel = 0;
53 *patchlevel = s_patchlevel;

Completed in 25 milliseconds