Home
last modified time | relevance | path

Searched refs:character (Results 1 – 25 of 686) sorted by relevance

12345678910>>...28

/openbmc/linux/drivers/acpi/acpica/
H A Dutascii.c60 u8 acpi_ut_valid_name_char(char character, u32 position) in acpi_ut_valid_name_char() argument
63 if (!((character >= 'A' && character <= 'Z') || in acpi_ut_valid_name_char()
64 (character >= '0' && character <= '9') || (character == '_'))) { in acpi_ut_valid_name_char()
68 if (character == '!' && position == 3) { in acpi_ut_valid_name_char()
/openbmc/linux/fs/nls/
H A DKconfig44 native language character sets. These character sets are stored
56 native language character sets. These character sets are stored
68 native language character sets. These character sets are stored
81 native language character sets. These character sets are stored in
97 native language character sets. These character sets are stored in
112 native language character sets. These character sets are stored in
123 native language character sets. These character sets are stored in
134 native language character sets. These character sets are stored in
145 native language character sets. These character sets are stored in
156 native language character sets. These character sets are stored in
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-usb-devices-usbsevseg14 For a 6 character display the values are
18 for an 8 character display the values are
27 raw: each character controls its segment manually
28 hex: each character is between 0-15
29 ascii: each character is between '0'-'9' and 'A'-'F'.
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddammit.py94 for name_with_semicolon, character in sorted(html5.items()):
113 name_to_unicode[name] = character
118 unicode_to_name[character] = name
126 if (len(character) == 1 and ord(character) < 128
127 and character not in '<>&'):
134 if len(character) > 1 and all(ord(x) < 128 for x in character):
153 if len(character) == 1:
154 short_entities.add(character)
156 long_entities_by_first_character[character[0]].add(character)
184 character = chr(codepoint)
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/
H A Dlibtext-charwidth-perl_0.04.bb5 example, ASCII characters occupy one column per character, east Asian \
7 per character, and combining characters (apperaring in ISO-8859-11 Thai, \
8 Unicode, and so on) occupy zero columns per character. mbwidth() gives the \
9 width of the first character of the given string and mbswidth() gives the \
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D05_wildcard_matching.patch68 + /* If next character in pattern is known, optimize. */
71 + /* Look instances of the next character in pattern, and try
81 + /* Move ahead one character at a time and try to match at each
90 + /* There must be at least one more character in the string. If we are
95 + /* Check if the next character of the string is acceptable. */
99 + /* Move to the next character, both in string and in pattern. */
/openbmc/linux/Documentation/admin-guide/
H A Dlcd-panel-cgram.rst6 characters 0 to 7. The escape code to define a new character is
7 '\e[LG' followed by one digit from 0 to 7, representing the character
11 top of the character to the bottom. On a 5x7 matrix, only the 5 lower
12 bits of the 7 first bytes are used for each character. If the string
H A Dunicode.rst16 both the eight-bit character sets and UTF-8 mode are changed to use
19 This changes the semantics of the eight-bit character tables subtly.
20 The four character tables are now:
32 might be completely different than the IBM character set. This
45 two (in case 1024- or 2048-character fonts ever become necessary).
52 might be shorter; for example, vgacon can only handle 256-character
53 (U+F000..U+F0FF) or 512-character (U+F000..U+F1FF) fonts.
70 The DEC VT220 uses a 6x10 character matrix, and these characters form
71 a smooth progression in the DEC VT graphics character set. I have
73 character, and hence has been coded as U+2500 FORMS LIGHT HORIZONTAL.
H A Dvga-softcursor.rst10 make it inverse background of the character it's over or to highlight
11 that character and still choose whether the original hardware cursor
35 selects character attribute bits you want to change
44 consists of character attribute bits you want to set.
/openbmc/linux/Documentation/security/tpm/
H A Dtpm_vtpm_proxy.rst24 character device ``/dev/tpmX`` (with X=0,1,2...) and a 'server side' file
25 descriptor. The former is moved into the container by creating a character
28 TPM commands using the character device and the emulator will receive the
36 as well as the major and minor numbers of the character device that was created.
37 Besides that the number of the TPM character device is returned. If for
/openbmc/linux/Documentation/usb/
H A Dmisc_usbsevseg.rst11 Both the 6 character and 8 character displays have PRODUCT_ID,
22 For the 8 character display:
28 hex expects a value between 0-15 per character,
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfourcc.rst23 2nd character: pixel order
30 3rd character: uncompressed bits-per-pixel 0--9, A--
32 4th character: compressed bits-per-pixel 0--9, A--
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/
H A DCVE-2021-42260.patch5 the start byte of a three byte character) this leads to an infinite
17 { p +=3; ++col; } // A normal character.
21 + // TIXML_UTF_LEAD_0 (239) is the start character of a 3 byte sequence, so
/openbmc/qemu/docs/system/
H A Dmux-chardev.rst.inc1 During emulation, if you are using a character backend multiplexer
4 start with an escape character, which is Ctrl-a by default, but can be
27 Send the escape character to the frontend
H A Dmux-chardev.rst1 .. _keys in the character backend multiplexer:
3 Keys in the character backend multiplexer
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-hpa-bug-fix-on-separated-CR-and-LF.patch8 Add a checking on the first character to fix it.
26 + /* Check the first character together with prevchar */
34 c = *p++; /* pick up a character */
/openbmc/qemu/qapi/
H A Dchar.json14 # Information about a character device.
16 # @label: the label of the character device
18 # @filename: the filename of the character device
24 # .. note:: @filename is encoded using the QEMU command line character
37 # Returns information about current character devices.
72 # Information about a character device backend
83 # Returns information about character device backends.
128 # Write to a ring buffer character device.
130 # @device: the ring buffer character device name
160 # Read from a ring buffer character device.
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch185 + -O CHARSET specify a character encoding for DOS, Windows and OS/2 archives\n\
186 + -I CHARSET specify a character encoding for UNIX and other archives\n";
204 + -O CHARSET specify a character encoding for DOS, Windows and OS/2 archives\n\
205 + -I CHARSET specify a character encoding for UNIX and other archives\n\n";
247 + "error: a valid character encoding should follow the -I argument"));
255 + "error: a valid character encoding should follow the -I argument"));
283 + "error: a valid character encoding should follow the -I argument"));
291 + "error: a valid character encoding should follow the -O argument"));
347 + "error: a valid character encoding should follow the -I argument"));
355 + "error: a valid character encoding should follow the -I argument"));
[all …]
/openbmc/linux/arch/m68k/sun3/prom/
H A Dconsole.c50 int character; in prom_getchar() local
51 while((character = prom_nbgetchar()) == -1) ; in prom_getchar()
52 return (char) character; in prom_getchar()
/openbmc/linux/drivers/hsi/clients/
H A DKconfig36 tristate "HSI/SSI character driver"
39 If you say Y here, you will enable the HSI/SSI character driver.
40 This driver provides a simple character device interface for
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sol.robot108 [Documentation] Verify invalid SOL's character accumulate level via IPMI.
111 # Any integer above 255 is invalid for SOL character accumulate level.
115 ... sol set character-accumulate-level ${value}
120 [Documentation] Verify invalid SOL's character send threshold via IPMI.
123 # Any integer above 255 is invalid for SOL character send threshold.
127 ... sol set character-send-threshold ${value}
187 [Documentation] Verify valid SOL's character accumulate level via IPMI.
192 character-accumulate-level 1 255
196 [Documentation] Verify valid SOL's character send threshold via IPMI.
201 character-send-threshold 0 255
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch4 Subject: [PATCH] Adapt to linux-wrs kernel version, which has character '_'
28 return dpkg_put_warn(err, _("invalid character in version number"));
33 return dpkg_put_warn(err, _("invalid character in revision number"));
/openbmc/linux/Documentation/devicetree/bindings/power/reset/
H A Dqnap-poweroff.txt5 Orion5x SoCs. Sending the character 'A', at 19200 baud, tells the
9 9600, and a different character, '1'.
/openbmc/linux/Documentation/userspace-api/ioctl/
H A Dioctl-decoding.rst21 15-8 ascii character supposedly
29 character 'r' function 1. Grepping the source reveals this is::
/openbmc/bmcweb/http/
H A Dutility.hpp41 char character = url[urlIndex]; in getParameterTag() local
42 if (character == '<') in getParameterTag()
50 if (character == '>') in getParameterTag()
92 char character = base64key[index]; in getDecodeTable() local
93 decodeTable[std::bit_cast<uint8_t>(character)] = in getDecodeTable()

12345678910>>...28