OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_optstr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc
15811
char *
next_optstr
;
15886
next_optstr
= ASTRDUP (TREE_STRING_POINTER (args));
15888
while (
next_optstr
&& *
next_optstr
!= '\0')
15890
char *p =
next_optstr
;
15892
char *comma = strchr (
next_optstr
, ',');
15905
len = comma -
next_optstr
;
15906
next_optstr
= comma + 1;
15911
next_optstr
= NULL;
15810
char *
next_optstr
;
local
/src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc
16350
char *
next_optstr
;
16425
next_optstr
= ASTRDUP (TREE_STRING_POINTER (args));
16427
while (
next_optstr
&& *
next_optstr
!= '\0')
16429
char *p =
next_optstr
;
16431
char *comma = strchr (
next_optstr
, ',');
16444
len = comma -
next_optstr
;
16445
next_optstr
= comma + 1;
16450
next_optstr
= NULL;
16349
char *
next_optstr
;
local
Completed in 88 milliseconds
Indexes created Sat Apr 11 00:22:22 UTC 2026