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

/illumos-gate/usr/src/cmd/sort/common/
H A Dfields.c681 static ssize_t compose_length; local
687 if (compose_length < (data_length + 1)) {
688 compose_length = data_length + 1;
689 compose = safe_realloc(compose, compose_length * sizeof (char));
724 static ssize_t compose_length; local
729 if (compose_length < (data_length + 1)) {
730 compose_length = data_length + 1;
731 compose = safe_realloc(compose, compose_length * sizeof (char));

Completed in 46 milliseconds