|
Lines 395-402
Link Here
|
| 395 |
/* |
395 |
/* |
| 396 |
* check if this file meets user specified options match. |
396 |
* check if this file meets user specified options match. |
| 397 |
*/ |
397 |
*/ |
| 398 |
if (sel_chk(arcn) != 0) |
398 |
if (sel_chk(arcn) != 0) { |
|
|
399 |
ftree_notsel(arcn); |
| 399 |
continue; |
400 |
continue; |
|
|
401 |
} |
| 400 |
fd = -1; |
402 |
fd = -1; |
| 401 |
if (uflag) { |
403 |
if (uflag) { |
| 402 |
/* |
404 |
/* |
|
Lines 791-799
Link Here
|
| 791 |
/* |
793 |
/* |
| 792 |
* check if this file meets user specified options |
794 |
* check if this file meets user specified options |
| 793 |
*/ |
795 |
*/ |
| 794 |
if (sel_chk(arcn) != 0) |
796 |
if (sel_chk(arcn) != 0) { |
|
|
797 |
ftree_notsel(arcn); |
| 795 |
continue; |
798 |
continue; |
| 796 |
|
799 |
} |
| 797 |
/* |
800 |
/* |
| 798 |
* if there is already a file in the destination directory with |
801 |
* if there is already a file in the destination directory with |
| 799 |
* the same name and it is newer, skip the one stored on the |
802 |
* the same name and it is newer, skip the one stored on the |