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