strnstr(9) suse man page | unix.com

Man Page: strnstr

Operating Environment: suse

Section: 9

STRNSTR(9)						     Basic C Library Functions							STRNSTR(9)

NAME
strnstr - Find the first substring in a length-limited string
SYNOPSIS
char * strnstr(const char * s1, const char * s2, size_t len);
ARGUMENTS
s1 The string to be searched s2 The string to search for len the maximum number of characters to search
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 STRNSTR(9)
Related Man Pages
strcasestr(3) - mojave
strcmp(3) - netbsd
strncmp(3) - netbsd
strcasestr_l(3) - osx
strstr(3) - osx
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Change directory error
Update kernel Linux without reboot?!
Tar Command
32 bit process addressing more than 4GB