Searched refs:hyphen_off (Results 1 – 1 of 1) sorted by relevance
6889 char *hyphen_off; in stringtoportrange() local6894 if ((hyphen_off = strchr(string, '-')) == NULL) in stringtoportrange()6904 if (strchr(hyphen_off + 1, '-') != NULL) in stringtoportrange()6912 first_size = hyphen_off - string; in stringtoportrange()6927 second = hyphen_off + 1; in stringtoportrange()