Searched refs:pdel (Results 1 – 1 of 1) sorted by relevance
1204 char *pdel, *pend, *s; in chash_parse_opts() local1212 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()[all …]