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 3.10 June 2014 STRNSTR(9)
| Related Man Pages |
|---|
| strcasestr_l(3) - freebsd |
| strcasestr_l(3) - mojave |
| strstr(3) - freebsd |
| strcmp(3) - netbsd |
| strcasestr_l(3) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| DB2 convert digits to binary format |
| CentOS7 restoring file capabilities |
| [TIP] Processing YAML files with yq |
| Please Welcome Dave Munro to the Moderator Team! |