LLSTRSIZE         484 lib/common/nvpair.c     char s[LLSTRSIZE] = { '\0', };
LLSTRSIZE         486 lib/common/nvpair.c     if (snprintf(s, LLSTRSIZE, "%lld", (long long) value) == LLSTRSIZE) {