/openbmc/qemu/util/ |
H A D | qsp.c | 703 char *dashes; in pr_report() local 727 /* build a horizontal rule with dashes */ in pr_report() 729 dashes = g_malloc(n_dashes + 1); in pr_report() 730 memset(dashes, '-', n_dashes); in pr_report() 731 dashes[n_dashes] = '\0'; in pr_report() 732 qemu_printf("%s\n", dashes); in pr_report() 752 qemu_printf("%s\n", dashes); in pr_report() 753 g_free(dashes); in pr_report()
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | xilinx.txt | 38 and all underscores '_' converted to dashes '-'. 43 converted to dashes '-'.
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | 0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch |
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_cmd.py | 573 arg_dashes The argument dashes specifier (usually, "-" or "--"). 594 …The caller can change the kind of dashes/delimiters used by specifying "arg_dashes" and/or "arg_de… 597 …then use the specified values for dashes/delims. In the special case of arg_dashes equal to "--",… 631 …argument value is generated). Also, note the use of arg_dashes to change the type of dashes used …
|
H A D | var_funcs.py | 538 …line A line consisting of dashes to represent fields and spaces to deli… 616 …If the 2nd line of report data is a series of dashes and spaces as in the following example, that …
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/ |
H A D | importlayer.html | 41 …-mylayer'. Your layer name must be unique and can only include letters, numbers and dashes"></span> 44 …id="invalid-layer-name-hint">A valid layer name can only include letters, numbers and dashes</span>
|
/openbmc/bmcweb/test/include/ |
H A D | openbmc_dbus_rest_test.cpp | 20 EXPECT_TRUE(validateFilename("-Dashes-")); in TEST()
|
/openbmc/linux/Documentation/admin-guide/gpio/ |
H A D | gpio-aggregator.rst | 49 GPIO offset ranges denoted by dashes.
|
/openbmc/openbmc/poky/bitbake/doc/ |
H A D | bitbake.1 | 41 options starting with two dashes (`-').
|
/openbmc/linux/Documentation/userspace-api/netlink/ |
H A D | c-code-gen.rst | 22 and with dashes (``-``) replaced by underscores (``_``).
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | utuuid.c | 95 /* Insert required hyphens (dashes) */ in acpi_ut_convert_uuid_to_string()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | classextend.py | 35 # Assume large numbers of dashes means a triplet is present and we don't need to convert
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-thermal | 8 dashes.
|
/openbmc/linux/Documentation/dev-tools/kunit/ |
H A D | style.rst | 60 Names should use underscores, not dashes, to separate words. Prefer
|
/openbmc/linux/Documentation/netlink/ |
H A D | genetlink.yaml | 204 the prefix with the upper case name of the command, with dashes replaced by underscores.
|
H A D | genetlink-c.yaml | 235 the prefix with the upper case name of the command, with dashes replaced by underscores.
|
H A D | genetlink-legacy.yaml | 274 the prefix with the upper case name of the command, with dashes replaced by underscores.
|
H A D | netlink-raw.yaml | 281 the prefix with the upper case name of the command, with dashes replaced by underscores.
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.18.rst | 56 - manuals: replace hyphens with em dashes
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.rst | 30 Hyphens (dashes) and underscores are equivalent in parameter names, so::
|
/openbmc/linux/include/acpi/ |
H A D | acconfig.h | 211 /* Positions for required hyphens (dashes) in UUID strings */
|
/openbmc/openbmc-test-automation/gui/lib/ |
H A D | resource.robot | 211 Print Dashes 0 100 1 =
|
/openbmc/openbmc/meta-raspberrypi/docs/ |
H A D | conf.py | 175 # If true, SmartyPants will be used to convert quotes and dashes to
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_parser.py | 479 default_count = 3 # default number of dashes 484 # calculate number of dashes for each side of the divider
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | parse-options.h | 63 * the long option name, without the leading dashes, NULL if none.
|