Lines Matching defs:pdel
1202 char *pdel, *pend, *s;
1210 if ((pdel = strchr(data, ' ')) == NULL)
1212 while (*pdel == ' ')
1213 pdel++;
1214 if (strncmp(pdel, "masks=", 6) != 0)
1216 if ((s = strchr(pdel, ' ')) != NULL)
1219 pdel += 6;
1221 if (*pdel++ != '/')
1223 mask4 = strtol(pdel, &pend, 10);
1226 pdel = pend + 1;
1227 if (*pdel++ != '/')
1229 mask6 = strtol(pdel, &pend, 10);
3830 char *pdel, *pend, *s;
3835 if ((pdel = strchr(data, ' ')) == NULL)
3837 while (*pdel == ' ')
3838 pdel++;
3839 if (strncmp(pdel, "fib=", 4) != 0)
3841 if ((s = strchr(pdel, ' ')) != NULL)
3844 pdel += 4;
3846 fibnum = strtol(pdel, &pend, 10);