Searched refs:ARGV (Results 1 – 10 of 10) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/data_files/ |
D | print_c.pl | 9 if (!@ARGV || $ARGV[0] == '--help') { 21 my $pp_name = @ARGV > 1 ? shift @ARGV : undef; 22 my $name = shift @ARGV;
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | generate_features.pl | 10 if( @ARGV ) { 11 die "Invalid number of arguments" if scalar @ARGV != 3; 12 ($include_dir, $data_dir, $feature_file) = @ARGV;
|
D | generate_query_config.pl | 33 if( @ARGV ) { 34 …: $0 [MBED_TLS_CONFIG_FILE PSA_CRYPTO_CONFIG_FILE TEMPLATE_FILE OUTPUT_FILE]" if scalar @ARGV != 4; 35 …edtls_config_file, $psa_crypto_config_file, $query_config_format_file, $query_config_file) = @ARGV;
|
D | config.pl | 10 exec 'python3', $py, @ARGV; 12 exec 'python', $py, @ARGV;
|
D | massif_max.pl | 14 die unless @ARGV == 1; 17 open my $fh, '<', $ARGV[0] or die;
|
D | generate_errors.pl | 16 if( @ARGV ) { 17 die "Invalid number of arguments" if scalar @ARGV != 3; 18 ($include_dir, $data_dir, $error_file) = @ARGV;
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | test-ref-configs.pl | 52 if ($#ARGV >= 0) { 53 foreach my $conf_name ( @ARGV ) { 58 @configs_to_test = @ARGV;
|
D | tcp_client.pl | 79 if (@ARGV != 4) { 83 my ($host, $port, $data1, $response1) = @ARGV;
|
D | recursion.pl | 29 die "Usage: $0 file.c [...]\n" unless @ARGV;
|
/openthread-latest/src/lib/platform/ |
D | reset_util.h | 66 #define OT_SETUP_RESET_JUMP(ARGV) argument
|