Home
last modified time | relevance | path

Searched hist:b1f17bf5ff63a7e22e0299dd576c3b6cd38ae665 (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dstring.hb1f17bf5ff63a7e22e0299dd576c3b6cd38ae665 Wed Dec 05 14:46:35 UTC 2012 Simon Glass <sjg@chromium.org> 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>
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dstring.hb1f17bf5ff63a7e22e0299dd576c3b6cd38ae665 Wed Dec 05 14:46:35 UTC 2012 Simon Glass <sjg@chromium.org> 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>
/rk3399_rockchip-uboot/include/linux/
H A Dstring.hb1f17bf5ff63a7e22e0299dd576c3b6cd38ae665 Wed Dec 05 14:46:35 UTC 2012 Simon Glass <sjg@chromium.org> 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>
/rk3399_rockchip-uboot/lib/
H A Dstring.cb1f17bf5ff63a7e22e0299dd576c3b6cd38ae665 Wed Dec 05 14:46:35 UTC 2012 Simon Glass <sjg@chromium.org> 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>