Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
zclose
tools/lib/bpf/libbpf.c
328
# define zclose(fd) ({ \
tools/testing/selftests/bpf/prog_tests/token.c
92
#define zclose(fd) do { if (fd >= 0) close(fd); fd = -1; } while (0)