Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dwrap.c96 size_t name_len, wrapname_len; in ld_wrap_enter() local
119 wrapname_len = MSG_STR_UU_WRAP_U_SIZE + name_len + 1; in ld_wrap_enter()
120 if ((wsnp = libld_calloc(1, sizeof (*wsnp) + wrapname_len)) == NULL) in ld_wrap_enter()
125 (void) snprintf(tmpname, wrapname_len, MSG_ORIG(MSG_FMT_STRCAT), in ld_wrap_enter()