The following issue has been SUBMITTED. 
====================================================================== 
https://austingroupbugs.net/view.php?id=1818 
====================================================================== 
Reported By:                alanc
Assigned To:                
====================================================================== 
Project:                    Issue 8 drafts
Issue ID:                   1818
Category:                   System Interfaces
Type:                       Enhancement Request
Severity:                   Comment
Priority:                   normal
Status:                     New
Name:                       Alan Coopersmith 
Organization:                
User Reference:              
Section:                    strcasestr 
Page Number:                N/A 
Line Number:                N/A 
Final Accepted Text:         
====================================================================== 
Date Submitted:             2024-02-25 17:39 UTC
Last Modified:              2024-02-25 17:39 UTC
====================================================================== 
Summary:                    Add strcasestr() & strcasestr_l()
Description: 
strcasestr(), 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 Action: 
Add strcasestr() & strcasestr_l() to Issue 9
====================================================================== 

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             
======================================================================


Reply via email to