num_start         342 lib/common/strings.c     const char *num_start = NULL;
num_start         354 lib/common/strings.c     num_start = input + strspn(input, WHITESPACE);
num_start         355 lib/common/strings.c     num_len = strspn(num_start, NUMCHARS);
num_start         359 lib/common/strings.c     units = num_start + num_len;
num_start         381 lib/common/strings.c     scan_ll(num_start, &msec, &end_text);