IGNORE_CASE       116 libutil/langmap.c 							     |IGNORE_CASE
IGNORE_CASE       127 libutil/locatestring.c 	cmpfunc = (flag & IGNORE_CASE) ? strincmp : strncmp;
IGNORE_CASE       128 libutil/locatestring.c 	flag &= ~IGNORE_CASE;
IGNORE_CASE       134 libutil/test.c 			if (!locatestring(path, ".exe", MATCH_AT_LAST|IGNORE_CASE) &&
IGNORE_CASE       135 libutil/test.c 				!locatestring(path, ".com", MATCH_AT_LAST|IGNORE_CASE) &&
IGNORE_CASE       136 libutil/test.c 				!locatestring(path, ".bat", MATCH_AT_LAST|IGNORE_CASE))
IGNORE_CASE       154 libutil/xargs.c 	if (xp->skip_assembly && locatestring(path, ".s", MATCH_AT_LAST|IGNORE_CASE) != NULL) {\