Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
INIT_SZ
usr/src/lib/libc/port/print/asprintf.c
39
char string[INIT_SZ];
usr/src/lib/libc/port/print/asprintf.c
45
ret = vsnprintf(string, INIT_SZ, format, ap);
usr/src/lib/libc/port/print/asprintf.c
48
if (ret < INIT_SZ) {