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_s
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-common.cc
636
segment_info *s, *
next_s
;
local
741
for (s = head; s; s =
next_s
)
787
next_s
= s->next;
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-common.cc
636
segment_info *s, *
next_s
;
local
741
for (s = head; s; s =
next_s
)
787
next_s
= s->next;
/src/external/gpl3/binutils/dist/gprofng/src/
util.cc
394
char *
next_s
= NULL;
local
395
char *tok = parse_qstring (s, &
next_s
);
398
if (*
next_s
)
399
s =
next_s
+ 1;
405
char *
next_s
= strchr (s, delimiter);
local
406
if (
next_s
)
408
if (
next_s
!= s)
409
v->append (dbe_strndup (s,
next_s
- s));
410
s =
next_s
+ 1;
/src/external/gpl3/binutils.old/dist/gprofng/src/
util.cc
394
char *
next_s
= NULL;
local
395
char *tok = parse_qstring (s, &
next_s
);
398
if (*
next_s
)
399
s =
next_s
+ 1;
405
char *
next_s
= strchr (s, delimiter);
local
406
if (
next_s
)
408
if (
next_s
!= s)
409
v->append (dbe_strndup (s,
next_s
- s));
410
s =
next_s
+ 1;
Completed in 42 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026