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

/opensolaris-onvv-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_string.h42 #define LONG_LONG_STR_SIZE 128 macro
H A Dvolume_string.c213 if ((*str = calloc(1, LONG_LONG_STR_SIZE * sizeof (char))) == NULL) {
217 snprintf(*str, LONG_LONG_STR_SIZE, "%lld", num);
334 len = LONG_LONG_STR_SIZE + strlen(use_units.unit_str) + 1;

Completed in 264 milliseconds