| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/ |
| H A D | libtext-wrapi18n-perl_0.06.bb | 2 fullwidth, and combining characters and languages without whitespaces \ 6 EUC-KR, GB2312, and Big5. This module also supports characters with \ 7 irregular widths, such as combining characters (which occupy zero columns \ 8 on terminal, like diacritical marks in UTF-8) and fullwidth characters \ 10 characters). Also, minimal handling of languages which doesn't use \
|
| H A D | libtext-charwidth-perl_0.04.bb | 5 example, ASCII characters occupy one column per character, east Asian \ 6 fullwidth characters (like Hiragana or Han Ideograph) occupy two columns \ 7 per character, and combining characters (apperaring in ISO-8859-11 Thai, \
|
| H A D | libtext-iconv-perl_1.7.bb | 5 method converts the encoding of characters in the input string from \
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | ascii_string.cpp | 83 char characters[3]; in setByte() local 84 sprintf(characters, "%02X", value); in setByte() 87 _string[writeOffset++] = characters[0]; in setByte() 88 _string[writeOffset] = characters[1]; in setByte()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/figlet/ |
| H A D | figlet_git.bb | 1 SUMMARY = "FIGlet is a program that creates large characters out of ordinary screen characters"
|
| /openbmc/phosphor-host-ipmid/transport/serialbridge/ |
| H A D | serialcmd.cpp | 23 static const std::unordered_map<uint8_t, uint8_t> characters = { variable 51 std::find_if(characters.begin(), characters.end(), in getUnescapedCharacter() 54 if (search == characters.end()) in getUnescapedCharacter() 131 auto search = characters.find(c); in processEscapedCharacter() 132 if (search != characters.end()) in processEscapedCharacter()
|
| /openbmc/openbmc/poky/meta/recipes-graphics/libfakekey/ |
| H A D | libfakekey_git.bb | 1 SUMMARY = "Library for converting characters to X key-presses" 2 DESCRIPTION = "libfakekey is a simple library for converting UTF-8 characters into 'fake' X \
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/ |
| H A D | libxml-filter-buffertext-perl_1.01.bb | 1 SUMMARY = "XML::Filter::BufferText - Filter to put all characters() in one event" 7 of putting all characters into a single event. \
|
| /openbmc/openbmc/poky/meta/recipes-support/libunistring/ |
| H A D | libunistring_1.3.bb | 5 with many kinds of special characters accents, right-to-left writing\ 8 particular properties of many Unicode characters. In fact, the POSIX\
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
| H A D | 0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch | 4 Subject: [PATCH 1/2] libbb: sockaddr2str: ensure only printable characters are 23 + /* ensure host contains only printable characters */
|
| /openbmc/openbmc/poky/meta-selftest/recipes-test/sysroot-test/ |
| H A D | sysroot-shebang-test_1.0.bb | 1 SUMMARY = "Check that shebang does not exceed 128 characters"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0005-adb-add-base64-implementation.patch | 113 + strings of 4 encoded characters. Proceeding from left to right, a 119 + characters. The character referenced by the index is placed in the 156 + output will be an integral multiple of 4 characters 160 + characters followed by two "=" padding characters, or 163 + characters followed by one "=" padding character. 228 + converts characters, four at a time, starting at (or after) 299 + * on a byte boundary, and/or with erroneous trailing characters.
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/ |
| H A D | python3-smartypants_2.0.0.bb | 1 SUMMARY = "Translator of plain ASCII punctuation characters into 'smart' typographic punctuation HT…
|
| /openbmc/openbmc/poky/meta/recipes-bsp/grub/files/ |
| H A D | CVE-2025-0690.patch | 5 than 2^31 characters 8 that can be overflown when user supplies more than 2^31 characters.
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd/ |
| H A D | 0001-bundle-own-base64-encode-decode-functions.patch | 122 + strings of 4 encoded characters. Proceeding from left to right, a 128 + characters. The character referenced by the index is placed in the 165 + output will be an integral multiple of 4 characters 169 + characters followed by two "=" padding characters, or 172 + characters followed by one "=" padding character. 237 + converts characters, four at a time, starting at (or after) 308 + * on a byte boundary, and/or with erroneous trailing characters.
|
| /openbmc/openbmc/poky/meta/recipes-core/readline/files/ |
| H A D | inputrc | 8 # To allow the use of 8bit-characters like the german umlauts, comment out 10 # which is annoying to those which don't need to type in 8-bit characters.
|
| /openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/ |
| H A D | remove_plus_from_invalid_characters_list.patch | 3 Remove '+' from invalid characters list
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/ |
| H A D | encodings_1.1.0.bb | 3 DESCRIPTION = "The encodings that map to specific characters for a \
|
| /openbmc/qemu/hw/char/ |
| H A D | sifive_uart.c | 74 const uint8_t *characters; in sifive_uart_xmit() local 88 characters = fifo8_peek_bufptr(&s->tx_fifo, in sifive_uart_xmit() 90 ret = qemu_chr_fe_write(&s->chr, characters, numptr); in sifive_uart_xmit()
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | Bitstream-Vera | 7 …in particular the designs of glyphs or characters in the Fonts may be modified and additional glyp…
|
| /openbmc/ipmitool/src/plugins/serial/ |
| H A D | serial_basic.c | 172 } characters[] = { variable 345 if (characters[i].character == c) { in serial_bm_get_escaped_char() 346 return characters[i].escape; in serial_bm_get_escaped_char() 362 if (characters[i].escape == c) { in serial_bm_get_unescaped_char() 363 return characters[i].character; in serial_bm_get_unescaped_char()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/ |
| H A D | 0001-Define-ATTRIBUTE_UNUSED-if-its-not-defined.patch | 36 * Output newline and tab characters as escapes
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ettercap/ |
| H A D | ettercap_0.8.3.1.bb | 42 # It ensures that all characters are properly decoded and avoids
|
| /openbmc/openbmc/poky/meta/recipes-extended/perl/ |
| H A D | libxml-sax-base-perl_1.09.bb | 7 implement the characters() callback."
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/ |
| H A D | 0001-libgeis-Compare-the-first-character-of-string-to-nul.patch | 6 gcc7 wants to be specific when it comes to comparing characters
|