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

/freebsd-11.0-release/usr.bin/ar/
H A Dar.h39 #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.c199 if (bsdar->options & AR_O)
/freebsd-11.0-release/contrib/elftoolchain/ar/
H A Dar.h41 #define AR_O 0x0020 /* preserve original mtime when extracting */ macro
H A Dar.c223 bsdar->options |= AR_O;
314 if (bsdar->options & AR_O)
H A Dread.c186 if (bsdar->options & AR_O)

Completed in 231 milliseconds