uboot/arch
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
..
arm exynos:pinmux: Add pinmux support for i2c 2012-12-11 13:17:31 -07:00
avr32
blackfin
m68k Add strcasecmp() and strncasecmp() 2012-12-11 13:17:34 -07:00
microblaze
mips MIPS: constify address pointer in test_bit() 2012-12-08 21:48:19 +01:00
nds32
nios2 nios2: remove asm/status_led.h 2012-11-10 19:45:58 +08:00
openrisc
powerpc Add strcasecmp() and strncasecmp() 2012-12-11 13:17:34 -07:00
sandbox
sh sh: fix trigger_address_error() 2012-11-30 15:06:04 +09:00
sparc Add strcasecmp() and strncasecmp() 2012-12-11 13:17:34 -07:00
x86 x86: Build vga video code only if CONFIG_VIDEO_VGA is defined 2012-12-06 14:30:44 -08:00
.gitignore