more              716 lib/fencing/st_client.c     int more = 0;
more              725 lib/fencing/st_client.c         more = read(fd, buffer, READ_MAX - 1);
more              727 lib/fencing/st_client.c         if (more > 0) {
more              728 lib/fencing/st_client.c             buffer[more] = 0; /* Make sure it's nul-terminated for logging
more              731 lib/fencing/st_client.c             output = realloc_safe(output, len + more + 1);
more              732 lib/fencing/st_client.c             snprintf(output + len, more + 1, "%s", buffer);
more              733 lib/fencing/st_client.c             len += more;
more              736 lib/fencing/st_client.c     } while (more == (READ_MAX - 1) || (more < 0 && errno == EINTR));
more             1564 tools/crm_resource_runtime.c         int more, lpc, last;
more             1583 tools/crm_resource_runtime.c             more = strlen(local_copy);
more             1586 tools/crm_resource_runtime.c             for (lpc = 0; lpc < more; lpc++) {
more             1597 tools/crm_resource_runtime.c             more = strlen(local_copy);
more             1600 tools/crm_resource_runtime.c             for (lpc = 0; lpc < more; lpc++) {