Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/data_files/
Dprint_c.pl9 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/
Dgenerate_features.pl10 if( @ARGV ) {
11 die "Invalid number of arguments" if scalar @ARGV != 3;
12 ($include_dir, $data_dir, $feature_file) = @ARGV;
Dgenerate_query_config.pl33 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;
Dconfig.pl10 exec 'python3', $py, @ARGV;
12 exec 'python', $py, @ARGV;
Dmassif_max.pl14 die unless @ARGV == 1;
17 open my $fh, '<', $ARGV[0] or die;
Dgenerate_errors.pl16 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/
Dtest-ref-configs.pl52 if ($#ARGV >= 0) {
53 foreach my $conf_name ( @ARGV ) {
58 @configs_to_test = @ARGV;
Dtcp_client.pl79 if (@ARGV != 4) {
83 my ($host, $port, $data1, $response1) = @ARGV;
Drecursion.pl29 die "Usage: $0 file.c [...]\n" unless @ARGV;
/openthread-latest/src/lib/platform/
Dreset_util.h66 #define OT_SETUP_RESET_JUMP(ARGV) argument