Searched refs:__strdupa_len (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtls_data.c34 __thread size_t __strdupa_len; variable
/illumos-gate/usr/src/head/
H A Dstring.h176 extern __thread size_t __strdupa_len;
185 __strdupa_len = strnlen(__strdupa_str, (n)), \
186 __strdupa_str = strncpy((char *)__builtin_alloca(__strdupa_len + 1), \
187 __strdupa_str, __strdupa_len), \
188 __strdupa_str[__strdupa_len] = '\0', __strdupa_str)

Completed in 62 milliseconds