Home
last modified time | relevance | path

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

12345678910>>...56

/kernel/linux/linux-6.6/lib/
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()
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
/kernel/linux/linux-5.10/fs/ntfs/
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 …]
/kernel/linux/linux-6.6/fs/ntfs/
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 …]
/kernel/linux/linux-6.6/Documentation/filesystems/
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 …]
/kernel/linux/linux-5.10/Documentation/filesystems/
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 …]
/kernel/linux/linux-5.10/drivers/s390/char/
Dsclp_tty.c27 * size of a buffer that collects single characters coming in
82 * This routine returns the numbers of characters the tty driver
206 * Not all characters could be written to the current in sclp_tty_write_string()
229 * This routine is called by the kernel to write a series of characters to the
230 * tty device. The characters may come from user space or kernel space. This
231 * routine will return the number of characters actually accepted for writing.
246 * routine (if defined) when it is done stuffing characters into the driver.
248 * Characters provided to sclp_tty_put_char() are buffered by the SCLP driver.
250 * - including previous characters from sclp_tty_put_char() and strings from
266 * characters to the tty device using put_char().
[all …]
/kernel/linux/linux-6.6/include/linux/
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 …]
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
/kernel/linux/linux-6.6/drivers/usb/serial/
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()
/kernel/linux/linux-5.10/drivers/usb/serial/
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()
/kernel/linux/linux-6.6/drivers/s390/char/
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 …]
/kernel/linux/linux-6.6/fs/nls/
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 …]
/kernel/linux/linux-5.10/fs/nls/
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 …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_fru_eeprom.c45 * could convert the 3 characters to a hex integer and use a switch in is_fru_eeprom_supported()
146 /* Product name should only be 32 characters. Any more, in amdgpu_fru_get_product_info()
150 DRM_WARN("FRU Product Number is larger than 32 characters. This is likely a mistake"); in amdgpu_fru_get_product_info()
165 /* Product number should only be 16 characters. Any more, in amdgpu_fru_get_product_info()
169 DRM_WARN("FRU Product Number is larger than 16 characters. This is likely a mistake"); in amdgpu_fru_get_product_info()
192 /* Serial number should only be 16 characters. Any more, in amdgpu_fru_get_product_info()
196 DRM_WARN("FRU Serial Number is larger than 16 characters. This is likely a mistake"); in amdgpu_fru_get_product_info()
/kernel/linux/linux-6.6/fs/smb/server/
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 …]
/kernel/linux/linux-5.10/include/linux/
Dtty_driver.h65 * characters to the tty device. The characters may come from
67 * number of characters actually accepted for writing.
76 * done stuffing characters into the driver. If there is no room
86 * series of characters to the tty device using put_char().
94 * This routine returns the numbers of characters the tty driver
137 * signal that no more characters should be sent to the tty.
145 * that characters can now be sent to the tty without fear of
154 * outputting characters to the tty device.
165 * characters to the tty device.
202 * characters in its transmitter FIFO.
[all …]
Dtty_ldisc.h26 * buffers of any input characters it may have queued to be
33 * the tty. The line discipline will return whatever characters
41 * tty. The line discipline will deliver the characters to the
43 * some processing on the characters first. If this function is
84 * characters received by the hardware to the line discpline for
94 * that line discpline should try to send more characters to the
117 * characters received by the hardware to the line discpline for
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dunicode.rst16 characters to fonts. By downloading a single Unicode-to-font table,
57 Actual characters assigned in the Linux Zone
60 In addition, the following characters not present in Unicode 1.1.4
71 The DEC VT220 uses a 6x10 character matrix, and these characters form
76 [v1.3]: These characters have been officially added to Unicode 3.2.0;
80 [v1.2]: The following characters have been added to represent common
107 Since the characters in the beginning of the Linux CZ have been more
119 Klingon has an alphabet of 26 characters, a positional numeric writing
/kernel/linux/linux-6.6/Documentation/admin-guide/
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
/kernel/linux/linux-5.10/Documentation/driver-api/serial/
Dtty.rst140 write() Write a block of characters to the tty device.
141 Returns the number of characters accepted. The
150 queueing characters with put_char() in order to
153 write_room() Returns the numbers of characters the tty driver
175 somehow signal that no more characters should be
178 unthrottle() Notify the tty driver that characters can now be
182 stop() Ask the tty driver to stop outputting characters
185 start() Ask the tty driver to resume sending characters
198 characters in its transmitter FIFO.
288 write_room() Return the number of characters that can be stuffed
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
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:
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
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:
/kernel/linux/linux-5.10/lib/
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
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
Dtermbits.h31 cc_t c_cc[NCCS]; /* control characters */
40 cc_t c_cc[NCCS]; /* control characters */
51 cc_t c_cc[NCCS]; /* control characters */
56 /* c_cc characters */
85 #define IGNPAR 0000004 /* Ignore characters with parity errors. */
88 #define ISTRIP 0000040 /* Strip 8th bit off characters. */
200 #define ECHOCTL 0001000 /* Echo control characters as ^X. */

12345678910>>...56