best              109 lib/replace/inet_ntop.c 	struct { int base, len; } best, cur;
best              121 lib/replace/inet_ntop.c 	best.base = -1;
best              122 lib/replace/inet_ntop.c 	best.len = 0;
best              133 lib/replace/inet_ntop.c 				if (best.base == -1 || cur.len > best.len)
best              134 lib/replace/inet_ntop.c 					best = cur;
best              140 lib/replace/inet_ntop.c 		if (best.base == -1 || cur.len > best.len)
best              141 lib/replace/inet_ntop.c 			best = cur;
best              143 lib/replace/inet_ntop.c 	if (best.base != -1 && best.len < 2)
best              144 lib/replace/inet_ntop.c 		best.base = -1;
best              152 lib/replace/inet_ntop.c 		if (best.base != -1 && i >= best.base &&
best              153 lib/replace/inet_ntop.c 		    i < (best.base + best.len)) {
best              154 lib/replace/inet_ntop.c 			if (i == best.base)
best              162 lib/replace/inet_ntop.c 		if (i == 6 && best.base == 0 &&
best              163 lib/replace/inet_ntop.c 		    (best.len == 6 || (best.len == 5 && words[5] == 0xffff))) {
best              176 lib/replace/inet_ntop.c 	if (best.base != -1 && (best.base + best.len) ==