Searched refs:temp (Results 1 – 2 of 2) sorted by relevance
208 struct r_strlenpair temp[cnt]; in _dl_important_hwcaps() local213 temp[m].str = _dl_hwcap_string (n); in _dl_important_hwcaps()214 temp[m].len = strlen (temp[m].str); in _dl_important_hwcaps()225 temp[m].str = "tls"; in _dl_important_hwcaps()226 temp[m].len = 3; in _dl_important_hwcaps()233 total += temp[0].len + 1; in _dl_important_hwcaps()236 total += temp[0].len + temp[cnt - 1].len + 2; in _dl_important_hwcaps()241 total += temp[n].len + 1; in _dl_important_hwcaps()287 cp = __mempcpy (cp, temp[0].str, temp[0].len); in _dl_important_hwcaps()307 cp = __mempcpy (__mempcpy (cp, temp[idx].str, temp[idx].len), "/", 1); in _dl_important_hwcaps()[all …]
514 char *temp; in _dl_load_cache_lookup() local515 temp = alloca (strlen (best) + 1); in _dl_load_cache_lookup()516 strcpy (temp, best); in _dl_load_cache_lookup()517 return __strdup (temp); in _dl_load_cache_lookup()
Completed in 11 milliseconds