Lines Matching refs:tested
2500 static int value = 0, tested = 0; in canSymlink() local
2501 if (tested) in canSymlink()
2504 ++tested; in canSymlink()
2532 static int tested = 0, value = 0; in canBzip2() local
2533 if (!tested) { in canBzip2()
2534 tested = 1; in canBzip2()
2547 static int tested = 0, value = 0; in canGrzip() local
2548 if (!tested) { in canGrzip()
2549 tested = 1; in canGrzip()
2562 static int tested = 0, value = 0; in canGzip() local
2563 if (!tested) { in canGzip()
2564 tested = 1; in canGzip()
2577 static int tested = 0, value = 0; in canRunCommand() local
2578 if (!tested) { in canRunCommand()
2579 tested = 1; in canRunCommand()
2589 static int tested = 0, value = 0; in canLrzip() local
2590 if (!tested) { in canLrzip()
2591 tested = 1; in canLrzip()
2604 static int tested = 0, value = 0; in canLz4() local
2605 if (!tested) { in canLz4()
2606 tested = 1; in canLz4()
2619 static int tested = 0, value = 0; in canZstd() local
2620 if (!tested) { in canZstd()
2621 tested = 1; in canZstd()
2634 static int tested = 0, value = 0; in canLzip() local
2635 if (!tested) { in canLzip()
2636 tested = 1; in canLzip()
2649 static int tested = 0, value = 0; in canLzma() local
2650 if (!tested) { in canLzma()
2651 tested = 1; in canLzma()
2664 static int tested = 0, value = 0; in canLzop() local
2665 if (!tested) { in canLzop()
2666 tested = 1; in canLzop()
2679 static int tested = 0, value = 0; in canXz() local
2680 if (!tested) { in canXz()
2681 tested = 1; in canXz()