STRNCHR(9) Basic C Library Functions STRNCHR(9)NAMEstrnchr - Find a character in a length limited stringSYNOPSISchar * strnchr(const char * s, size_t count, int c);ARGUMENTSs The string to be searched count The number of characters to be searched c The character to search forCOPYRIGHTKernel Hackers Manual 3.10 June 2014 STRNCHR(9)
| Related Man Pages |
|---|
| strcasestr_l(3) - freebsd |
| string(3) - bsd |
| strncasecmp(3) - bsd |
| strcasestr(3) - osx |
| strnstr(3) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Tar Command |
| Docker learning Phase-I |
| Shopt -s histappend |
| CentOS 6 ran out of space, need to reclaim it |
| [TIP] Processing YAML files with yq |