strnchr(9) suse man page | unix.com

Man Page: strnchr

Operating Environment: suse

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 2.6. July 2010 STRNCHR(9)
Related Man Pages
strcat(3) - bsd
strlen(3) - bsd
strncasecmp(3) - bsd
strncpy(3) - bsd
strcasestr_l(3) - osx
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Getting command output to putty window title.
Migrating to UNIX
Cut command on RHEL 6.8 compatibility issues
SOCKS proxy & PAM configuration exposure