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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_string.c140 size_t addl = 0; local
154 addl++; /* 1 add'l char needed to follow \ */
160 addl += 3; /* 3 add'l chars following \ */
164 if ((s2 = malloc(n + addl + 1)) == NULL)

Completed in 23 milliseconds