Home
last modified time | relevance | path

Searched refs:AR_B (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/elftoolchain/ar/
H A Dar.c184 bsdar->options |= AR_B; in main()
282 if (bsdar->options & AR_A && bsdar->options & AR_B) in main()
294 if (bsdar->options & (AR_A | AR_B)) { in main()
307 if (bsdar->options & AR_B) in main()
H A Dar.h37 #define AR_B 0x0002 /* position-before */ macro
H A Dwrite.c226 if (bsdar->options & AR_B) { in insert_obj()
443 if (bsdar->options & AR_A || bsdar->options & AR_B) { in ar_write_archive()
457 bsdar->options &= ~(AR_A | AR_B); in ar_write_archive()
/freebsd/usr.bin/ar/
H A Dar.c179 bsdar->options |= AR_B; in main()
265 if (bsdar->options & AR_A && bsdar->options & AR_B) in main()
275 if (bsdar->options & (AR_A | AR_B)) { in main()
291 if (bsdar->options & AR_B) in main()
H A Dar.h35 #define AR_B 0x0002 /* position-before */ macro
H A Dwrite.c209 if (bsdar->options & AR_B) { in insert_obj()
415 if (bsdar->options & AR_A || bsdar->options & AR_B) { in ar_write_archive()
428 bsdar->options &= ~(AR_A | AR_B); in ar_write_archive()