Home
last modified time | relevance | path

Searched full:characters (Results 1 – 25 of 1206) sorted by relevance

12345678910>>...49

/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_types.h19 * Returns a 16-bit signature built from 2 ASCII characters.
21 * This macro returns a 16-bit value built from the two ASCII characters
27 * @return: A 16-bit value built from the two ASCII characters specified by
33 * Returns a 32-bit signature built from 4 ASCII characters.
35 * This macro returns a 32-bit value built from the four ASCII characters
43 * @return: A 32-bit value built from the two ASCII characters specified by
50 * Returns a 64-bit signature built from 8 ASCII characters.
52 * This macro returns a 64-bit value built from the eight ASCII characters
64 * @return: A 64-bit value built from the two ASCII characters specified by
/openbmc/linux/lib/
H A Dstrcat_kunit.c23 /* 4 characters copied in, stops at %NUL. */ in strcat_test()
27 /* 2 more characters copied in okay. */ in strcat_test()
45 /* Copy of max 0 characters should do nothing. */ in strncat_test()
49 /* 4 characters copied in, even if max is 8. */ in strncat_test()
54 /* 2 characters copied in okay, 2 ignored. */ in strncat_test()
73 /* 4 characters copied in. */ in strlcat_test()
76 /* 2 characters copied in okay, gets to 6 total. */ in strlcat_test()
79 /* 2 characters ignored if max size (7) reached. */ in strlcat_test()
82 /* 1 of 2 characters skipped, now at true max size. */ in strlcat_test()
H A Ducs2_string.c5 /* Return the number of unicode characters in data */
26 * Note: this is NOT the same as the number of unicode characters
76 * copy at most maxlength bytes of whole utf8 characters to dest from the
79 * The return value is the number of characters copied, not including the
/openbmc/linux/fs/ntfs/
H A Dunistr.c18 * All these routines assume that the Unicode characters are in little endian
24 * characters are (in)valid.
43 * @s1_len: length in Unicode characters of @s1
45 * @s2_len: length in Unicode characters of @s2
48 * @upcase_size: length in Unicode characters of @upcase (if present)
81 * The following characters are considered invalid: '"', '*', '<', '>' and '?'.
125 * @n: maximum unicode characters to compare
127 * Compare the first @n characters of the Unicode strings @s1 and @s2,
132 * if @s1 (or the first @n Unicode characters thereof) is found, respectively,
157 * @n: maximum unicode characters to compare
[all …]
/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.bb4 Characters have its own width on terminal depending on locale. For \
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, \
/openbmc/u-boot/include/
H A Dvsprintf.h33 * simple_strtoul just ignores the successive invalid characters and
61 * characters between @str and @end - 1 are examined. If @end is NULL, it is
103 * The function returns the number of characters written
117 * @return the number of characters which have been written into
134 * @return the number of characters which would be
152 * The return value is the number of characters written into @buf not including
167 * @return The number characters which would be generated for the given
169 * characters may be written if this number of characters is >= size.
176 * The function returns the number of characters which would be
192 * @return the number of characters which have been written into
H A Dserial.h193 * pending() - Check if input/output characters are waiting
196 * characters if the driver knows this (e.g. by looking at the FIFO
198 * of characters is waiting.
203 * @input: true to check input characters, false for output
204 * @return number of waiting characters, 0 for none, -ve on error
212 * This quickly clears any input/output characters from the UART.
213 * If this is not possible, but characters still exist, then it
/openbmc/libcper/include/libcper/
H A DBaseTypes.h75 Returns a 16-bit signature built from 2 ASCII characters.
77 This macro returns a 16-bit value built from the two ASCII characters specified
83 @return A 16-bit value built from the two ASCII characters specified by A and B.
88 Returns a 32-bit signature built from 4 ASCII characters.
90 This macro returns a 32-bit value built from the four ASCII characters specified
98 @return A 32-bit value built from the two ASCII characters specified by A, B,
/openbmc/linux/Documentation/filesystems/
H A Dvfat.rst58 characters on FAT filesystem.
64 Unicode characters. Long filenames are stored on disk
83 Translate unhandled Unicode characters to special
86 characters. Until Linux supports Unicode for real,
275 These names support up to 255 characters including spaces and lower
276 case characters as opposed to the traditional 8.3 short names.
314 specially formatted directory entry which holds up to 13 characters of
322 struct slot { // Up to 13 characters of a long name
324 unsigned char name0_4[10]; // first 5 characters in name
328 unsigned char name5_10[12]; // 6 more characters in name
[all …]
/openbmc/linux/include/linux/
H A Dtty_ldisc.h88 * input characters it may have queued to be delivered to the user mode
97 * The line discipline will return whatever characters it has buffered up
108 * The line discipline will deliver the characters to the low-level tty
110 * characters first. If this function is not defined, the user will
167 * This function is called by the low-level tty driver to send characters
179 * discpline should try to send more characters to the low-level driver
197 * This function is called by the low-level tty driver to send characters
210 * This function is called by the low-level tty driver for characters
212 * processing high-priority characters such as software flow-control
213 * characters that could otherwise get stuck into the intermediate
[all …]
H A Dtty_flip.h20 * tty_insert_flip_string_fixed_flag - add characters to the tty buffer
22 * @chars: characters
26 * Queue a series of bytes to the tty buffering. All the characters passed are
39 * tty_insert_flip_string_flags - add characters to the tty buffer
41 * @chars: characters
/openbmc/linux/drivers/usb/serial/
H A Dempeg.c95 | ISTRIP /* disable clear high bit of input characters */ in empeg_init_termios()
102 &= ~OPOST; /* disable postprocess output characters */ in empeg_init_termios()
105 &= ~(ECHO /* disable echo input characters */ in empeg_init_termios()
107 | ICANON /* disable erase, kill, werase, and rprnt special characters */ in empeg_init_termios()
108 | ISIG /* disable interrupt, quit, and suspend special characters */ in empeg_init_termios()
109 | IEXTEN); /* disable non-POSIX special characters */ in empeg_init_termios()
/openbmc/linux/drivers/s390/char/
H A Dsclp_tty.c27 * size of a buffer that collects single characters coming in
81 * This routine returns the numbers of characters the tty driver
205 * Not all characters could be written to the current in sclp_tty_write_string()
228 * This routine is called by the kernel to write a series of characters to the
229 * tty device. The characters may come from user space or kernel space. This
230 * routine will return the number of characters actually accepted for writing.
245 * routine (if defined) when it is done stuffing characters into the driver.
247 * Characters provided to sclp_tty_put_char() are buffered by the SCLP driver.
249 * - including previous characters from sclp_tty_put_char() and strings from
265 * characters to the tty device using put_char().
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dascii_string.cpp75 // Only allow certain ASCII characters as other entities will in unflatten()
95 char characters[3]; in setByte() local
96 sprintf(characters, "%02X", value); in setByte()
99 _string[writeOffset++] = characters[0]; in setByte()
100 _string[writeOffset] = characters[1]; in setByte()
/openbmc/linux/fs/nls/
H A DKconfig88 more countries here]. It has some characters useful to many European
104 characters for these languages: Albanian, Croatian, Czech, English,
283 If you want to display filenames with native language characters
292 If you want to display filenames with native language characters
317 non-ASCII characters to be translated.
322 If you want to display filenames with native language characters
334 If you want to display filenames with native language characters
345 If you want to display filenames with native language characters
355 If you want to display filenames with native language characters
365 If you want to display filenames with native language characters
[all …]
/openbmc/linux/fs/smb/server/
H A Dunicode.c142 * @codepage: codepage to which characters should be converted
143 * @mapchar: should characters be remapped according to the mapchars option?
153 * Note that some windows versions actually send multiword UTF-16 characters
155 * deal with those characters properly. In the event that we get some of
156 * those characters, they won't be translated properly.
229 * @codepage: codepage to which characters should be converted
257 * invalid encoded characters in smb_strtoUTF16()
323 * page. Conversion may involve remapping up the six characters that are
332 * @cp: codepage to which characters should be converted
333 * @mapchar: should characters be remapped according to the mapchars option?
[all …]
/openbmc/openpower-hw-diags/util/
H A Dbin_stream.hpp48 * @brief Extracts n characters from the stream and stores them in the array
54 * @param s Pointer to an array of at least n characters.
55 * @param n Number of characters to extract.
145 * @brief Inserts the first n characters of the the array pointed to by s
151 * @param s Pointer to an array of at least n characters.
152 * @param n Number of characters to insert.
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddammit.py68 """The ability to substitute XML or HTML entities for certain characters."""
99 … # - https://html.spec.whatwg.org/multipage/named-characters.html#named-character-references
111 # characters.
121 # _find_ those characters in output strings so we can
129 # characters like | into named entities like
136 # characters like 'fj' into named entities like '&fjlig;',
144 # expression needs to match the first two characters of
148 # In this step, we build two sets of characters that
179 # 'rsquo' and 'rsquor'. When converting Unicode characters to
258 """Substitute XML entities for special XML characters.
[all …]
/openbmc/linux/Documentation/admin-guide/
H A Dunicode.rst15 characters to fonts. By downloading a single Unicode-to-font table,
56 Actual characters assigned in the Linux Zone
59 In addition, the following characters not present in Unicode 1.1.4
70 The DEC VT220 uses a 6x10 character matrix, and these characters form
75 [v1.3]: These characters have been officially added to Unicode 3.2.0;
79 [v1.2]: The following characters have been added to represent common
106 Since the characters in the beginning of the Linux CZ have been more
118 Klingon has an alphabet of 26 characters, a positional numeric writing
/openbmc/u-boot/lib/efi_loader/
H A Defi_unicode_collation.c14 /* Characters that may not be used in file names */
22 /* Unicode code points for code page 1250 characters 0x80 - 0xff */
25 /* Unicode code points for code page 437 characters 0x80 - 0xff */
48 * For ASCII characters it results in the same sort order as EDK2.
83 * - * matches >= 0 characters
103 /* Match 0 or more characters */ in metai_match()
164 * - * matches >= 0 characters
260 * efi_fat_to_str() - convert a utf-16 string to legal characters for a FAT
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfourcc.rst7 specified in this document. First of the characters defines the nature of
9 other three characters depends on the first one.
16 The following first characters are used by raw bayer formats:
H A Dext-ctrls-fm-rx.rst38 which can scroll strings sized as 8 x N characters. So, this control
39 must be configured with steps of 8 characters. The result is it must
52 x N or 64 x N characters. So, this control must be configured with
53 steps of 32 or 64 characters. The result is it must always contain a
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_dcc.c134 /* While we're at it, check for any input characters */ in dcc_put_work()
147 * Workqueue function that reads characters from DCC and puts them into the
156 * Read characters from DCC and put them into the input FIFO, as in dcc_get_work()
157 * long as there is room and we have characters to read. in dcc_get_work()
172 * Write characters directly to the DCC if we're on core 0 and the FIFO
211 * Read characters directly from the DCC if we're on core 0 and the FIFO
229 * If the FIFO was empty, there may be characters in the DCC in hvc_dcc0_get_chars()
/openbmc/linux/drivers/acpi/acpica/
H A Dutascii.c18 * Four characters, does not have to be a
21 * RETURN: TRUE if signature is has 4 valid ACPI characters
83 * count - Number of characters to check
87 * DESCRIPTION: Ensure that the requested number of characters are printable
88 * Ascii characters. Sets non-printable and null chars to <space>.

12345678910>>...49