FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MAX_SERV_LEN
usr.sbin/inetd/builtins.c
779
char service[MAX_SERV_LEN+1];
usr.sbin/inetd/builtins.c
783
if ((len = get_line(s, service, MAX_SERV_LEN)) < 0) {