Lines Matching defs:cpf
741 char *cpf, *cpl, last[6], first[30];764 for (carry = 0, cpf = first+strlen(first)-1, cpl = last+4;766 cpf--, cpl--) {767 j = carry + (*cpf - '0') + (*cpl - '0');774 *cpf = j + '0';