centos man page for strnstr

Query: strnstr

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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 3.10 June 2014 STRNSTR(9)
Related Man Pages
strstr(3) - freebsd
strncmp(3) - netbsd
strcasestr_l(3) - osx
strstr(3) - osx
strnstr(3) - freebsd
Similar Topics in the Unix Linux Community
Weird 'find' results
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
[TIP] Processing YAML files with yq