Searched refs:sep1 (Results 1 – 2 of 2) sorted by relevance
219 int sep1 = (tcsrchr(att1, NSSEP) != 0); in nsattcmp() local221 if (sep1 != sep2) in nsattcmp()222 return sep1 - sep2; in nsattcmp()
4482 , sep1, sep2; in pnm_type_find() local4513 if (sscanf (s, "%u%c%u%c", &w, &sep1, &h, &sep2) == 4 && in pnm_type_find()4514 IS_PNM_WHITESPACE (sep1) && IS_PNM_WHITESPACE (sep2) && in pnm_type_find()