Query: memcchr
OS: freebsd
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MEMCCHR(9) BSD Kernel Developer's Manual MEMCCHR(9)NAMEmemcchr -- locate the complement of a byte in byte stringSYNOPSIS#include <sys/libkern.h> void * memcchr(const void *b, int c, size_t len);DESCRIPTIONThe memcchr() function locates the first occurrence of a byte unequal to c (converted to an unsigned char) in string b.RETURN VALUESThe memcchr() function returns a pointer to the byte located, or NULL if no such byte exists within len bytes.SEE ALSOmemchr(3)HISTORYThe memcchr() function first appeared in FreeBSD 10.0.BSDJanuary 1, 2012 BSD
Related Man Pages |
---|
strchr(3) - freebsd |
bstring(3) - netbsd |
memrchr(3) - netbsd |
bstring(3) - freebsd |
memrchr(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Reason for no directory creation date |
Valid separator in time and date format |
UNIX Environment Setup - (Just starting!) |
Controlling user input |