Home | History | Annotate | Download | only in GenFv

Lines Matching refs:Cptr

735   CHAR8                               *Cptr, *Cptr2;

772 Cptr = PeMapFileName;
773 while (*Cptr != '\0') {
774 if (*Cptr == '\\') {
775 *Cptr = FILE_SEP_CHAR;
777 Cptr ++;
783 Cptr = PeMapFileName + strlen (PeMapFileName);
784 while ((*Cptr != '.') && (Cptr >= PeMapFileName)) {
785 Cptr --;
787 if (Cptr < PeMapFileName) {
790 *(Cptr + 1) = 'm';
791 *(Cptr + 2) = 'a';
792 *(Cptr + 3) = 'p';
793 *(Cptr + 4) = '\0';
799 Cptr2 = Cptr;
800 while ((*Cptr != FILE_SEP_CHAR) && (Cptr >= PeMapFileName)) {
801 Cptr --;
804 strcpy (KeyWord, Cptr + 1);
3071 CHAR8 *Cptr;
3084 Cptr = NULL;
3208 Cptr = PeFileName + strlen (PeFileName);
3209 while (*Cptr != '.') {
3210 Cptr --;
3212 if (*Cptr != '.') {
3216 *(Cptr + 1) = 'e';
3217 *(Cptr + 2) = 'f';
3218 *(Cptr + 3) = 'i';
3219 *(Cptr + 4) = '\0';
3462 Cptr = PeFileName + strlen (PeFileName);
3463 while (*Cptr != '.') {
3464 Cptr --;
3467 if (*Cptr != '.') {
3471 *(Cptr + 1) = 'e';
3472 *(Cptr + 2) = 'f';
3473 *(Cptr + 3) = 'i';
3474 *(Cptr + 4) = '\0';