Home
last modified time | relevance | path

Searched refs:spaces (Results 1 – 25 of 83) sorted by relevance

1234

/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/
H A D0001-configure-don-t-report-error-when-the-path-of-Perl-c.patch5 spaces or tabs
27 - as_fn_error $? "The path to your Perl contains spaces or tabs.
28 + : as_fn_error $? "The path to your Perl contains spaces or tabs.
30 Please use a path without spaces and try again." "$LINENO" 5
/openbmc/bmcweb/redfish-core/include/
H A Dsub_route_trie.hpp216 std::string spaces(level, ' '); in debugNodePrint() local
219 BMCWEB_LOG_DEBUG("{}<str>", spaces); in debugNodePrint()
224 BMCWEB_LOG_DEBUG("{} <path>", spaces); in debugNodePrint()
230 BMCWEB_LOG_DEBUG("{}#{}", spaces, kv.first); in debugNodePrint()
235 BMCWEB_LOG_DEBUG("{}{}", spaces, kv.first); in debugNodePrint()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/
H A Deject-2.1.5-spaces.patch1 Kept to help with spaces in the mount path
5 Linux mangles spaces in mount points by changing them to an octal string
18 + * Linux mangles spaces in mount points by changing them to an octal string
/openbmc/bmcweb/http/routing/
H A Dtrie.hpp293 std::string spaces(level, ' '); in debugNodePrint() local
296 BMCWEB_LOG_DEBUG("{}<str>", spaces); in debugNodePrint()
301 BMCWEB_LOG_DEBUG("{} <path>", spaces); in debugNodePrint()
307 BMCWEB_LOG_DEBUG("{}{}", spaces, kv.first); in debugNodePrint()
/openbmc/u-boot/doc/
H A DREADME.fsl-trustzone-components15 - Separates Secure World and Normal World on-chip RAM (OCRAM) spaces.
22 - Separates Secure World and Normal World external memory spaces for bus masters
H A DREADME.ne200033 spaces that could be used by the card.
/openbmc/qemu/tests/qapi-schema/
H A Ddoc-bad-indent.err1 doc-bad-indent.json:7:1: unexpected de-indent (expected at least 2 spaces)
/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-tool/files/
H A D0001-parsec-cli-tests.sh-adapt-to-new-serialNumber-output.patch7 without spaces so support both that and the old with
8 spaces output to pass the test. Not using regular
/openbmc/qemu/
H A D.git-blame-ignore-revs20 # replace TABs with spaces
/openbmc/openbmc/poky/meta/recipes-devtools/distcc/files/
H A Ddefault13 # You can list multiple hosts/networks separated by spaces.
/openbmc/u-boot/doc/device-tree-bindings/video/osd/
H A Dgdsys,ihs_video_out.txt5 - reg: A combination of three register spaces:
/openbmc/ipmitool/lib/
H A Dipmi_fwum.c389 unsigned char spaces[PROG_LENGTH + 1]; in KfwumShowProgress() local
401 memset(spaces, '#', hash); in KfwumShowProgress()
402 spaces[hash] = '\0'; in KfwumShowProgress()
404 printf("%s", spaces); in KfwumShowProgress()
405 memset(spaces, ' ', (PROG_LENGTH - hash)); in KfwumShowProgress()
406 spaces[(PROG_LENGTH - hash)] = '\0'; in KfwumShowProgress()
407 printf("%s", spaces ); in KfwumShowProgress()
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-installer/
H A Dinterpreter.patch7 play games with hashbangs: for now assume that even hashbangs with spaces
8 are simple (assume the spaces are only used to separate arguments) and
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/
H A Deject_2.1.5.bb11 file://eject-2.1.5-spaces.patch \
/openbmc/qemu/docs/devel/
H A Dcode-of-conduct.rst43 This code of conduct applies to all spaces managed by the QEMU project.
47 outside these spaces, when an individual acts as a representative or a
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/
H A D0001-configure.ac.in-not-check-clang-on-host.patch41 dnl> Remove spaces
/openbmc/u-boot/tools/scripts/
H A Ddefine2mk.sed15 # Drop trailing spaces
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A D0001-hiredis-use-default-CC-if-it-is-set.patch10 as CC has spaces in it, just skip it if one was already passed in.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.8/
H A D0001-hiredis-use-default-CC-if-it-is-set.patch10 as CC has spaces in it, just skip it if one was already passed in.
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.cookie.js39 // Replace server-side written pluses with spaces.
/openbmc/openbmc-test-automation/
H A DCONTRIBUTING.md35 - Robot supports delimiting cells with either two or more spaces or with a pipe
36 symbol (e.g. "\|"). Our team has chosen to use spaces rather than the pipe
38 two spaces. There may be some exceptions to this rule.
65 - Use single spaces to make conditions more readable:
79 - When you define or call a Robot keyword, Robot pays no attention to spaces,
82 - Separate words with single spaces.
99 # underscores instead of spaces and 2) the failure to
105 # separate words with single spaces and 2) a failure to capitalize
189 2 spaces between the argument name and the description. Align all
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/liburi-perl/
H A D0001-Skip-TODO-test-cases-that-fail.patch98 - is $u->to, '"foo bar+baz"@example.com', 'address with quoted local part containing spaces is p…
104 +# is $u->to, '"foo bar+baz"@example.com', 'address with quoted local part containing spaces is …
/openbmc/qemu/docs/interop/
H A Dqemu-ga.rst105 Comma-separated list of RPCs to disable (no spaces, use ``--block-rpcs=help``
110 Comma-separated list of RPCs to enable (no spaces, use ``--allow-rpcs=help``
/openbmc/qemu/hw/riscv/
H A Driscv-iommu.h83 QLIST_HEAD(, RISCVIOMMUSpace) spaces;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/
H A Dhiredis-use-default-CC-if-it-is-set.patch10 as CC has spaces in it, just skip it if one was already passed in.

1234