NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
BUF_SIZ
usr.bin/qsubst/qsubst.c
133
static char buf[(BUF_SIZ * 2) + 2];
usr.bin/qsubst/qsubst.c
563
if (s1l > BUF_SIZ) {
usr.bin/qsubst/qsubst.c
565
__progname, BUF_SIZ);