FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
wcspbrk
include/wchar.h
161
wchar_t *wcspbrk(const wchar_t *, const wchar_t *) __pure;
usr.bin/column/column.c
259
(s = wcspbrk(p, separator))) {