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

/scripts/dtc/
H A Ddtc.c114 int opt; local
124 while ((opt = util_getopt_long()) != EOF) {
125 switch (opt) {
/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.c449 int opt; local
455 opt = getopt(argc, argv, "hn:o:t:");
456 if (opt == -1)
459 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/kconfig/
H A Dconf.c494 int opt; local
504 while ((opt = getopt_long(ac, av, "", long_opts, NULL)) != -1) {
505 input_mode = (enum input_mode)opt;
506 switch (opt) {
/scripts/mod/
H A Dmodpost.c2138 int opt; local
2143 while ((opt = getopt(argc, argv, "i:I:e:mnsST:o:awM:K:")) != -1) {
2144 switch (opt) {

Completed in 403 milliseconds