Home
last modified time | relevance | path

Searched refs:__strdupa_str (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/head/
H A Dstring.h174 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)
/titanic_41/usr/src/lib/libc/port/gen/
H A Dtls_data.c33 __thread char *__strdupa_str; variable
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers2733 __strdupa_str { FLAGS = NODIRECT };