Home
last modified time | relevance | path

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

12345678910>>...25

/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 …]
/linux/drivers/tty/vt/
H A Dgen_ucs_width_table.py19 # Known zero-width characters
29 # NOTE: Some of these characters would normally be single-width according to
47 # Tag characters
56 # Many emoji characters are classified as single-width according to Unicode
64 # universally render emoji as double-width characters regardless of their
116 # Check for combining marks and a format characters
124 # Format characters
126 # characters (category Cf) can be treated with width 0 (zero)
133 # Known zero-width characters
194 zero_width_ranges: List of (start, end) ranges for zero-width characters
[all …]
H A Dgen_ucs_fallback_table.py6 # The generated table maps complex characters to their simpler fallback forms
40 # Process BMP characters (0x0000 - 0xFFFF) to keep table size manageable
44 # Skip unassigned/control characters
78 # Comparison operators that unidecode renders as multiple characters
85 # Quadrant block characters that unidecode doesn't map
206 overrides[cp] = 0 # Double-width ASCII characters
215 # Skip characters with fallback value of 0 (excluded characters)
301 * This file contains optimized tables that map complex Unicode characters
302 * to simpler fallback characters for terminal display when corresponding
/linux/lib/
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
40 * @count: Size of the destination buffer, in UCS2 (16-bit) characters.
48 * Return: The number of characters copied into @dst (excluding the trailing
64 * Copy at most 'count' characters, return early if we find a in ucs2_strscpy()
128 * copy at most maxlength bytes of whole utf8 characters to dest from the
131 * The return value is the number of characters copied, not including the
H A Dstring_helpers.c36 * Return value: number of characters of output that would have been written
285 * string_unescape - unquote characters in the given string
292 * The function unquotes characters in the given string.
320 * The amount of the characters processed to the destination buffer excluding
501 * string_escape_mem - quote characters in the given memory buffer
507 * @only: NULL-terminated string containing characters used to limit
508 * the selected escape class. If characters are included in @only
549 * escape only non-printable characters, checked by isprint()
555 * escape only non-ascii characters, checked by isascii()
557 * escape only non-printable or non-ascii characters
[all …]
/linux/drivers/usb/serial/
H A Dempeg.c94 | ISTRIP /* disable clear high bit of input characters */ in empeg_init_termios()
101 &= ~OPOST; /* disable postprocess output characters */ in empeg_init_termios()
104 &= ~(ECHO /* disable echo input characters */ in empeg_init_termios()
106 | ICANON /* disable erase, kill, werase, and rprnt special characters */ in empeg_init_termios()
107 | ISIG /* disable interrupt, quit, and suspend special characters */ in empeg_init_termios()
108 | IEXTEN); /* disable non-POSIX special characters */ in empeg_init_termios()
/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 …]
H A Dnls_euc-jp.c18 /* JIS X 0208 (include NEC spesial characters) */
59 /* SJIS IBM extended characters to EUC map */
144 /* EUC to SJIS IBM extended characters map (G3 JIS X 0212 block) */
245 /* EUC to SJIS IBM extended characters map (G3 Upper block) */
283 /* SJIS IBM extended characters to EUC */
303 /* EUC to SJIS IBM extended characters (G3 JIS X 0212 block) */
329 /* EUC to SJIS IBM extended characters (G3 Upper block) */
349 /* EUC to SJIS IBM extended characters (G3 block) */
375 /* NEC/IBM extended characters to IBM extended characters */
431 /* NEC/IBM extended characters to IBM extended characters */ in uni2char()
[all …]
/linux/include/linux/
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
/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 …]
/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
/linux/drivers/tty/hvc/
H A Dhvc_dcc.c142 /* While we're at it, check for any input characters */ in dcc_put_work()
155 * Workqueue function that reads characters from DCC and puts them into the
164 * Read characters from DCC and put them into the input FIFO, as in dcc_get_work()
165 * long as there is room and we have characters to read. in dcc_get_work()
180 * Write characters directly to the DCC if we're on core 0 and the FIFO
219 * Read characters directly from the DCC if we're on core 0 and the FIFO
237 * If the FIFO was empty, there may be characters in the DCC in hvc_dcc0_get_chars()
/linux/Documentation/ABI/stable/
H A Dsysfs-driver-speakup35 characters. Set this to a higher value to adjust for the delay
43 the characters. When cur_phonetic=1, speakup will speak characters
131 Description: A list of characters speakup repeats. Normally, when there are
132 more than three characters in a row, speakup
134 those characters. For example, "......" would be read as dot,
135 dot, dot. If a . is added to the list of characters in repeats,
234 What: /sys/accessibility/speakup/i18n/characters
239 example, change how some punctuation characters are spoken. You
242 Characters' in Speakup User's Guide (file spkguide.txt in
/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>.
/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
/linux/arch/parisc/include/uapi/asm/
H A Dtermbits.h16 cc_t c_cc[NCCS]; /* control characters */
25 cc_t c_cc[NCCS]; /* control characters */
36 cc_t c_cc[NCCS]; /* control characters */
41 /* c_cc characters */
/linux/drivers/s390/char/
H A Dsclp_rw.c80 * enough room for max_len characters. Return 0 on success.
151 * Objects) and number of buffered characters in sclp_finalize_mto()
163 * processing of a message including escape characters,
164 * returns number of characters written to the output sccb
180 * these characters on the native machine and only partial support in sclp_write()
278 /* do not output unprintable characters */ in sclp_write()
298 /* return number of processed characters */ in sclp_write()
319 * Return number of characters in buffer
H A Dsclp_vt220.c84 /* Number of characters in current request buffer */
300 * Add msg to buffer associated with request. Return the number of characters
394 * A non-zero CONVERTLF parameter indicates that 0x0a characters in the message
438 * Not all characters could be written to the current in __sclp_vt220_write()
461 * characters to the tty device. The characters may come from
463 * number of characters actually accepted for writing.
579 * done stuffing characters into the driver.
589 * series of characters to the tty device using put_char().
601 * This routine returns the numbers of characters the tty driver
/linux/include/uapi/asm-generic/
H A Dtermbits.h16 cc_t c_cc[NCCS]; /* control characters */
25 cc_t c_cc[NCCS]; /* control characters */
36 cc_t c_cc[NCCS]; /* control characters */
41 /* c_cc characters */
/linux/arch/alpha/include/uapi/asm/
H A Dtermbits.h21 cc_t c_cc[NCCS]; /* control characters */
34 cc_t c_cc[NCCS]; /* control characters */
47 cc_t c_cc[NCCS]; /* control characters */
53 /* c_cc characters */
/linux/arch/arm64/lib/
H A Dstrlen.S39 (X - 1) & 0x80 is zero for non-NUL ASCII characters, but gives
40 false hits for characters 129..255. */
66 using the fast NUL check. If we encounter non-ASCII characters,
70 address, remove any characters before the string, and continue
115 NUL check. If we encounter non-ASCII characters, use a second
/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h29 cc_t c_cc[NCCS]; /* control characters */
38 cc_t c_cc[NCCS]; /* control characters */
49 cc_t c_cc[NCCS]; /* control characters */
54 /* c_cc characters */
160 #define ECHOCTL 0x00200 /* Echo control characters as ^X */
/linux/arch/powerpc/platforms/pseries/
H A Dhvconsole.c21 * hvc_get_chars - retrieve characters from firmware for denoted vterm adapter
48 * hvc_put_chars: send characters to firmware for denoted vterm adapter
53 * @count: Send this number of characters.
/linux/drivers/auxdisplay/
H A Dline-display.h24 * @LINEDISP_MAP_SEG7: Map characters to 7 segment display
25 * @LINEDISP_MAP_SEG14: Map characters to 14 segment display
64 * @num_chars: the number of characters that can be displayed

12345678910>>...25