Searched refs:ARGV (Results 1 – 10 of 10) sorted by relevance
/openthread-3.4.0/third_party/mbedtls/repo/tests/data_files/ |
D | print_c.pl | 21 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/ |
D | generate_features.pl | 22 if( @ARGV ) { 23 die "Invalid number of arguments" if scalar @ARGV != 3; 24 ($include_dir, $data_dir, $feature_file) = @ARGV;
|
D | config.pl | 21 exec 'python3', $py, @ARGV; 23 exec 'python', $py, @ARGV;
|
D | rename.pl | 41 while( @ARGV && $ARGV[0] =~ /^-/ ) { 82 if ( not defined($ARGV[0]) ){ die $usage; }
|
D | massif_max.pl | 26 die unless @ARGV == 1; 29 open my $fh, '<', $ARGV[0] or die;
|
D | generate_errors.pl | 28 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/ |
D | test-ref-configs.pl | 51 if ($#ARGV >= 0) { 55 foreach my $conf_name (@ARGV) {
|
D | tcp_client.pl | 91 if (@ARGV != 4) { 95 my ($host, $port, $data1, $response1) = @ARGV;
|
D | recursion.pl | 41 die "Usage: $0 file.c [...]\n" unless @ARGV;
|
/openthread-3.4.0/src/lib/platform/ |
D | reset_util.h | 66 #define OT_SETUP_RESET_JUMP(ARGV) argument
|