Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/ar/
H A Dartest.ksh33 ar_f10="$ar_tmpdir/test10.a"
93 if ! $ar_prog cr $ar_f10 $ar_data1 $ar_data0; then
94 warn "failed to create basic archive $ar_f10"
101 if ! $dump_prog -g $ar_f10 | sed 1d > $ar_f10.dump; then
102 warn "failed to dump archive $ar_f10"
109 if ! $nm_prog -P -tx $ar_f10 > $ar_f10.nm; then
201 if ! compare_files $ar_f10 $alt; then
213 if ! compare_files $ar_f10 $alt; then
263 if ! compare_files $ar_f10 $alt; then
404 if compare_files "$ar_f10" "$alt"; then
[all …]