OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attr_delim
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/common/
hwcfuncs.c
552
char *nameptr, *copy, *slash, *
attr_delim
;
local
597
attr_delim
= strchr (nameptr, HWCFUNCS_PARSE_ATTR);
598
if (
attr_delim
!= NULL)
601
*pattrs = strdup (
attr_delim
);
602
/* terminate previous element up to
attr_delim
*/
603
*
attr_delim
++ = 0;
/src/external/gpl3/binutils.old/dist/gprofng/common/
hwcfuncs.c
552
char *nameptr, *copy, *slash, *
attr_delim
;
local
597
attr_delim
= strchr (nameptr, HWCFUNCS_PARSE_ATTR);
598
if (
attr_delim
!= NULL)
601
*pattrs = strdup (
attr_delim
);
602
/* terminate previous element up to
attr_delim
*/
603
*
attr_delim
++ = 0;
Completed in 17 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026