end_text           32 include/crm/common/strings_internal.h                       const char *default_text, char **end_text);
end_text           44 lib/common/strings.c         char **end_text)
end_text           71 lib/common/strings.c         if ((end_text == NULL) && !pcmk__str_empty(local_end_text)) {
end_text           77 lib/common/strings.c     if (end_text != NULL) {
end_text           78 lib/common/strings.c         *end_text = local_end_text;
end_text          200 lib/common/strings.c                   char **end_text)
end_text          286 lib/common/strings.c         if ((end_text == NULL) && !pcmk__str_empty(local_end_text)) {
end_text          292 lib/common/strings.c     if (end_text != NULL) {
end_text          293 lib/common/strings.c         *end_text = local_end_text;
end_text          371 lib/common/strings.c     char *end_text = NULL;
end_text          404 lib/common/strings.c     scan_ll(num_start, &msec, PCMK__PARSE_INT_DEFAULT, &end_text);
end_text          201 lib/common/utils.c version_helper(const char *text, const char **end_text)
end_text          205 lib/common/utils.c     CRM_ASSERT(end_text != NULL);
end_text          216 lib/common/utils.c         atoi_result = (int) strtol(text, (char **) end_text, 10);