num_start         365 lib/common/strings.c     const char *num_start = NULL;
num_start         377 lib/common/strings.c     num_start = input + strspn(input, WHITESPACE);
num_start         378 lib/common/strings.c     num_len = strspn(num_start, NUMCHARS);
num_start         382 lib/common/strings.c     units = num_start + num_len;
num_start         404 lib/common/strings.c     scan_ll(num_start, &msec, PCMK__PARSE_INT_DEFAULT, &end_text);