[libc-commits] [PATCH] D141236: [libc] Implement str{,n}casecmp

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Sun Jan 8 13:47:41 PST 2023


abrachet created this revision.
abrachet added reviewers: lntue, michaelrj, sivachandra.
Herald added subscribers: ecnelises, tschuett.
Herald added a project: All.
abrachet requested review of this revision.

https://reviews.llvm.org/D141236

Files:
  libc/config/baremetal/entrypoints.txt
  libc/config/darwin/arm/entrypoints.txt
  libc/config/gpu/entrypoints.txt
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/arm/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/config/windows/entrypoints.txt
  libc/spec/bsd_ext.td
  libc/src/string/CMakeLists.txt
  libc/src/string/strcasecmp.cpp
  libc/src/string/strcasecmp.h
  libc/src/string/strncasecmp.cpp
  libc/src/string/strncasecmp.h
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/strcasecmp_test.cpp
  libc/test/src/string/strcmp_test.cpp
  libc/test/src/string/strncasecmp_test.cpp
  libc/test/src/string/strncmp_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141236.487230.patch
Type: text/x-patch
Size: 14934 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230108/707727b3/attachment-0001.bin>


More information about the libc-commits mailing list