memcchr(9) freebsd man page | unix.com

Man Page: memcchr

Operating Environment: freebsd

Section: 9

MEMCCHR(9)						   BSD Kernel Developer's Manual						MEMCCHR(9)

NAME
memcchr -- locate the complement of a byte in byte string
SYNOPSIS
#include <sys/libkern.h> void * memcchr(const void *b, int c, size_t len);
DESCRIPTION
The memcchr() function locates the first occurrence of a byte unequal to c (converted to an unsigned char) in string b.
RETURN VALUES
The memcchr() function returns a pointer to the byte located, or NULL if no such byte exists within len bytes.
SEE ALSO
memchr(3)
HISTORY
The memcchr() function first appeared in FreeBSD 10.0.
BSD
January 1, 2012 BSD
Related Man Pages
memrchr(3) - redhat
strchr(3) - freebsd
memmem(3) - netbsd
memrchr(3) - netbsd
index(3) - osx
Similar Topics in the Unix Linux Community
The Whole Story on #! /usr/bin/ksh
Scripts without shebang
Memory Leaks
A simple UNIXtime component in Vue.js
Reason for no directory creation date