STRNSTR(9) Basic C Library Functions STRNSTR(9)NAMEstrnstr - Find the first substring in a length-limited stringSYNOPSISchar * strnstr(const char * s1, const char * s2, size_t len);ARGUMENTSs1 The string to be searched s2 The string to search for len the maximum number of characters to searchCOPYRIGHTKernel Hackers Manual 2.6. July 2010 STRNSTR(9)
| Related Man Pages |
|---|
| strcasestr_l(3) - mojave |
| strnstr(3) - mojave |
| strcasestr(3) - osx |
| strcasestr_l(3) - osx |
| strcasestr(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Cut command on RHEL 6.8 compatibility issues |
| Update kernel Linux without reboot?! |
| SOCKS proxy & PAM configuration exposure |
| Shopt -s histappend |