strnchr(9) centos man page | unix.com

Man Page: strnchr

Operating Environment: centos

Section: 9

STRNCHR(9)						     Basic C Library Functions							STRNCHR(9)

NAME
strnchr - Find a character in a length limited string
SYNOPSIS
char * strnchr(const char * s, size_t count, int c);
ARGUMENTS
s The string to be searched count The number of characters to be searched c The character to search for
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 STRNCHR(9)
Related Man Pages
strcasestr_l(3) - freebsd
strcat(3) - bsd
string(3) - bsd
strlen(3) - bsd
strcasestr_l(3) - osx
Similar Topics in the Unix Linux Community
How to increment version inside a file?
CentOS7 restoring file capabilities
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
Controlling user input