Searched refs:hyphen_off (Results 1 – 1 of 1) sorted by relevance
6994 char *hyphen_off; in stringtoportrange() local6999 if ((hyphen_off = strchr(string, '-')) == NULL) in stringtoportrange()7009 if (strchr(hyphen_off + 1, '-') != NULL) in stringtoportrange()7017 first_size = hyphen_off - string; in stringtoportrange()7032 second = hyphen_off + 1; in stringtoportrange()