On 11/22/2012 01:12:53 PM, Simon Glass wrote:
strnicmp() is present but disabled. Make it available and define stricmp()
also. There is a only a small performance penalty to having stricmp()
call strnicmp(), so do this instead of a standalone function, to save code
space.

Both POSIX and the Linux kernel call this strcasecmp() rather than stricmp()...

-Scott
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to