STRNICMP(9) Basic C Library Functions STRNICMP(9)NAMEstrnicmp - Case insensitive, length-limited string comparisonSYNOPSISint strnicmp(const char * s1, const char * s2, size_t len);ARGUMENTSs1 One string s2 The other string len the maximum number of characters to compareCOPYRIGHTKernel Hackers Manual 3.10 June 2014 STRNICMP(9)
| Related Man Pages |
|---|
| rangecheck(3) - debian |
| ssp(3) - netbsd |
| strcmp(3) - netbsd |
| strings(3) - netbsd |
| strcasecmp_l(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Apache config issue |
| Compiling problem - AIX 7.2 |