audk/StdLib/LibC/String
Daryl McDaniel 3a2f8f4216 StdLib: Fix pointer arithmetic issues in the strncasecmp function.
The original Linux code tried to be too fancy so the internal pointers got out of sync.
Rewrote the function to at least be more clear.
Regardless, it now works properly.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <daryl.mcdaniel@intel.com>
Reviewed by: matthew.stanbro@intel.com
Reviewed by: erik.c.bjorge@intel.com


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14664 6f19259b-4bc3-4df7-8a09-765794883524
2013-09-13 00:46:19 +00:00
..
Comparison.c StdLib: Fix strcmp so that comparisons are case sensitive. Simplified code for strcasecmp. 2011-11-01 00:19:51 +00:00
Concatenation.c
Copying.c
ErrorList.c
Misc.c
Searching.c
String.inf Add Socket Libraries. 2011-07-30 00:30:44 +00:00
strlcat.c Add Socket Libraries. 2011-07-30 00:30:44 +00:00
strlcpy.c Add Socket Libraries. 2011-07-30 00:30:44 +00:00
strncasecmp.c StdLib: Fix pointer arithmetic issues in the strncasecmp function. 2013-09-13 00:46:19 +00:00
strsep.c Add Socket Libraries. 2011-07-30 00:30:44 +00:00