Home
last modified time | relevance | path

Searched full:dashes (Results 1 – 25 of 48) sorted by relevance

12

/openbmc/qemu/util/
H A Dqsp.c703 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 Dxilinx.txt38 and all underscores '_' converted to dashes '-'.
43 converted to dashes '-'.
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch
/openbmc/openbmc-test-automation/lib/
H A Dgen_cmd.py573 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 Dvar_funcs.py538 …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 Dimportlayer.html41 …-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 Dopenbmc_dbus_rest_test.cpp20 EXPECT_TRUE(validateFilename("-Dashes-")); in TEST()
/openbmc/linux/Documentation/admin-guide/gpio/
H A Dgpio-aggregator.rst49 GPIO offset ranges denoted by dashes.
/openbmc/openbmc/poky/bitbake/doc/
H A Dbitbake.141 options starting with two dashes (`-').
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dc-code-gen.rst22 and with dashes (``-``) replaced by underscores (``_``).
/openbmc/linux/drivers/acpi/acpica/
H A Dutuuid.c95 /* Insert required hyphens (dashes) */ in acpi_ut_convert_uuid_to_string()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dclassextend.py35 # Assume large numbers of dashes means a triplet is present and we don't need to convert
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-thermal8 dashes.
/openbmc/linux/Documentation/dev-tools/kunit/
H A Dstyle.rst60 Names should use underscores, not dashes, to separate words. Prefer
/openbmc/linux/Documentation/netlink/
H A Dgenetlink.yaml204 the prefix with the upper case name of the command, with dashes replaced by underscores.
H A Dgenetlink-c.yaml235 the prefix with the upper case name of the command, with dashes replaced by underscores.
H A Dgenetlink-legacy.yaml274 the prefix with the upper case name of the command, with dashes replaced by underscores.
H A Dnetlink-raw.yaml281 the prefix with the upper case name of the command, with dashes replaced by underscores.
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.18.rst56 - manuals: replace hyphens with em dashes
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.rst30 Hyphens (dashes) and underscores are equivalent in parameter names, so::
/openbmc/linux/include/acpi/
H A Dacconfig.h211 /* Positions for required hyphens (dashes) in UUID strings */
/openbmc/openbmc-test-automation/gui/lib/
H A Dresource.robot211 Print Dashes 0 100 1 =
/openbmc/openbmc/meta-raspberrypi/docs/
H A Dconf.py175 # If true, SmartyPants will be used to convert quotes and dashes to
/openbmc/linux/tools/testing/kunit/
H A Dkunit_parser.py479 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 Dparse-options.h63 * the long option name, without the leading dashes, NULL if none.

12