Home
last modified time | relevance | path

Searched refs:colon (Results 1 – 25 of 72) sorted by relevance

123

/openbmc/openbmc/poky/meta/lib/patchtest/
H A Dpatchtest_patterns.py11 colon = pyparsing.Literal(":") variable
74 shortlog = line_start + shortlog_target + colon + shortlog_summary + line_end
96 upstream_status = line_start + upstream_status_prefix + colon + upstream_status_valid_status
97 upstream_status_inappropriate_info = line_start + upstream_status_prefix + colon + inappropriateinfo
98 upstream_status_submitted_info = line_start + upstream_status_prefix + colon + submittedinfo
/openbmc/u-boot/drivers/mtd/
H A Dmtd_uboot.c253 char mtd_name[MTD_NAME_MAX_LEN], *colon; in mtd_probe_devices() local
264 colon = strchr(mtdparts, ':'); in mtd_probe_devices()
265 if (colon > mtdparts_next) in mtd_probe_devices()
266 colon = NULL; in mtd_probe_devices()
268 if (!colon) { in mtd_probe_devices()
273 mtd_name_len = (unsigned int)(colon - mtdparts); in mtd_probe_devices()
/openbmc/qemu/tests/qapi-schema/
H A Dmissing-colon.err1 missing-colon.json:1:10: expected ':'
H A Dinclude-nested-err.json1 { 'include': 'missing-colon.json' }
H A Ddoc-missing-colon.err1 doc-missing-colon.json:4:1: line should end with ':'
H A Dinclude-before-err.json2 { 'command' 'missing-colon' }
H A Ddoc-missing-colon.json4 # @missing-colon
H A Dinclude-nested-err.err2 missing-colon.json:1:10: expected ':'
H A Dmeson.build84 'doc-missing-colon.json',
132 'missing-colon.json',
/openbmc/u-boot/tools/
H A Dgenboardscfg.py162 colon = line.find(':CONFIG_')
163 if colon == -1:
166 f.write(line[colon + 1:])
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D18-cve-2014-9913-unzip-buffer-overflow.patch24 + * colon, and use four-digit hexadecimal.
/openbmc/qemu/qapi/
H A Dacpi.json49 # @file: colon (:) separated list of pathnames to load and concatenate
54 # @data: colon (:) separated list of pathnames to load and concatenate
/openbmc/bmcweb/include/
H A Dmultipart_parser.hpp144 if (c == colon) in parse()
366 static constexpr char colon = ':'; member in MultipartParser
/openbmc/qemu/qga/
H A Dcommands-posix.c904 char *line = NULL, *colon; in guest_get_network_stats() local
928 colon = strchr(trim_line, ':'); in guest_get_network_stats()
929 if (!colon) { in guest_get_network_stats()
932 if (colon - name_len == trim_line && in guest_get_network_stats()
934 if (sscanf(colon + 1, in guest_get_network_stats()
/openbmc/openbmc-test-automation/extended/
H A Drun_keyword.robot11 # This may contain a colon-delimited list of library/resource
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/
H A Dgammu-smsdrc64 # pc can also contain port or socket path after colon (eg. localhost:/path/to/socket)
/openbmc/openbmc-test-automation/bin/
H A Dsol_utils.tcl672 set colon "::"
679 ip=$os_host$colon$gateway:$netmask:$os_hostname:net0:none nameserver=$dns\
/openbmc/u-boot/net/
H A Dnet.c1569 char *colon; in net_parse_bootfile() local
1574 colon = strchr(net_boot_file_name, ':'); in net_parse_bootfile()
1575 if (colon) { in net_parse_bootfile()
1578 strncpy(filename, colon + 1, max_len); in net_parse_bootfile()
/openbmc/qemu/pc-bios/keymaps/
H A Dsv253 colon 0x34 shift
H A Dsl281 colon 0x34 shift
/openbmc/qemu/docs/devel/
H A Ddecodetree.rst94 If the form of the *args_elt* contains a colon, the first
96 the argument type. If the colon is missing, the argument
/openbmc/openbmc-test-automation/lib/snmp/
H A Dredfish_snmp_utils.robot75 ${colon}= Set Variable If '${snmp_port}' == '${EMPTY}' ${EMPTY} :
76 ${snmp_mgr_data}= Create Dictionary Destination=snmp://${snmp_mgr_ip}${colon}${snmp_port}
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcompress_doc.bbclass150 # Not start with '.', and contain the above colon-seperate element
/openbmc/openbmc/poky/bitbake/contrib/vim/indent/
H A Dbitbake.vim189 " If the previous line ended with a colon, indent this line
/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc_methods.robot39 # ffdc_function_list A colon-delimited list naming the kinds of FFDC that
118 # colon-delimited value.

123