Home
last modified time | relevance | path

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

/freebsd/usr.bin/ar/
H A Dar.h42 #define AR_TR 0x0100 /* only keep first 15 chars for member name */ macro
H A Dar.c195 bsdar->options |= AR_TR; in main()
H A Dwrite.c103 if (bsdar->options & AR_TR && strlen(bname) > _TRUNCATE_LEN) { in create_obj_from_file()
437 if (bsdar->options & AR_TR) { in ar_write_archive()
/freebsd/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; in main()
H A Dwrite.c102 if (bsdar->options & AR_TR && strlen(bname) > _TRUNCATE_LEN) { in create_obj_from_file()
466 if (bsdar->options & AR_TR) { in ar_write_archive()