FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
confstr
include/unistd.h
381
size_t confstr(int, char *, size_t);
usr.bin/getconf/getconf.c
168
len = confstr(key, 0, 0);
usr.bin/getconf/getconf.c
179
confstr(key, buf, len);
usr.bin/getconf/getconf.c
241
len = confstr(key, 0, 0);
usr.bin/getconf/getconf.c
250
confstr(key, buf, len);