Lines Matching refs:pdel
1204 char *pdel, *pend, *s; in chash_parse_opts() local
1212 if ((pdel = strchr(data, ' ')) == NULL) in chash_parse_opts()
1214 while (*pdel == ' ') in chash_parse_opts()
1215 pdel++; in chash_parse_opts()
1216 if (strncmp(pdel, "masks=", 6) != 0) in chash_parse_opts()
1218 if ((s = strchr(pdel, ' ')) != NULL) in chash_parse_opts()
1221 pdel += 6; in chash_parse_opts()
1223 if (*pdel++ != '/') in chash_parse_opts()
1225 mask4 = strtol(pdel, &pend, 10); in chash_parse_opts()
1228 pdel = pend + 1; in chash_parse_opts()
1229 if (*pdel++ != '/') in chash_parse_opts()
1231 mask6 = strtol(pdel, &pend, 10); in chash_parse_opts()
3831 char *pdel, *pend, *s; in kfib_parse_opts() local
3836 if ((pdel = strchr(data, ' ')) == NULL) in kfib_parse_opts()
3838 while (*pdel == ' ') in kfib_parse_opts()
3839 pdel++; in kfib_parse_opts()
3840 if (strncmp(pdel, "fib=", 4) != 0) in kfib_parse_opts()
3842 if ((s = strchr(pdel, ' ')) != NULL) in kfib_parse_opts()
3845 pdel += 4; in kfib_parse_opts()
3847 fibnum = strtol(pdel, &pend, 10); in kfib_parse_opts()