scan_ll           103 lib/common/strings.c         rc = scan_ll(text, &local_result, default_value, NULL);
scan_ll           404 lib/common/strings.c     scan_ll(num_start, &msec, PCMK__PARSE_INT_DEFAULT, &end_text);
scan_ll           830 lib/common/strings.c         int rc = scan_ll(srcstring+1, end, PCMK__PARSE_INT_DEFAULT, &remainder);
scan_ll           839 lib/common/strings.c     if (scan_ll(srcstring, start, PCMK__PARSE_INT_DEFAULT,
scan_ll           847 lib/common/strings.c             int rc = scan_ll(remainder+1, end, PCMK__PARSE_INT_DEFAULT,
scan_ll          1247 lib/common/strings.c     scan_ll(text, &result, PCMK__PARSE_INT_DEFAULT, NULL);