From: Scott Wood <scottwood@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 09/23] Add stricmp() and strnicmp()
Date: Tue, 27 Nov 2012 16:12:11 -0600 [thread overview]
Message-ID: <1354054331.2317.13@tyr> (raw)
In-Reply-To: <1353611587-18186-10-git-send-email-sjg@chromium.org> (from sjg@chromium.org on Thu Nov 22 13:12:53 2012)
On 11/22/2012 01:12:53 PM, Simon Glass wrote:
> strnicmp() is present but disabled. Make it available and define
> stricmp()
> also. There is a only a small performance penalty to having stricmp()
> call strnicmp(), so do this instead of a standalone function, to save
> code
> space.
Both POSIX and the Linux kernel call this strcasecmp() rather than
stricmp()...
-Scott
next prev parent reply other threads:[~2012-11-27 22:12 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-22 19:12 [U-Boot] [PATCH v2 0/23] Various patches in common/ Simon Glass
2012-11-22 19:12 ` [U-Boot] [PATCH v2 01/23] Add new bootstage step for the main loop Simon Glass
2012-11-22 19:12 ` [U-Boot] [PATCH v2 02/23] Add gettime command Simon Glass
2012-11-22 19:12 ` [U-Boot] [PATCH v2 03/23] Add a command to read raw blocks from a partition Simon Glass
2012-11-22 19:12 ` [U-Boot] [PATCH v2 04/23] Fix use of conditional LMB Simon Glass
2012-11-22 19:12 ` [U-Boot] [PATCH v2 05/23] stdio: remove useless strncpy Simon Glass
2012-11-22 19:12 ` [U-Boot] [PATCH v2 06/23] Update time command to avoid using get_timer_masked() Simon Glass
2012-12-06 0:48 ` Simon Glass
2012-11-22 19:12 ` [U-Boot] [PATCH v2 07/23] sha1: Use const where possible, and unsigned for input len Simon Glass
2012-11-22 19:12 ` [U-Boot] [PATCH v2 08/23] sha256: Use const where possible and add watchdog function Simon Glass
2012-11-22 19:12 ` [U-Boot] [PATCH v2 09/23] Add stricmp() and strnicmp() Simon Glass
2012-11-27 22:12 ` Scott Wood [this message]
2012-12-01 15:38 ` Simon Glass
2012-11-22 19:12 ` [U-Boot] [PATCH v2 10/23] Add generic hash API Simon Glass
2012-12-01 19:35 ` Joe Hershberger
2012-11-22 19:12 ` [U-Boot] [PATCH v2 11/23] sha1sum: Use generic hash layer Simon Glass
2012-11-22 19:12 ` [U-Boot] [PATCH v2 12/23] Add hash command to perform hashing using various algorithms Simon Glass
2012-12-01 19:39 ` Joe Hershberger
2012-11-22 19:12 ` [U-Boot] [PATCH v2 13/23] edid: Library of EDID decode and print Simon Glass
2012-11-22 19:12 ` [U-Boot] [PATCH v2 14/23] edid: Add I2C command for printing the EDID Simon Glass
2012-11-22 19:12 ` [U-Boot] [PATCH v2 15/23] fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD defined Simon Glass
2012-11-22 19:13 ` [U-Boot] [PATCH v2 16/23] mmc: Fix incorrect handling of 'read' & 'write' commands Simon Glass
2012-11-22 19:13 ` [U-Boot] [PATCH v2 17/23] Add console command to access io space registers Simon Glass
2012-11-22 19:13 ` [U-Boot] [PATCH v2 18/23] console: Enable function to display console info Simon Glass
2012-11-22 19:13 ` [U-Boot] [PATCH v2 19/23] tpm: Add TPM stress test Simon Glass
2012-11-22 19:13 ` [U-Boot] [PATCH v2 20/23] Add command to show DRAM configuration Simon Glass
2012-12-01 15:09 ` Simon Glass
2012-11-22 19:13 ` [U-Boot] [PATCH v2 21/23] exynos: Enable hashing functions and EDID for smdk5250 Simon Glass
2012-11-22 19:13 ` [U-Boot] [PATCH v2 22/23] x86: coreboot: Enable io command Simon Glass
2012-11-22 19:13 ` [U-Boot] [PATCH v2 23/23] x86: Add coreboot version to u-boot's version command Simon Glass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1354054331.2317.13@tyr \
--to=scottwood@freescale.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox