/openbmc/qemu/tests/qemu-iotests/ |
H A D | 126 | 4 # Tests handling of colons in filenames (which may be confused with protocol 40 # colons which separate a protocol prefix from the rest and colons which are
|
/openbmc/openbmc-test-automation/lib/ |
H A D | opt.tcl | 19 … argument, one colon means the option requires an argument and two colons 42 …# colons to indicate whether the corresponding argument value is a… 61 # opt_spec will include any colons that may have been specified. 65 # Strip the colons to get the option name. 113 # parm_spec will include any colons that may have been specified. 325 # Get the actual opt_name by stripping leading dashes and trailing colons.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/ |
H A D | MACAddress.interface.yaml | 9 digits separated by colons. Example: 01:23:45:67:89:AB
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | .yamllint | 24 colons: {max-spaces-before: 0, max-spaces-after: 1}
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_shell_basics.py | 4 # Test basic shell functionality, such as commands separate by semi-colons.
|
/openbmc/openbmc/meta-arm/ci/ |
H A D | jobs-to-kas | 14 # Turn this list into a series of yml files separated by colons to pass to kas
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | net_config.cpp | 51 // 2 chars for every byte + 5 colons + Null byte 59 // 2 chars for every byte + 5 colons + Null byte in format_mac()
|
/openbmc/linux/Documentation/usb/ |
H A D | usbmon.rst | 116 "address" word (see below), where '1u' format adds a bus number. If 2 colons 138 colons: URB type and direction, Bus number, Device address, Endpoint number. 152 by colons: URB status, interval, start frame, and error count. Unlike the
|
/openbmc/linux/fs/overlayfs/ |
H A D | params.c | 207 …pr_err("only single ':' or double '::' sequences of unescaped colons in lowerdir mount option allo… in ovl_parse_param_split_lowerdirs() 210 /* count layers, not colons */ in ovl_parse_param_split_lowerdirs() 220 /* trailing colons */ in ovl_parse_param_split_lowerdirs() 222 pr_err("unescaped trailing colons in lowerdir mount option.\n"); in ovl_parse_param_split_lowerdirs()
|
/openbmc/openbmc-test-automation/bin/ |
H A D | gen_list.sh | 112 …h_var The name of a variable containing directory paths separated by colons.
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-hid-wiimote | 57 values for all 4 sensors. The values are separated by colons and
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | execvp.c | 76 /* Two adjacent colons, or a colon at the beginning or the end in execvp_noalloc()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | overlayfs.rst | 342 Note: directory names containing colons can be provided as lower layer by 343 escaping the colons with a single backslash. For example: 347 Since kernel version v6.8, directory names containing colons can also 353 In the latter case, colons in lower layer directory names will be escaped
|
H A D | afs.rst | 84 volume location servers within that cell, with the latter separated by colons.
|
/openbmc/openbmc/poky/scripts/contrib/bb-perf/ |
H A D | buildstats.sh | 55 or any other defined buildstat separated by colons, i.e. stime:utime
|
H A D | buildstats-plot.sh | 63 (build)stat separated by colons, i.e. stime:utime
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-fetching.rst | 245 Because URL parameters are delimited by semi-colons, this can 246 introduce ambiguity when parsing URLs that also contain semi-colons, 252 Such URLs should should be modified by replacing semi-colons with '&' 258 In most cases this should work. Treating semi-colons and '&' in
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-init.rst | 15 semi-colons, where:
|
/openbmc/u-boot/lib/ |
H A D | vsprintf.c | 323 /* (6 * 2 hex digits), 5 colons and trailing zero */ in mac_address_string() 342 /* (8 * 4 hex digits), 7 colons and trailing zero */ in ip6_addr_string() 431 * - 'i' [46] for 'raw' IPv4/IPv6 addresses, IPv6 omits the colons, IPv4 is
|
H A D | tiny-printf.c | 73 /* (6 * 2 hex digits), 5 colons and trailing zero */ in mac_address_string()
|
/openbmc/phosphor-led-sysfs/ |
H A D | sysfs.cpp | 137 * a label with colons inside, e.g. "mylabel:mynoncolorstring:lala".
|
/openbmc/linux/fs/afs/ |
H A D | xattr.c | 293 * hex numbers separated by colons.
|
/openbmc/u-boot/tools/ |
H A D | genboardscfg.py | 313 they are separated with colons.
|
/openbmc/linux/tools/testing/selftests/drivers/net/team/ |
H A D | net_forwarding_lib.sh | 1758 local colons=${cvt_ip//[^:]/} 1760 # IP where :: -> the appropriate number of colons: 1761 local allcol_ip=${cvt_ip/_/${allcol:${#colons}}}
|
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | lib.sh | 1758 local colons=${cvt_ip//[^:]/} 1760 # IP where :: -> the appropriate number of colons: 1761 local allcol_ip=${cvt_ip/_/${allcol:${#colons}}}
|