OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:component_end
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbsupport/
filestuff.cc
470
char *
component_end
= start;
483
component_end
= component_start;
484
while (*
component_end
!= '/' && *
component_end
!= '\0')
485
component_end
++;
489
char saved_char = *
component_end
;
490
*
component_end
= '\0';
502
*
component_end
= saved_char;
503
component_start =
component_end
;
466
char *
component_end
= start;
local
/src/external/gpl3/gdb/dist/gdbsupport/
filestuff.cc
470
char *
component_end
= start;
490
component_end
= component_start;
491
while (*
component_end
!= '/' && *
component_end
!= '\0')
492
component_end
++;
496
char saved_char = *
component_end
;
497
*
component_end
= '\0';
509
*
component_end
= saved_char;
510
component_start =
component_end
;
466
char *
component_end
= start;
local
Completed in 17 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026