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

/freebsd-11-stable/usr.bin/ar/
H A Dar.h41 #define AR_O 0x0020 /* preserve original mtime when extracting */ macro
H A Dar.c210 bsdar->options |= AR_O;
302 if (bsdar->options & AR_O)
H A Dread.c203 if (bsdar->options & AR_O)
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dar.h41 #define AR_O 0x0020 /* preserve original mtime when extracting */ macro
H A Dar.c224 bsdar->options |= AR_O;
315 if (bsdar->options & AR_O)
H A Dread.c200 if (bsdar->options & AR_O)

Completed in 171 milliseconds