u-boot-2016/arch/sparc/include/asm
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
..
arch-leon2
arch-leon3
asi.h
asmmacro.h
atomic.h
bitops.h
byteorder.h
cache.h sparc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment 2011-10-23 20:50:42 +02:00
config.h
errno.h
global_data.h sparc: Change bi_baudrate and global data baudrate to int 2012-10-19 15:25:45 -07:00
io.h
irq.h
leon.h
leon2.h
leon3.h
machines.h
page.h
posix_types.h
processor.h
prom.h
psr.h
ptrace.h
srmmu.h
stack.h
string.h Add strcasecmp() and strncasecmp() 2012-12-11 13:17:34 -07:00
types.h
u-boot.h sparc: Change bi_baudrate and global data baudrate to int 2012-10-19 15:25:45 -07:00
unaligned.h
winmacro.h