Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/tests/data_files/
Dprint_c.pl21 if (!@ARGV || $ARGV[0] == '--help') {
33 my $pp_name = @ARGV > 1 ? shift @ARGV : undef;
34 my $name = shift @ARGV;
/openthread-3.4.0/third_party/mbedtls/repo/scripts/
Dgenerate_features.pl22 if( @ARGV ) {
23 die "Invalid number of arguments" if scalar @ARGV != 3;
24 ($include_dir, $data_dir, $feature_file) = @ARGV;
Dconfig.pl21 exec 'python3', $py, @ARGV;
23 exec 'python', $py, @ARGV;
Drename.pl41 while( @ARGV && $ARGV[0] =~ /^-/ ) {
82 if ( not defined($ARGV[0]) ){ die $usage; }
Dmassif_max.pl26 die unless @ARGV == 1;
29 open my $fh, '<', $ARGV[0] or die;
Dgenerate_errors.pl28 if( @ARGV ) {
29 die "Invalid number of arguments" if scalar @ARGV != 3;
30 ($include_dir, $data_dir, $error_file) = @ARGV;
/openthread-3.4.0/third_party/mbedtls/repo/tests/scripts/
Dtest-ref-configs.pl51 if ($#ARGV >= 0) {
55 foreach my $conf_name (@ARGV) {
Dtcp_client.pl91 if (@ARGV != 4) {
95 my ($host, $port, $data1, $response1) = @ARGV;
Drecursion.pl41 die "Usage: $0 file.c [...]\n" unless @ARGV;
/openthread-3.4.0/src/lib/platform/
Dreset_util.h66 #define OT_SETUP_RESET_JUMP(ARGV) argument