ch                847 lib/common/iso8601.c         char ch = 0;
ch                860 lib/common/iso8601.c         ch = interval_str[0];
ch                863 lib/common/iso8601.c         crm_trace("Testing %c=%d, rc=%d", ch, an_int, rc);
ch                865 lib/common/iso8601.c         switch (ch) {
ch                 51 lib/common/operations.c     int len = 0, offset = 0, ch = 0;
ch                 64 lib/common/operations.c         ch = key[offset] - '0';
ch                 65 lib/common/operations.c         CRM_CHECK(ch < 10, return FALSE);
ch                 66 lib/common/operations.c         CRM_CHECK(ch >= 0, return FALSE);
ch                 69 lib/common/operations.c             ch = ch * 10;
ch                 71 lib/common/operations.c         *interval += ch;
ch                595 lib/common/schemas.c     int ch, line = 0;
ch                607 lib/common/schemas.c         ch = getc(fp);
ch                608 lib/common/schemas.c         if (ch == EOF) {
ch                611 lib/common/schemas.c         } else if (ch == '\n') {
ch                614 lib/common/schemas.c             putc(ch, stderr);
ch                520 lib/services/services_linux.c                     char ch;
ch                521 lib/services/services_linux.c                     while (read(sfd, &ch, 1) == 1) /*omit*/;