OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Apr 30 00:23:01 UTC 2026