cmpfunc           121 libutil/locatestring.c 	int (*cmpfunc) (const char *, const char*, size_t);
cmpfunc           127 libutil/locatestring.c 	cmpfunc = (flag & IGNORE_CASE) ? strincmp : strncmp;
cmpfunc           131 libutil/locatestring.c 		if (strlen(string) == plen && !(*cmpfunc)(string, pattern, plen))
cmpfunc           140 libutil/locatestring.c 			if (!(*cmpfunc)(string, pattern, plen)) {