Searched refs:AR_C (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/elftoolchain/ar/
H A Dar.h38 #define AR_C 0x0004 /* creating new archive */ macro
H A Dar.c190 bsdar->options |= AR_C;
309 if (bsdar->options & AR_C)
H A Dwrite.c395 if (!(bsdar->options & AR_C))
/freebsd-12-stable/usr.bin/ar/
H A Dar.h38 #define AR_C 0x0004 /* creating new archive */ macro
H A Dar.c186 bsdar->options |= AR_C;
296 if (bsdar->options & AR_C)
H A Dwrite.c414 if (!(bsdar->options & AR_C))

Completed in 112 milliseconds