cp 600 lib/common/utils.c const char *cp = input; cp 613 lib/common/utils.c cp += strspn(cp, WHITESPACE); cp 614 lib/common/utils.c units = cp + strspn(cp, NUMCHARS); cp 617 lib/common/utils.c if (strchr(NUMCHARS, *cp) == NULL) { cp 640 lib/common/utils.c msec = crm_int_helper(cp, &end_text); cp 87 lib/gnu/md5.c set_uint32 (char *cp, uint32_t v) cp 89 lib/gnu/md5.c memcpy (cp, &v, sizeof v); cp 197 replace/uuid_parse.c const unsigned char *cp; cp 200 replace/uuid_parse.c for (i = 0, cp = uu; i < 16; i++) cp 201 replace/uuid_parse.c if (*cp++) cp 212 replace/uuid_parse.c const char *cp; cp 217 replace/uuid_parse.c for (i = 0, cp = in; i <= 36; i++, cp++) { cp 219 replace/uuid_parse.c if (*cp == '-') cp 225 replace/uuid_parse.c if (*cp == 0) cp 227 replace/uuid_parse.c if (!isxdigit((int)*cp)) cp 234 replace/uuid_parse.c cp = in + 24; cp 237 replace/uuid_parse.c buf[0] = *cp++; cp 238 replace/uuid_parse.c buf[1] = *cp++; cp 319 replace/uuid_parse.c unsigned char *cp = (unsigned char *)buf; cp 323 replace/uuid_parse.c i = read(fd, cp, n); cp 330 replace/uuid_parse.c cp += i; cp 339 replace/uuid_parse.c for (cp = buf, i = 0; i < nbytes; i++) cp 340 replace/uuid_parse.c *cp++ ^= (rand() >> 7) & 0xFF;