Home
last modified time | relevance | path

Searched refs:characters (Results 1 – 25 of 167) sorted by relevance

1234567

/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/
H A Dlibtext-wrapi18n-perl_0.06.bb2 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 Dlibtext-charwidth-perl_0.04.bb5 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 Dlibtext-iconv-perl_1.7.bb5 method converts the encoding of characters in the input string from \
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dascii_string.cpp83 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 Dfiglet_git.bb1 SUMMARY = "FIGlet is a program that creates large characters out of ordinary screen characters"
/openbmc/phosphor-host-ipmid/transport/serialbridge/
H A Dserialcmd.cpp23 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 Dlibfakekey_git.bb1 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 Dlibxml-filter-buffertext-perl_1.01.bb1 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 Dlibunistring_1.3.bb5 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 D0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch4 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 Dsysroot-shebang-test_1.0.bb1 SUMMARY = "Check that shebang does not exceed 128 characters"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0005-adb-add-base64-implementation.patch113 + 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 Dpython3-smartypants_2.0.0.bb1 SUMMARY = "Translator of plain ASCII punctuation characters into 'smart' typographic punctuation HT…
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/
H A DCVE-2025-0690.patch5 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 D0001-bundle-own-base64-encode-decode-functions.patch122 + 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 Dinputrc8 # 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 Dremove_plus_from_invalid_characters_list.patch3 Remove '+' from invalid characters list
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/
H A Dencodings_1.1.0.bb3 DESCRIPTION = "The encodings that map to specific characters for a \
/openbmc/qemu/hw/char/
H A Dsifive_uart.c74 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 DBitstream-Vera7 …in particular the designs of glyphs or characters in the Fonts may be modified and additional glyp…
/openbmc/ipmitool/src/plugins/serial/
H A Dserial_basic.c172 } 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 D0001-Define-ATTRIBUTE_UNUSED-if-its-not-defined.patch36 * Output newline and tab characters as escapes
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ettercap/
H A Dettercap_0.8.3.1.bb42 # It ensures that all characters are properly decoded and avoids
/openbmc/openbmc/poky/meta/recipes-extended/perl/
H A Dlibxml-sax-base-perl_1.09.bb7 implement the characters() callback."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/
H A D0001-libgeis-Compare-the-first-character-of-string-to-nul.patch6 gcc7 wants to be specific when it comes to comparing characters

1234567