Simon Glass b1f17bf5ff Add strcasecmp() and strncasecmp()
strncasecmp() is present as strnicmp() but disabled. Make it available
and define strcasecmp() also. There is a only a small performance penalty
to having strcasecmp() call strncasecmp(), so do this instead of a
standalone function, to save code space.

Update the prototype in arch-specific headers as needed to avoid warnings.

Signed-off-by: Simon Glass <sjg@chromium.org>
2012-12-11 13:17:34 -07:00
..
2012-12-11 13:17:34 -07:00
2012-11-04 11:00:36 -07:00
2012-11-02 15:20:41 -07:00
2012-12-06 13:56:39 -07:00
2012-10-26 22:35:20 +02:00
2012-10-22 14:31:25 -05:00
2012-11-04 11:00:34 -07:00
2012-10-16 12:35:10 +02:00
2012-10-22 14:31:25 -05:00
2012-11-27 09:41:10 -07:00
2012-10-23 15:23:26 -05:00
2012-11-26 15:41:29 -06:00
2012-11-04 11:00:36 -07:00
2012-11-27 17:26:48 -06:00
2012-11-10 19:45:58 +08:00
2012-11-20 00:16:08 +01:00
2012-10-15 11:53:59 -07:00