MEMCHR_INV(9) Basic C Library Functions MEMCHR_INV(9)NAMEmemchr_inv - Find an unmatching character in an area of memory.SYNOPSISvoid * memchr_inv(const void * start, int c, size_t bytes);ARGUMENTSstart The memory area c Find a character other than c bytes The size of the area.DESCRIPTIONreturns the address of the first character other than c, or NULL if the whole buffer contains just c.COPYRIGHTKernel Hackers Manual 3.10 June 2014 MEMCHR_INV(9)
| Related Man Pages |
|---|
| bzero(3c) - opensolaris |
| memcpy(3) - ultrix |
| memccpy(3) - ultrix |
| memmove(3) - ultrix |
| bcmp(3c) - sunos |
| Similar Topics in the Unix Linux Community |
|---|
| How to increment version inside a file? |
| Tar Command |
| Unsure why access time on a directory change isn't changing |
| Controlling user input |
| [TIP] Processing YAML files with yq |