Home
last modified time | relevance | path

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

/third_party/curl/tests/
Dtest971.pl95 my @cmdopts = cmdfiles($cmddir);
101 for my $c (sort @cmdopts) {
/third_party/node/deps/openssl/openssl/util/
Dfind-doc-nits1069 my @cmdopts;
1088 push @cmdopts, $1;
1092 push @cmdopts, @{ $genopts{$1} };
1120 my @undocced = sort grep { !defined $docopts{$_} } @cmdopts;
1126 my @unimpl = sort grep { my $e = $_; !(grep /^\Q$e\E$/, @cmdopts) } keys %docopts;
/third_party/openssl/util/
Dfind-doc-nits1069 my @cmdopts;
1088 push @cmdopts, $1;
1092 push @cmdopts, @{ $genopts{$1} };
1120 my @undocced = sort grep { !defined $docopts{$_} } @cmdopts;
1126 my @unimpl = sort grep { my $e = $_; !(grep /^\Q$e\E$/, @cmdopts) } keys %docopts;
/third_party/toybox/toys/pending/
Dmodprobe.c36 char *cmdopts;
432 if (m == m2) options = add_opts(options, TT.cmdopts); in go_probe()
505 TT.cmdopts = add_cmdopt(argv); in modprobe_main()
/third_party/toybox/generated/
Dglobals.h805 char *cmdopts; member