Lines Matching refs:ptr3
1158 char *save_ptr, *ptr1, *ptr2, *ptr3;
1159 ptr3 = save_ptr = STRDUP(Serd_Override);
1160 while (*ptr3 != '\0') {
1161 ptr1 = strchr(ptr3, ',');
1163 if (strcmp(ptr3, serdclass) == 0) {
1169 ptr3 = strchr(ptr2 + 1, ' ');
1170 if (ptr3)
1171 *ptr3 = '\0';
1180 ptr3 = strchr(ptr2 + 1, ' ');
1181 if (ptr3 == NULL)
1184 ptr3++;