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

/freebsd-10.1-release/usr.bin/ar/
H A Dar.h43 #define AR_U 0x0200 /* only extract or update newer members.*/ macro
H A Dar.c220 bsdar->options |= AR_U;
284 if (bsdar->options & AR_U)
H A Dread.c181 if (bsdar->options & AR_U &&
H A Dwrite.c164 if (mtime != 0 && bsdar->options & AR_U && sb.st_mtime <= mtime)

Completed in 55 milliseconds