FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MAXMSG
usr.bin/banner/banner.c
1059
if ((message = malloc((size_t)MAXMSG)) == NULL)
usr.bin/banner/banner.c
1062
if (fgets(message, MAXMSG, stdin) == NULL) {