strtol            722 lib/ais/utils.c             result = strtol(text, end_text, 10);
strtol            724 lib/ais/utils.c             result = strtol(text, &local_end_text, 10);
strtol           1042 lib/common/remote.c             port = strtol(env, NULL, 10);
strtol             91 lib/common/strings.c             result = strtol(text, end_text, 10);
strtol             93 lib/common/strings.c             result = strtol(text, &local_end_text, 10);
strtol            218 lib/common/utils.c     long number = strtol(value, &end, 10);
strtol            470 lib/common/utils.c         atoi_result = (int)strtol(text, end_text, 10);
strtol            167 tools/crm_node.c     n = strtol(node, &endptr, 10);