Home
last modified time | relevance | path

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

/titanic_41/usr/src/head/
H A Dstring.h175 extern __thread size_t __strdupa_len;
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.c34 __thread size_t __strdupa_len; variable
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers2734 __strdupa_len { FLAGS = NODIRECT };