FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
towcs
usr.bin/join/join.c
102
static wchar_t *towcs(const char *);
usr.bin/join/join.c
399
if ((w1 = towcs(s1)) == NULL || (w2 = towcs(s2)) == NULL)