/linux-6.12.1/Documentation/filesystems/ |
D | vfat.rst | 58 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-6.12.1/include/linux/ |
D | tty_ldisc.h | 88 * 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 …]
|
D | tty_flip.h | 20 * 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
|
D | tty_driver.h | 78 * characters (@buf) to the @tty device. The characters may come from 80 * number of characters actually accepted for writing. 91 * @flush_chars() routine (if defined) when it is done stuffing characters 101 * series of characters to the tty device using @put_char(). 108 * This routine returns the numbers of characters the @tty driver 121 * This routine returns the number of characters in the device private 176 * characters should be sent to the @tty. 187 * characters can now be sent to the @tty without fear of overrunning the 196 * characters to the tty device. 205 * characters to the @tty device. [all …]
|
/linux-6.12.1/lib/ |
D | ucs2_string.c | 5 /* 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
|
D | string_helpers.c | 36 * Return value: number of characters of output that would have been written 282 * string_unescape - unquote characters in the given string 289 * The function unquotes characters in the given string. 317 * The amount of the characters processed to the destination buffer excluding 498 * string_escape_mem - quote characters in the given memory buffer 504 * @only: NULL-terminated string containing characters used to limit 505 * the selected escape class. If characters are included in @only 546 * escape only non-printable characters, checked by isprint() 552 * escape only non-ascii characters, checked by isascii() 554 * escape only non-printable or non-ascii characters [all …]
|
D | string_kunit.c | 335 * @chars: Number of characters from the src string expected to be 338 * @pad: Number of pad characters expected (in the tail of dst buffer). 407 * least 2 characters spare (one for null and one to check for in string_test_strscpy() 409 * strings up to a maximum of 4 characters long and 'count' in string_test_strscpy() 460 /* 4 characters copied in, stops at %NUL. */ in string_test_strcat() 464 /* 2 more characters copied in okay. */ in string_test_strcat() 482 /* Copy of max 0 characters should do nothing. */ in string_test_strncat() 486 /* 4 characters copied in, even if max is 8. */ in string_test_strncat() 491 /* 2 characters copied in okay, 2 ignored. */ in string_test_strncat() 510 /* 4 characters copied in. */ in string_test_strlcat() [all …]
|
/linux-6.12.1/drivers/s390/char/ |
D | sclp_tty.c | 27 * 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 …]
|
D | sclp_rw.c | 80 * 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
|
/linux-6.12.1/drivers/usb/serial/ |
D | empeg.c | 94 | 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-6.12.1/fs/nls/ |
D | Kconfig | 88 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 …]
|
/linux-6.12.1/fs/smb/server/ |
D | unicode.c | 142 * @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-6.12.1/Documentation/admin-guide/ |
D | unicode.rst | 15 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-6.12.1/Documentation/devicetree/bindings/ |
D | dts-coding-style.rst | 15 Naming and Valid Characters 18 The Devicetree Specification allows a broad range of characters in node 22 1. Node and property names can use only the following characters: 24 * Lowercase characters: [a-z] 28 2. Labels can use only the following characters: 30 * Lowercase characters: [a-z]
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | fourcc.rst | 7 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:
|
D | ext-ctrls-fm-rx.rst | 38 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-6.12.1/drivers/tty/hvc/ |
D | hvc_dcc.c | 142 /* 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-6.12.1/drivers/acpi/acpica/ |
D | utascii.c | 18 * 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-6.12.1/Documentation/ABI/stable/ |
D | sysfs-driver-speakup | 35 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-6.12.1/arch/parisc/include/uapi/asm/ |
D | termbits.h | 16 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-6.12.1/include/uapi/asm-generic/ |
D | termbits.h | 16 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-6.12.1/arch/powerpc/platforms/pseries/ |
D | hvconsole.c | 21 * 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-6.12.1/arch/alpha/include/uapi/asm/ |
D | termbits.h | 21 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-6.12.1/drivers/auxdisplay/ |
D | line-display.h | 24 * @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
|
/linux-6.12.1/arch/arm64/lib/ |
D | strlen.S | 39 (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
|