View Issue Details

IDProjectCategoryView StatusLast Update
0001818Issue 8 draftsSystem Interfacespublic2024-02-25 17:39
Reporteralanc Assigned To 
PrioritynormalSeverityCommentTypeEnhancement Request
Status NewResolutionOpen 
NameAlan Coopersmith
Organization
User Reference
Sectionstrcasestr
Page NumberN/A
Line NumberN/A
Final Accepted Text
Summary0001818: Add strcasestr() & strcasestr_l()
Descriptionstrcasestr(), a case insensitive version of strstr(), is a popular extension
implemented on many platforms already. Many of them also offer the strcasestr_l() variant to specify the locale to be used for determining
matching characters.

FreeBSD: https://man.freebsd.org/cgi/man.cgi?query=strcasestr&sektion=3
illumos: https://illumos.org/man/3C/strcasestr
Linux (GNU libc): https://man7.org/linux/man-pages/man3/strcasestr.3.html
MacOS: https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/strcasestr.3.html
NetBSD: https://man.netbsd.org/strcasestr.3
OpenBSD: https://man.openbsd.org/strcasestr.3
Solaris: https://docs.oracle.com/cd/E88353_01/html/E37843/strcasestr-3c.html
Desired ActionAdd strcasestr() & strcasestr_l() to Issue 9
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-02-25 17:39 alanc New Issue
2024-02-25 17:39 alanc Name => Alan Coopersmith
2024-02-25 17:39 alanc Section => strcasestr
2024-02-25 17:39 alanc Page Number => N/A
2024-02-25 17:39 alanc Line Number => N/A