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