centos man page for memchr_inv

Query: memchr_inv

OS: centos

Section: 9

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

MEMCHR_INV(9)						     Basic C Library Functions						     MEMCHR_INV(9)

NAME
memchr_inv - Find an unmatching character in an area of memory.
SYNOPSIS
void * memchr_inv(const void * start, int c, size_t bytes);
ARGUMENTS
start The memory area c Find a character other than c bytes The size of the area.
DESCRIPTION
returns the address of the first character other than c, or NULL if the whole buffer contains just c.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 MEMCHR_INV(9)
Related Man Pages
bstring(3c) - opensolaris
bzero(3c) - opensolaris
memmove(3) - ultrix
bcmp(3c) - sunos
bstring(3c) - sunos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Set hard block limit for user using quota
DB2 convert digits to binary format
CentOS7 restoring file capabilities
Unsure why access time on a directory change isn't changing