Searched defs:wrapname_len (Results 1 - 1 of 1) sorted by relevance

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

Completed in 48 milliseconds