Home
last modified time | relevance | path

Searched refs:comma (Results 1 – 25 of 102) sorted by relevance

12345

/openbmc/openbmc/meta-phosphor/recipes-extended/etcd/etcd/
H A Detcd-new.conf.sample16 # List of comma separated URLs to listen on for peer traffic.
19 # List of comma separated URLs to listen on for client traffic.
23 # The URLs needed to be a comma-separated list.
27 # The URLs needed to be a comma-separated list.
/openbmc/u-boot/drivers/mtd/
H A Dmtd_uboot.c57 const char *mtdids, *equal, *comma, *dev_id, *mtd_id; in mtd_search_alternate_name() local
74 comma = strchr(mtdids, ','); in mtd_search_alternate_name()
75 if (comma) in mtd_search_alternate_name()
76 mtd_id_len = comma - mtd_id; in mtd_search_alternate_name()
95 mtdids = comma + 1; in mtd_search_alternate_name()
96 } while (comma); in mtd_search_alternate_name()
/openbmc/obmc-console/
H A Dconsole-mux.c51 const char *comma; in extract_mux_gpio_name() local
56 comma = strchrnul(current, ','); in extract_mux_gpio_name()
57 length = comma - current; in extract_mux_gpio_name()
70 *config_gpio_names = comma + !!(*comma); in extract_mux_gpio_name()
/openbmc/qemu/tests/qapi-schema/
H A Dmissing-comma-list.err1 missing-comma-list.json:2:20: expected ',' or ']'
H A Dmissing-comma-object.err1 missing-comma-object.json:2:3: expected ',' or '}'
H A Dtrailing-comma-object.err1 trailing-comma-object.json:2:38: expected string
H A Dleading-comma-object.err1 leading-comma-object.json:1:3: expected string or '}'
H A Dtrailing-comma-list.err1 trailing-comma-list.json:2:36: expected '{', '[', string, or boolean
H A Dleading-comma-list.err1 leading-comma-list.json:2:13: expected '{', '[', ']', string, or boolean
H A Dmeson.build131 'leading-comma-list.json',
132 'leading-comma-object.json',
135 'missing-comma-list.json',
136 'missing-comma-object.json',
179 'trailing-comma-list.json',
180 'trailing-comma-object.json',
/openbmc/qemu/tests/qtest/
H A Ddevice-introspect-test.c107 GRegex *comma; in test_one_device() local
116 comma = g_regex_new(",", 0, 0, NULL); in test_one_device()
117 escaped = g_regex_replace_literal(comma, type, -1, 0, ",,", 0, NULL); in test_one_device()
118 g_regex_unref(comma); in test_one_device()
/openbmc/qemu/scripts/qapi/
H A Dpylintrc6 # can either give multiple identifiers separated by comma (,) or put this
35 # Good variable names regexes, separated by a comma. If names match any regex,
/openbmc/qemu/tests/qemu-iotests/
H A Dpylintrc4 # can either give multiple identifiers separated by comma (,) or put this
44 # List of note tags to take in consideration, separated by a comma.
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_ssh_security.robot14 # Left anchor for this regex is either a space or a comma.
16 # Right anchor for this regex is either a comma or end-of-line.
/openbmc/u-boot/scripts/
H A DKbuild.include5 comma := ,
18 # contain a comma
19 depfile = $(subst $(comma),_,$(dot-target).d)
102 # Usage: cflags-y += $(call as-option,-Wa$(comma)-isa=foo,)
154 # Usage: ldflags += $(call cc-ldoption, -Wl$(comma)--hash-style=both)
/openbmc/qemu/docs/interop/
H A Ddbus-vmstate.rst23 helpers by setting its ``id-list`` property, with a comma-separated
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dbblock.rst44 lock only particular tasks, use the `-t` option with a comma-separated
62 unlock only particular tasks use the ``-t`` option with a comma-separated
/openbmc/u-boot/doc/
H A DREADME.iomux23 A user can use a comma-separated list of devices to set stdin, stdout
25 are allowed around the comma(s)!
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dfontcache.bbclass22 # by comma and in -n "$D" case they should be separated by space
/openbmc/docs/architecture/
H A Dredfish-logging-in-bmcweb.md55 - `REDFISH_MESSAGE_ARGS`: A string holding a comma-separated list of args
132 The parameters are filled from a comma-separated list of the MessageArgs, so
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/
H A Drpi-cmdline.bb31 # may have the form of a comma separated list of processor numbers "0,1,3", a
/openbmc/u-boot/arch/arm/
H A Dconfig.mk38 AFLAGS_IMPLICIT_IT := $(call as-option,-Wa$(comma)-mimplicit-it=always)
/openbmc/openbmc/poky/meta/recipes-graphics/fontconfig/
H A Dfontconfig_2.15.0.bb63 # comma separated list of additional directories
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dautoreconf-exclude.patch23 (comma-separated list accepted)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0010-oprofile-Determine-the-root-home-directory-dynamical.patch23 @@ -647,8 +647,8 @@ Following is a description of the <comma

12345