[U-Boot] [PATCH v2 09/23] Add stricmp() and strnicmp()

Simon Glass sjg at chromium.org
Sat Dec 1 16:38:55 CET 2012


Hi Scott,

On Tue, Nov 27, 2012 at 2:12 PM, Scott Wood <scottwood at freescale.com> wrote:
> 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()...
>

Yes, I will fix this. I will also need to tidy up a few prototypes in
other archs.

Regards,
Simon

> -Scott


More information about the U-Boot mailing list