local_result       53 lib/common/strings.c     long long local_result = PCMK__PARSE_INT_DEFAULT;
local_result       60 lib/common/strings.c         local_result = (long long) strtol(text, &local_end_text, 10);
local_result       62 lib/common/strings.c         local_result = strtoll(text, &local_end_text, 10);
local_result       67 lib/common/strings.c                      text, local_result);
local_result       71 lib/common/strings.c             local_result = PCMK__PARSE_INT_DEFAULT;
local_result       77 lib/common/strings.c             local_result = PCMK__PARSE_INT_DEFAULT;
local_result       92 lib/common/strings.c         *result = local_result;