OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
Strchr
bin/csh/str.c
199
Strchr(Char *str, int ch)
lib/libedit/tokenizer.c
64
#define Strchr(s, c) strchr(s, c)
lib/libedit/tokenizer.c
71
#define Strchr(s, c) wcschr(s, c)