Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
strcasecmp(3)
Edit
PageHistory
Diff
Info
LikePages
STRCASECMP !!!STRCASECMP NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO ---- !!NAME strcasecmp, strncasecmp - compare two strings ignoring case !!SYNOPSIS __#include __''s1''__, const char *__''s2''__); int strncasecmp(const char *__''s1''__, const char *__''s2''__, size_t__ ''n''__); __ !!DESCRIPTION The __strcasecmp()__ function compares the two strings ''s1'' and ''s2'', ignoring the case of the characters. It returns an integer less than, equal to, or greater than zero if ''s1'' is found, respectively, to be less than, to match, or be greater than ''s2''. The __strncasecmp()__ function is similar, except it only compares the first ''n'' characters of ''s1''. !!RETURN VALUE The __strcasecmp()__ and __strncasecmp()__ functions return an integer less than, equal to, or greater than zero if ''s1'' (or the first ''n'' bytes thereof) is found, respectively, to be less than, to match, or be greater than ''s2''. !!CONFORMING TO BSD 4.4 !!SEE ALSO bcmp(3), memcmp(3), strcmp(3), strcoll(3), strncmp(3) ----
9 pages link to
strcasecmp(3)
:
Man3s
bcmp(3)
memcmp(3)
strcmp(3)
strcoll(3)
string(3)
strncmp(3)
strxfrm(3)
wcscasecmp(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.