num_start         366 lib/common/strings.c     const char *num_start = NULL;
num_start         378 lib/common/strings.c     num_start = input + strspn(input, WHITESPACE);
num_start         379 lib/common/strings.c     num_len = strspn(num_start, NUMCHARS);
num_start         383 lib/common/strings.c     units = num_start + num_len;
num_start         405 lib/common/strings.c     scan_ll(num_start, &msec, PCMK__PARSE_INT_DEFAULT, &end_text);