Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 25 of 741) sorted by relevance

12345678910>>...30

/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0146-kern-misc-Add-function-to-check-printf-format-agains.patch7 The grub_printf_fmt_check() function parses the arguments of an untrusted
9 arguments counts and arguments types. The arguments count in the untrusted
10 format string must be less or equal to the arguments count in the expected
11 format string and both arguments types must match.
19 - the function expects that arguments definitions are always
27 should verify all arguments. So, if validation is not possible for
32 3. Add the max_args argument to check for the maximum allowed arguments
33 count in a printf() string. This should be set to the arguments count
35 return an error if the arguments count is exceeded.
37 The two additional arguments allow us to use parse_printf_arg_fmt() in
[all …]
H A D0141-util-mkimage-Add-an-option-to-import-SBAT-metadata-i.patch112 @@ -123,6 +124,7 @@ struct arguments
121 arguments->prefix = xstrdup (arg);
125 + if (arguments->sbat)
126 + free (arguments->sbat);
128 + arguments->sbat = xstrdup (arg);
135 arguments.memdisk, arguments.pubkeys,
136 arguments.npubkeys, arguments.config,
137 arguments.image_target, arguments.note,
138 - arguments.comp, arguments.dtb);
139 + arguments.comp, arguments.dtb,
[all …]
H A D0143-shim_lock-Only-skip-loading-shim_lock-verifier-with-.patch200 @@ -126,6 +127,7 @@ struct arguments
209 arguments->sbat = xstrdup (arg);
213 + arguments->disable_shim_lock = 1;
220 arguments.npubkeys, arguments.config,
221 arguments.image_target, arguments.note,
222 arguments.comp, arguments.dtb,
223 - arguments.sbat);
224 + arguments.sbat, arguments.disable_shim_lock);
227 grub_util_error (_("cannot sync `%s': %s"), arguments.output ? : "stdout",
/OK3568_Linux_fs/buildroot/package/input-event-daemon/
H A D0001-Support-specifing-devices-in-command-args.patch28 - int result, arguments = 0;
29 + int result, arguments = 0, listen_len = 0;
40 arguments++;
47 + for (arguments = optind; arguments < argc; arguments++) {
53 + conf.listen[listen_len++] = strdup(argv[arguments]);
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Ddbexec.c538 local_info.args = local_info.arguments; in acpi_db_method_thread()
539 local_info.arguments[0] = local_info.num_threads_str; in acpi_db_method_thread()
540 local_info.arguments[1] = local_info.id_of_thread_str; in acpi_db_method_thread()
541 local_info.arguments[2] = local_info.index_of_thread_str; in acpi_db_method_thread()
542 local_info.arguments[3] = NULL; in acpi_db_method_thread()
658 char **arguments, acpi_object_type *types) in acpi_db_create_execution_thread() argument
666 acpi_gbl_db_method_info.args = acpi_gbl_db_method_info.arguments; in acpi_db_create_execution_thread()
671 for (i = 0; (i < ACPI_METHOD_NUM_ARGS) && *arguments; i++) { in acpi_db_create_execution_thread()
672 acpi_gbl_db_method_info.arguments[i] = *arguments; in acpi_db_create_execution_thread()
673 arguments++; in acpi_db_create_execution_thread()
[all …]
H A Ddsmthdat.c64 ACPI_MOVE_32_TO_32(&walk_state->arguments[i].name, in acpi_ds_method_data_init()
67 walk_state->arguments[i].name.integer |= (i << 24); in acpi_ds_method_data_init()
68 walk_state->arguments[i].descriptor_type = ACPI_DESC_TYPE_NAMED; in acpi_ds_method_data_init()
69 walk_state->arguments[i].type = ACPI_TYPE_ANY; in acpi_ds_method_data_init()
70 walk_state->arguments[i].flags = ANOBJ_METHOD_ARG; in acpi_ds_method_data_init()
127 if (walk_state->arguments[index].object) { in acpi_ds_method_data_delete_all()
130 walk_state->arguments[index].object)); in acpi_ds_method_data_delete_all()
134 acpi_ns_detach_object(&walk_state->arguments[index]); in acpi_ds_method_data_delete_all()
249 *node = &walk_state->arguments[index]; in acpi_ds_method_data_get_node()
H A Ddbutils.c38 struct acpi_db_argument_info *arguments) in acpi_db_match_argument() argument
46 for (i = 0; arguments[i].name; i++) { in acpi_db_match_argument()
47 if (strstr(ACPI_CAST_PTR(char, arguments[i].name), in acpi_db_match_argument()
49 user_argument)) == arguments[i].name) { in acpi_db_match_argument()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libidn/libidn/
H A D0001-idn-format-security-warnings.patch7 | ../../libidn-1.32/src/idn.c:172:7: error: format not a string literal and no format arguments [-W…
10 | ../../libidn-1.32/src/idn.c:187:5: error: format not a string literal and no format arguments [-W…
13 | ../../libidn-1.32/src/idn.c:202:4: error: format not a string literal and no format arguments [-W…
16 | ../../libidn-1.32/src/idn.c:220:8: error: format not a string literal and no format arguments [-W…
19 | ../../libidn-1.32/src/idn.c:245:8: error: format not a string literal and no format arguments [-W…
22 | ../../libidn-1.32/src/idn.c:281:6: error: format not a string literal and no format arguments [-W…
25 | ../../libidn-1.32/src/idn.c:340:6: error: format not a string literal and no format arguments [-W…
28 | ../../libidn-1.32/src/idn.c:364:6: error: format not a string literal and no format arguments [-W…
31 | ../../libidn-1.32/src/idn.c:442:8: error: format not a string literal and no format arguments [-W…
34 | ../../libidn-1.32/src/idn.c:498:6: error: format not a string literal and no format arguments [-W…
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dnumeric60 "std::experimental::gcd arguments must be integers");
62 "std::experimental::gcd arguments must be integers");
64 "std::experimental::gcd arguments must not be bool");
66 "std::experimental::gcd arguments must not be bool");
78 "std::experimental::lcm arguments must be integers");
80 "std::experimental::lcm arguments must be integers");
82 "std::experimental::lcm arguments must not be bool");
84 "std::experimental::lcm arguments must not be bool");
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dnumeric60 "std::experimental::gcd arguments must be integers");
62 "std::experimental::gcd arguments must be integers");
64 "std::experimental::gcd arguments must not be bool");
66 "std::experimental::gcd arguments must not be bool");
78 "std::experimental::lcm arguments must be integers");
80 "std::experimental::lcm arguments must be integers");
82 "std::experimental::lcm arguments must not be bool");
84 "std::experimental::lcm arguments must not be bool");
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/
H A Dqgeosatelliteinfosource_geocluemaster.cpp271 QVariantList arguments = message.arguments(); in satelliteChanged() local
272 if (arguments.length() != 5) in satelliteChanged()
275 int timestamp = arguments.at(0).toInt(); in satelliteChanged()
276 int usedSatellites = arguments.at(1).toInt(); in satelliteChanged()
277 int visibleSatellites = arguments.at(2).toInt(); in satelliteChanged()
279 QDBusArgument dbusArgument = arguments.at(3).value<QDBusArgument>(); in satelliteChanged()
284 dbusArgument = arguments.at(4).value<QDBusArgument>(); in satelliteChanged()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A Ddisable-Wvarargs-with-clang.patch9 be to not pass enum to the function with variadic arguments
36 # -Qunused-arguments : clang objects to arguments that it doesn't understand
38 - WARNING_CFLAGS += -Qunused-arguments
39 + WARNING_CFLAGS += -Qunused-arguments -Wno-error=varargs
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.plan97 When booting an image, arguments supplied to the bootm command will be
8 copied to CONFADDR. If no arguments are specified, the contents of the
11 If no command line arguments or bootargs are defined, CONFADDR is left
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dradiotap-headers.rst36 argument bitmap extensions..." above), and the start of the arguments is moved
40 covered by the ieee80211_radiotap_header and any arguments following.
43 Requirements for arguments
46 After the fixed part of the header, the arguments follow for each argument
50 - the arguments are all stored little-endian!
57 - the arguments must be aligned to a boundary of the argument size using
75 - The arguments for a given argument index can be a compound of multiple types
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dbrcm,bcm11351-pinctrl.txt61 - input-schmitt-enable: No arguments. Enable schmitt-trigger mode.
62 - input-schmitt-disable: No arguments. Disable schmitt-trigger mode.
63 - bias-pull-up: No arguments. Pull up on pin.
64 - bias-pull-down: No arguments. Pull down on pin.
65 - bias-disable: No arguments. Disable pin bias.
76 - input-enable: No arguments. Enable input (does not affect
78 - input-disable: No arguments. Disable input (does not affect
91 - bias-disable: No arguments. Disable pin bias.
102 - input-enable: No arguments. Enable input (does not affect
104 - input-disable: No arguments. Disable input (does not affect
[all …]
H A Dpinctrl-mt8183.txt52 "mediatek,pull-down-adv" to support arguments for those special pins.
53 Valid arguments are from 0 to 3.
56 duty cycle when asserted (high pulse width adjustment). Valid arguments
59 duty cycle when asserted (high pulse width adjustment). Valid arguments
62 When config drive-strength, it can support some arguments, such as
82 So the valid arguments of "mediatek,drive-strength-adv" are from 0 to 7.
H A Dpinctrl-mt6797.txt46 Valid arguments for 'slew-rate' are '0' for no slew rate controlled and
47 '1' for slower slew rate respectively. Valid arguments for 'drive-strength'
53 duty cycle when asserted (high pulse width adjustment). Valid arguments
56 duty cycle when asserted (high pulse width adjustment). Valid arguments
H A Dbitmain,bm1880-pinctrl.txt90 - bias-disable: No arguments. Disable pin bias.
91 - bias-pull-down: No arguments. The specified pins should be configured as
93 - bias-pull-up: No arguments. The specified pins should be configured as
95 - input-schmitt-enable: No arguments: Enable schmitt trigger for the specified
97 - input-schmitt-disable: No arguments: Disable schmitt trigger for the specified
/OK3568_Linux_fs/buildroot/package/fakeroot/
H A D0001-fix-prototype-generation.patch54 -/* value. After that come the function arguments with types, and the last */
55 +/* value. After that come the function arguments with types, and the fifth */
56 /* field contains the function arguments without types. */
58 +/* Otherwise it's like the third (function arguments with types). */
/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-reg_print_func.txt32 Some events may have helper functions in the print format arguments.
40 of the helper function, as seen in the print format arguments. The _..._ is a
41 variable list of _tep_func_arg_type_ enums, the _func_ function arguments.
46 trace event parser context. The _func_ and _name_ arguments are the same, used
51 The _args_ is a list of arguments, defined when the helper function was
74 Notice the call to function _yesno()_ in the print arguments. In the kernel
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutexmlparser/
H A Dtst_qgeoroutexmlparser.cpp77 QVariantList arguments = resultsSpy.first(); in test_realData1() local
80 QList<QGeoRoute> results = arguments.at(0).value<QList<QGeoRoute> >(); in test_realData1()
131 QVariantList arguments = resultsSpy.first(); in test_realData2() local
134 QList<QGeoRoute> results = arguments.at(0).value<QList<QGeoRoute> >(); in test_realData2()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js109 var context = this, args = arguments, later, callNow;
136 args = arguments;
275 args = [].slice.call(arguments, 1);
281 this._trigger(type, [].slice.call(arguments, 1));
283 this._trigger(deprecatedType, [].slice.call(arguments, 1));
338 args = [].slice.call(arguments, 1);
375 fn.apply(context, [].slice.call(arguments, 0));
897 this.trigger.apply(this, arguments);
1008 Menu.apply(this, [].slice.call(arguments, 0));
1013 return s.open.apply(this, [].slice.call(arguments, 0));
[all …]
/OK3568_Linux_fs/buildroot/package/argparse/
H A DConfig.in6 positional arguments, options, flags, optional arguments,
/OK3568_Linux_fs/buildroot/package/ogre/
H A D0001-CMake-Utils-PrecompiledHeader.cmake-Add-c-argument-t.patch14 decides what needs to be done based on the rest of the arguments. If the
15 rest of the arguments include a -Wl,... option, it decides that linking
16 needs to be done. If the rest of the arguments are just header files, it
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/cp/
H A Dcp-tree.def79 the remaining operands are the arguments to the initialization function. */
165 It is used without template arguments like TT in C<TT>,
188 /* Like TEMPLATE_TEMPLATE_PARM it is used with bound template arguments
191 template name and its bound arguments. TYPE_NAME is a TYPE_DECL. */
212 parsing had occurred. This is used for default arguments, delayed
218 template, and DEFERRED_NOEXCEPT_ARGS are the template arguments to
225 The second is NULL if there are no explicit arguments, or a
226 TREE_VEC of arguments. The template will be a FUNCTION_DECL,
373 pack stores zero or more arguments that will be used to instantiate
376 ARGUMENT_PACK_ARGS retrieves the arguments stored in the argument
[all …]

12345678910>>...30