FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
STDIN_BUF_SZ
usr.sbin/extattr/rmextattr.c
105
char stdin_data[STDIN_BUF_SZ];
usr.sbin/extattr/rmextattr.c
201
while ((error = read(0, stdin_data, STDIN_BUF_SZ)) > 0)