OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 16 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026