HomeSort by: relevance | last modified time | path
    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