FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
AR_D
usr.bin/ar/ar.c
150
bsdar->options |= AR_D;
usr.bin/ar/ar.c
287
bsdar->options |= AR_D;
usr.bin/ar/write.c
137
if (bsdar->options & AR_D) {
usr.bin/ar/write.c
674
if ((bsdar->options & AR_D) == 0)