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