Searched refs:opt (Results 1 - 6 of 6) sorted by relevance

/scripts/
H A Dexport_report.pl65 my (%SYMBOL, %MODULE, %opt, @allcfiles);
67 if (not getopts('hk:o:f',\%opt) or defined $opt{'h'}) {
71 if (defined $opt{'f'}) {
77 if (not defined $opt{'k'}) {
78 $opt{'k'} = "Module.symvers";
81 open (my $module_symvers, '<', $opt{'k'})
82 or die "Sorry, cannot open $opt{'k'}: $!\n";
84 if (defined $opt{'o'}) {
85 open (my $out, '>', $opt{'
[all...]
H A Dpnmtologo.c442 int opt; local
448 opt = getopt(argc, argv, "hn:o:t:");
449 if (opt == -1)
452 switch (opt) {
H A Dunifdef.c243 int opt; local
245 while ((opt = getopt(argc, argv, "i:D:U:I:o:bBcdeKklnsStV")) != -1)
246 switch (opt) {
253 opt = *optarg++;
254 if (opt == 'D')
256 else if (opt == 'U')
/scripts/dtc/
H A Ddtc.c106 int opt; local
116 while ((opt = getopt(argc, argv, "hI:O:o:V:d:R:S:p:fcqb:vH:s"))
118 switch (opt) {
/scripts/kconfig/
H A Dconf.c483 int opt; local
491 while ((opt = getopt_long(ac, av, "", long_opts, NULL)) != -1) {
492 input_mode = (enum input_mode)opt;
493 switch (opt) {
/scripts/mod/
H A Dmodpost.c2108 int opt; local
2113 while ((opt = getopt(argc, argv, "i:I:e:cmsSo:awM:K:")) != -1) {
2114 switch (opt) {

Completed in 75 milliseconds