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-10-15 11:53:59 -07:00
2011-02-02 22:36:10 +01:00
2012-10-22 14:31:25 -05:00
2012-08-23 12:16:55 -05:00
2012-10-22 14:31:25 -05:00
2012-10-23 15:23:26 -05:00
2012-10-23 15:23:26 -05:00
2012-08-23 12:16:57 -05:00
2011-10-05 22:22:16 +02:00
2012-10-15 11:53:59 -07:00
2012-10-15 11:53:59 -07:00
2011-05-12 16:10:51 +02:00
2012-12-05 17:30:51 +01:00
2012-12-11 13:17:34 -07:00