OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
tostringN
usr.bin/awk/proto.h
113
extern char *tostringN(const char *, size_t);
usr.bin/awk/run.c
1994
buf = tostringN(s, strlen(s) * sz + 1);