Searched refs:AR_B (Results 1 - 3 of 3) sorted by last modified time

/freebsd-10.0-release/usr.bin/ar/
H A Dar.c168 bsdar->options |= AR_B;
247 if (bsdar->options & AR_A && bsdar->options & AR_B)
259 if (bsdar->options & (AR_A | AR_B)) {
272 if (bsdar->options & AR_B)
H A Dar.h35 #define AR_B 0x0002 /* position-before */ macro
H A Dwrite.c245 if (bsdar->options & AR_B) {
447 if (bsdar->options & AR_A || bsdar->options & AR_B) {
460 bsdar->options &= ~(AR_A | AR_B);

Completed in 325 milliseconds