strtoll           728 lib/ais/utils.c             result = strtoll(text, end_text, 10);
strtoll           730 lib/ais/utils.c             result = strtoll(text, &local_end_text, 10);
strtoll            97 lib/common/strings.c             result = strtoll(text, end_text, 10);
strtoll            99 lib/common/strings.c             result = strtoll(text, &local_end_text, 10);