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

/freebsd-12-stable/contrib/elftoolchain/ar/
H A Dar.h44 #define AR_TR 0x0100 /* only keep first 15 chars for member name */ macro
H A Dar.c209 bsdar->options |= AR_TR;
H A Dwrite.c102 if (bsdar->options & AR_TR && strlen(bname) > _TRUNCATE_LEN) {
466 if (bsdar->options & AR_TR) {
/freebsd-12-stable/usr.bin/ar/
H A Dar.h44 #define AR_TR 0x0100 /* only keep first 15 chars for member name */ macro
H A Dar.c197 bsdar->options |= AR_TR;
H A Dwrite.c148 if (bsdar->options & AR_TR && strlen(bname) > _TRUNCATE_LEN) {
480 if (bsdar->options & AR_TR) {

Completed in 115 milliseconds