Home
last modified time | relevance | path

Searched refs:arg (Results 1 – 25 of 30) sorted by relevance

12

/scripts/
DMakefile.gcc-plugins9 …DISABLE_LATENT_ENTROPY_PLUGIN += -fplugin-arg-latent_entropy_plugin-disable -ULATENT_ENTROPY_PLUGIN
17 += -fplugin-arg-structleak_plugin-verbose
19 += -fplugin-arg-structleak_plugin-byref
21 += -fplugin-arg-structleak_plugin-byref-all
23 DISABLE_STRUCTLEAK_PLUGIN += -fplugin-arg-structleak_plugin-disable
33 += -fplugin-arg-randomize_layout_plugin-performance-mode
39 += -fplugin-arg-stackleak_plugin-track-min-size=$(CONFIG_STACKLEAK_TRACK_MIN_SIZE)
41 += -fplugin-arg-stackleak_plugin-arch=$(SRCARCH)
43 DISABLE_STACKLEAK_PLUGIN += -fplugin-arg-stackleak_plugin-disable
49 DISABLE_ARM_SSP_PER_TASK_PLUGIN += -fplugin-arg-arm_ssp_per_task_plugin-disable
Dshow_delta83 for arg in sys.argv[1:]:
84 if arg=="-b":
86 elif arg=="-h":
89 filein = arg
Dkernel-doc1250 foreach my $arg (split /;/, $content) {
1251 next if ($arg =~ m/^\s*$/);
1252 if ($arg =~ m/^([^\(]+\(\*?\s*)([\w\.]*)(\s*\).*)/) {
1267 $arg =~ s/^\s+//;
1268 $arg =~ s/\s+$//;
1270 $arg =~ s/:\s*\d+\s*//g;
1272 $arg =~ s/\[.*\]//g;
1279 $arg =~ s/\s*,\s*/,/g;
1280 if ($arg =~ m/(.*)\s+([\S+,]+)/) {
1284 $newmember .= "$arg; ";
[all …]
Dsphinx-pre-install870 my $arg = shift(@ARGV);
872 if ($arg eq "--no-virtualenv") {
874 } elsif ($arg eq "--no-pdf"){
876 } elsif ($arg eq "--version-check"){
Dget_abi.pl37 my ($cmd, $arg) = @ARGV;
40 pod2usage(2) if ($cmd eq "search" && !$arg);
456 next if (!($what =~ m/($arg)/));
Dsorttable.h127 static void *sort_orctable(void *arg) in sort_orctable() argument
133 unsigned int *orc_ip_size = (unsigned int *)arg; in sort_orctable()
Dcheckpatch.pl4271 for my $arg (split(/\s*,\s*/, $ctx)) {
4272 …if ($arg =~ /^(?:const\s+)?($Ident)(?:\s+$Sparse)*\s*\**\s*(:?\b$Ident)?$/s || $arg =~ /^($Ident)$…
6023 foreach my $arg (@def_args) {
6024 next if ($arg =~ /\.\.\./);
6025 next if ($arg =~ /^type$/i);
6027 …__stringify|typeof|__typeof__|__builtin\w+|typecheck\s*\(\s*$Type\s*,|\#+)\s*\(*\s*$arg\s*\)*\b//g;
6028 $tmp_stmt =~ s/\#+\s*$arg\b//g;
6029 $tmp_stmt =~ s/\b$arg\s*\#\#//g;
6030 my $use_cnt = () = $tmp_stmt =~ /\b$arg\b/g;
6033 "Macro argument reuse '$arg' - possible side-effects?\n" . "$herectx");
[all …]
/scripts/dtc/
Dfdtput.c56 static int encode_value(struct display_info *disp, char **arg, int arg_count, in encode_value() argument
75 for (; arg_count > 0; arg++, arg_count--, upto += len) { in encode_value()
78 len = strlen(*arg) + 1; in encode_value()
95 memcpy(ptr, *arg, len); in encode_value()
100 sscanf(*arg, fmt, &ival); in encode_value()
222 char **arg, int arg_count) in do_fdtput() argument
239 if (disp->auto_path && create_paths(blob, *arg)) in do_fdtput()
241 if (encode_value(disp, arg + 2, arg_count - 2, &value, &len) || in do_fdtput()
242 store_key_value(blob, *arg, arg[1], value, len)) in do_fdtput()
246 for (; ret >= 0 && arg_count--; arg++) { in do_fdtput()
[all …]
Ddtc.c168 const char *arg; in main() local
270 arg = "-"; in main()
272 arg = argv[optind]; in main()
287 inform = guess_input_format(arg, "dts"); in main()
300 dti = dt_from_source(arg); in main()
302 dti = dt_from_fs(arg); in main()
304 dti = dt_from_blob(arg); in main()
Dfdtget.c237 char **arg, int arg_count, int args_per_step) in do_fdtget() argument
248 node = fdt_path_offset(blob, arg[i]); in do_fdtget()
254 report_error(arg[i], node); in do_fdtget()
258 prop = args_per_step == 1 ? NULL : arg[i + 1]; in do_fdtget()
/scripts/gdb/linux/
Ddevice.py103 def invoke(self, arg, from_tty): argument
104 if not arg:
110 bus = get_bus_by_name(arg)
112 raise gdb.GdbError("Can't find bus {!r}".format(arg))
123 def invoke(self, arg, from_tty): argument
124 if not arg:
130 cls = get_class_by_name(arg)
141 def invoke(self, arg, from_tty): argument
142 if not arg:
144 dev = gdb.parse_and_eval(arg)
Dproc.py29 def invoke(self, arg, from_tty): argument
43 def invoke(self, arg, from_tty): argument
88 def invoke(self, arg, from_tty): argument
103 def invoke(self, arg, from_tty): argument
151 def invoke(self, arg, from_tty): argument
152 argv = gdb.string_to_argv(arg)
233 def invoke(self, arg, from_tty): argument
238 if len(arg) == 0:
241 filename = arg
Dconfig.py20 def invoke(self, arg, from_tty): argument
21 if len(arg) == 0:
24 filename = arg
Dlists.py124 def invoke(self, arg, from_tty): argument
125 argv = gdb.string_to_argv(arg)
Dsymbols.py166 def invoke(self, arg, from_tty): argument
167 self.module_paths = [os.path.expanduser(p) for p in arg.split()]
Dgenpd.py72 def invoke(self, arg, from_tty): argument
Dclk.py43 def invoke(self, arg, from_tty): argument
Dmodules.py70 def invoke(self, arg, from_tty): argument
Dtasks.py75 def invoke(self, arg, from_tty): argument
Dcpus.py132 def invoke(self, arg, from_tty): argument
/scripts/atomic/
Dgen-atomic-long.sh11 local arg="$1"; shift
17 printf "($(gen_param_type "${arg}" "${int}" "${atomic}"))"
28 local arg="$(gen_param_name "$1")"
29 printf "${cast}${arg}"
Datomic-tbl.sh113 local arg="$1"; shift
116 local name="$(gen_param_name "${arg}")"
117 local type="$(gen_param_type "${arg}" "${int}" "${atomic}")"
Dgen-atomic-instrumented.sh12 local arg="$1"; shift
14 local name="$(gen_param_name "${arg}")"
/scripts/selinux/mdp/
Dmdp.c46 char **arg, *polout, *ctxout; in main() local
52 arg = argv+1; in main()
55 arg++; in main()
57 polout = *arg++; in main()
58 ctxout = *arg; in main()
/scripts/package/
Dbuilddeb205 test -d $debhookdir/$script.d && run-parts --arg="$version" --arg="/$installed_image_path" $debhook…

12