Searched refs:AR_U (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/usr.bin/ar/
H A Dar.h43 #define AR_U 0x0200 /* only extract or update newer members.*/ macro
H A Dar.c235 bsdar->options |= AR_U;
306 if (bsdar->options & AR_U)
H A Dread.c182 if (bsdar->options & AR_U &&
H A Dwrite.c171 if (mtime != 0 && bsdar->options & AR_U && sb.st_mtime <= mtime)
/freebsd-11.0-release/contrib/elftoolchain/ar/
H A Dar.h45 #define AR_U 0x0200 /* only extract or update newer members.*/ macro
H A Dar.c247 bsdar->options |= AR_U;
318 if (bsdar->options & AR_U)
H A Dread.c169 if (bsdar->options & AR_U &&
H A Dwrite.c133 if (mtime != 0 && bsdar->options & AR_U && sb.st_mtime <= mtime)

Completed in 126 milliseconds