Home
last modified time | relevance | path

Searched refs:opt_p (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-main/
Dcli.c282 const char *opt_p = current_opt_p->opt; in cli_opt_usage() local
285 if (opt_p == NULL) in cli_opt_usage()
287 opt_p = current_opt_p->longopt; in cli_opt_usage()
291 opt_length += (int) strlen (opt_p); in cli_opt_usage()
305 printf ("-%s", opt_p); in cli_opt_usage()
309 printf ("--%s", opt_p); in cli_opt_usage()
324 const char *opt_p = current_opt_p->meta; in cli_opt_usage() local
325 int opt_length = (int) (2 + strlen (opt_p)); in cli_opt_usage()
334 printf (" [%s]", opt_p); in cli_opt_usage()
388 const cli_opt_t *opt_p = options_p; in cli_help() local
[all …]
/third_party/node/tools/
Dmk-ca-bundle.pl37 use vars qw($opt_h $opt_i $opt_l $opt_p $opt_q $opt_s $opt_t $opt_v $opt_w);
51 $opt_p = $default_mozilla_trust_purposes . ":" . $default_mozilla_trust_levels;
167 if ( $opt_p !~ m/:/ ) {
172 …ed_mozilla_trust_purposes_string, my $included_mozilla_trust_levels_string) = split( ':', $opt_p );
/third_party/openssl/util/
Dfind-doc-nits26 our($opt_p);
92 if $opt_p and !defined $public{$n};
270 print "# Found ", scalar(@apis), " in $file\n" unless $opt_p;
506 $opt_n = 1 if $opt_p;
558 &publicize() if $opt_p;
/third_party/curl/lib/
Dmk-ca-bundle.pl38 use vars qw($opt_b $opt_d $opt_f $opt_h $opt_i $opt_k $opt_l $opt_m $opt_n $opt_p $opt_q $opt_s $op…
73 $opt_p = $default_mozilla_trust_purposes . ":" . $default_mozilla_trust_levels;
270 if ( $opt_p !~ m/:/ ) {
275 …ed_mozilla_trust_purposes_string, my $included_mozilla_trust_levels_string) = split( ':', $opt_p );
/third_party/mksh/
Dcheck.pl255 die "$prog: no program specified (use -p)\n" if !defined $opt_p;
257 $test_prog = $opt_p;