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

/osnet-11/usr/src/lib/libtsol/common/
H A Dprivate.c110 * Exit static_string_size = Updated if needed.
127 build_strings(int *static_string_size, char **static_string, char *new_string, argument
141 if (*static_string_size == 0) { /* Allocate string memory. */
142 if ((*static_string_size = alloc_string(static_string,
143 *static_string_size, 'C')) == 0)
149 if (*static_string_size < (int)strlen(new_string)+1) {
151 if ((newsize = alloc_string(static_string, *static_string_size,
156 *static_string_size += newsize;

Completed in 28 milliseconds