NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
kasan_strchr
sys/lib/libkern/libkern.h
398
char *kasan_strchr(const char *, int);
sys/lib/libkern/libkern.h
401
#define strchr(s, c) kasan_strchr(s, c)