Searched refs:AR_A (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.bin/ar/
H A Dar.c164 bsdar->options |= AR_A;
247 if (bsdar->options & AR_A && bsdar->options & AR_B)
259 if (bsdar->options & (AR_A | AR_B)) {
270 if (bsdar->options & AR_A)
H A Dar.h34 #define AR_A 0x0001 /* position-after */ macro
H A Dwrite.c249 if (bsdar->options & AR_A) {
447 if (bsdar->options & AR_A || bsdar->options & AR_B) {
460 bsdar->options &= ~(AR_A | AR_B);

Completed in 44 milliseconds