Home
last modified time | relevance | path

Searched refs:AR_V (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/elftoolchain/ar/
H A Dread.c140 if (bsdar->options & AR_V) { in ar_read_archive()
170 if (bsdar->options & AR_V) { in ar_read_archive()
195 if (bsdar->options & AR_V) in ar_read_archive()
H A Dacpyacc.y403 bsdar->options |= AR_V; in arscp_list()
405 bsdar->options &= ~AR_V; in arscp_list()
432 bsdar->options |= AR_V; in arscp_dir()
434 bsdar->options &= ~AR_V; in arscp_dir()
H A Dar.h46 #define AR_V 0x0400 /* verbose mode */ macro
H A Dar.c254 bsdar->options |= AR_V; in main()
H A Dwrite.c486 if (bsdar->options & AR_V) in ar_write_archive()
524 if (bsdar->options & AR_V) in ar_write_archive()
/freebsd/usr.bin/ar/
H A Dread.c117 if (bsdar->options & AR_V) { in ar_read_archive()
147 if (bsdar->options & AR_V) { in ar_read_archive()
172 if (bsdar->options & AR_V) in ar_read_archive()
H A Dacpyacc.y422 bsdar->options |= AR_V; in arscp_list()
424 bsdar->options &= ~AR_V; in arscp_list()
448 bsdar->options |= AR_V; in arscp_dir()
450 bsdar->options &= ~AR_V; in arscp_dir()
H A Dar.h44 #define AR_V 0x0400 /* verbose mode */ macro
H A Dar.c244 bsdar->options |= AR_V; in main()
H A Dwrite.c457 if (bsdar->options & AR_V) in ar_write_archive()
494 if (bsdar->options & AR_V && nobj != NULL) in ar_write_archive()