mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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> |
||
|---|---|---|
| .. | ||
| arch-leon2 | ||
| arch-leon3 | ||
| asi.h | ||
| asmmacro.h | ||
| atomic.h | ||
| bitops.h | ||
| byteorder.h | ||
| cache.h | ||
| config.h | ||
| errno.h | ||
| global_data.h | ||
| 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 | ||
| types.h | ||
| u-boot.h | ||
| unaligned.h | ||
| winmacro.h | ||