Lines Matching refs:ptr1
159 char *ptr1,*ptr2,*ptr3,*ptr4,*ptr5;
312 (ptr1 = bufPtr +pcLen) &&
313 (ptr2 = strchr(ptr1+1,':')) &&
322 trayNum = atoi(ptr1+1);
336 if (ptr1 = strstr(bufPtr,suffixString)) *ptr1 = 0;
348 if (ptr1 = strstr(bufPtr,suffixString)) *ptr1 = 0;
359 if (ptr1 = strstr(bufPtr,suffixString)) *ptr1 = 0;
368 if (ptr1 = strstr(bufPtr,suffixString))
369 *ptr1 = 0;