Searched refs:__strdupa_str (Results 1 – 3 of 3) sorted by relevance
174 extern __thread char *__strdupa_str;178 (__strdupa_str = (char *)(s), \179 strcpy((char *)__builtin_alloca(strlen(__strdupa_str) + 1), \180 __strdupa_str))183 (__strdupa_str = (char *)(s), \184 __strdupa_len = strnlen(__strdupa_str, (n)), \185 __strdupa_str = strncpy((char *)__builtin_alloca(__strdupa_len + 1), \186 __strdupa_str, __strdupa_len), \187 __strdupa_str[__strdupa_len] = '\0', __strdupa_str)
33 __thread char *__strdupa_str; variable
2733 __strdupa_str { FLAGS = NODIRECT };