Home
last modified time | relevance | path

Searched full:esc (Results 1 – 25 of 262) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/arch/um/drivers/
Dslip_common.h13 #define SLIP_ESC_END 0334 /* ESC ESC_END means END 'data' */
14 #define SLIP_ESC_ESC 0335 /* ESC ESC_ESC means ESC 'data' */
17 int *esc) in slip_unesc() argument
23 *esc = 0; in slip_unesc()
28 *esc = 1; in slip_unesc()
31 if(*esc){ in slip_unesc()
32 *esc = 0; in slip_unesc()
37 if(*esc){ in slip_unesc()
38 *esc = 0; in slip_unesc()
89 int esc; member
[all …]
Dslip_common.c14 &slip->pos, &slip->esc); in slip_proto_read()
34 &slip->esc); in slip_proto_read()
/kernel/linux/linux-6.6/arch/um/drivers/
Dslip_common.h13 #define SLIP_ESC_END 0334 /* ESC ESC_END means END 'data' */
14 #define SLIP_ESC_ESC 0335 /* ESC ESC_ESC means ESC 'data' */
17 int *esc) in slip_unesc() argument
23 *esc = 0; in slip_unesc()
28 *esc = 1; in slip_unesc()
31 if(*esc){ in slip_unesc()
32 *esc = 0; in slip_unesc()
37 if(*esc){ in slip_unesc()
38 *esc = 0; in slip_unesc()
89 int esc; member
[all …]
Dslip_common.c14 &slip->pos, &slip->esc); in slip_proto_read()
34 &slip->esc); in slip_proto_read()
/kernel/linux/linux-5.10/drivers/net/slip/
Dslip.h45 #define ESC 0333 /* indicates byte stuffing */ macro
46 #define ESC_END 0334 /* ESC ESC_END means END 'data' */
47 #define ESC_ESC 0335 /* ESC ESC_ESC means ESC 'data' */
79 #define SLF_ESCAPE 1 /* ESC received */
/kernel/linux/linux-6.6/drivers/net/slip/
Dslip.h47 #define ESC 0333 /* indicates byte stuffing */ macro
48 #define ESC_END 0334 /* ESC ESC_END means END 'data' */
49 #define ESC_ESC 0335 /* ESC ESC_ESC means ESC 'data' */
81 #define SLF_ESCAPE 1 /* ESC received */
/kernel/linux/linux-6.6/include/linux/
Dseq_file.h108 char *mangle_path(char *s, const char *p, const char *esc);
131 unsigned int flags, const char *esc);
134 unsigned int flags, const char *esc) in seq_escape_str() argument
136 seq_escape_mem(m, src, strlen(src), flags, esc); in seq_escape_str()
143 * @esc: set of characters that need escaping
146 * @esc with usual octal escape.
150 static inline void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() argument
152 seq_escape_str(m, s, ESCAPE_OCTAL, esc); in seq_escape()
163 const struct path *root, const char *esc);
/kernel/linux/linux-6.6/tools/testing/selftests/futex/include/
Dlogging.h30 #define ESC 0x1B, '[' macro
36 #define BRIGHT_GREEN ESC, BRIGHT, ';', GREEN, ESCEND
37 #define BRIGHT_YELLOW ESC, BRIGHT, ';', YELLOW, ESCEND
38 #define BRIGHT_RED ESC, BRIGHT, ';', RED, ESCEND
39 #define RESET_COLOR ESC, '0', 'm'
/kernel/linux/linux-5.10/tools/testing/selftests/futex/include/
Dlogging.h30 #define ESC 0x1B, '[' macro
36 #define BRIGHT_GREEN ESC, BRIGHT, ';', GREEN, ESCEND
37 #define BRIGHT_YELLOW ESC, BRIGHT, ';', YELLOW, ESCEND
38 #define BRIGHT_RED ESC, BRIGHT, ';', RED, ESCEND
39 #define RESET_COLOR ESC, '0', 'm'
/kernel/linux/linux-6.6/Documentation/arch/s390/
D3270.ChangeLog4 * In tubttybld.c, substantially revise ESC processing so that
5 ESC sequences (especially coloring ones) and the strings
44 * color support and minimal other ESC-sequence support is added.
/kernel/linux/linux-5.10/Documentation/s390/
D3270.ChangeLog4 * In tubttybld.c, substantially revise ESC processing so that
5 ESC sequences (especially coloring ones) and the strings
44 * color support and minimal other ESC-sequence support is added.
/kernel/linux/linux-6.6/fs/
Dseq_file.c367 * @esc: set of characters that need escaping
370 * given class (defined by @flags and @esc) with printable escaped sequence.
375 unsigned int flags, const char *esc) in seq_escape_mem() argument
381 ret = string_escape_mem(src, len, buf, size, flags, esc); in seq_escape_mem()
433 * @esc: set of characters that need escaping
436 * @esc with usual octal escape.
440 char *mangle_path(char *s, const char *p, const char *esc) in mangle_path() argument
446 } else if (!strchr(esc, c)) { in mangle_path()
465 * @esc: set of characters to escape in the output
470 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path() argument
[all …]
/kernel/linux/linux-5.10/fs/
Dseq_file.c365 * @esc: set of characters that need escaping
368 * @esc with usual octal escape.
371 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() argument
377 ret = string_escape_str(s, buf, size, ESCAPE_OCTAL, esc); in seq_escape()
422 * @esc: set of characters that need escaping
425 * @esc with usual octal escape.
429 char *mangle_path(char *s, const char *p, const char *esc) in mangle_path() argument
435 } else if (!strchr(esc, c)) { in mangle_path()
454 * @esc: set of characters to escape in the output
459 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path() argument
[all …]
/kernel/linux/linux-6.6/Documentation/translations/zh_TW/admin-guide/
Dunicode.rst34 LAT1_MAP Latin-1 (ISO 8859-1) ESC ( B
35 GRAF_MAP DEC VT100 pseudographics ESC ( 0
36 IBMPC_MAP IBM code page 437 ESC ( U
37 USER_MAP User defined ESC ( K
40 特別是 ESC ( U 不再是「直通字體」,因爲字體可能與IBM字符集完全不同。
/kernel/linux/linux-6.6/Documentation/translations/zh_CN/admin-guide/
Dunicode.rst31 LAT1_MAP Latin-1 (ISO 8859-1) ESC ( B
32 GRAF_MAP DEC VT100 pseudographics ESC ( 0
33 IBMPC_MAP IBM code page 437 ESC ( U
34 USER_MAP User defined ESC ( K
37 特别是 ESC ( U 不再是“直通字体”,因为字体可能与IBM字符集完全不同。
/kernel/linux/linux-6.6/drivers/auxdisplay/
Dlcd2s.c226 static int lcd2s_redefine_char(struct charlcd *lcd, char *esc) in lcd2s_redefine_char() argument
233 if (!strchr(esc, ';')) in lcd2s_redefine_char()
236 esc++; in lcd2s_redefine_char()
238 buf[1] = *(esc++) - '0'; in lcd2s_redefine_char()
245 while (*esc && i < LCD2S_CHARACTER_SIZE + 2) { in lcd2s_redefine_char()
249 half = hex_to_bin(*esc++); in lcd2s_redefine_char()
Dhd44780_common.c299 int hd44780_common_redefine_char(struct charlcd *lcd, char *esc) in hd44780_common_redefine_char() argument
317 if (!strchr(esc, ';')) in hd44780_common_redefine_char()
320 esc++; in hd44780_common_redefine_char()
322 cgaddr = *(esc++) - '0'; in hd44780_common_redefine_char()
329 while (*esc && cgoffset < 8) { in hd44780_common_redefine_char()
333 half = hex_to_bin(*esc++); in hd44780_common_redefine_char()
/kernel/linux/linux-6.6/drivers/net/hamradio/
Dmkiss.c38 #define ESC 0333 /* indicates byte stuffing */ macro
39 #define ESC_END 0334 /* ESC ESC_END means END 'data' */
40 #define ESC_ESC 0335 /* ESC ESC_ESC means ESC 'data' */
61 #define AXF_ESCAPE 1 /* ESC received */
177 *ptr++ = ESC; in kiss_esc()
180 case ESC: in kiss_esc()
181 *ptr++ = ESC; in kiss_esc()
219 *ptr++ = ESC; in kiss_esc_crc()
222 case ESC: in kiss_esc_crc()
223 *ptr++ = ESC; in kiss_esc_crc()
[all …]
/kernel/linux/linux-5.10/drivers/net/hamradio/
Dmkiss.c38 #define ESC 0333 /* indicates byte stuffing */ macro
39 #define ESC_END 0334 /* ESC ESC_END means END 'data' */
40 #define ESC_ESC 0335 /* ESC ESC_ESC means ESC 'data' */
61 #define AXF_ESCAPE 1 /* ESC received */
177 *ptr++ = ESC; in kiss_esc()
180 case ESC: in kiss_esc()
181 *ptr++ = ESC; in kiss_esc()
219 *ptr++ = ESC; in kiss_esc_crc()
222 case ESC: in kiss_esc_crc()
223 *ptr++ = ESC; in kiss_esc_crc()
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/
Dunicode.rst25 LAT1_MAP Latin-1 (ISO 8859-1) ESC ( B
26 GRAF_MAP DEC VT100 pseudographics ESC ( 0
27 IBMPC_MAP IBM code page 437 ESC ( U
28 USER_MAP User defined ESC ( K
31 In particular, ESC ( U is no longer "straight to font", since the font
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dunicode.rst26 LAT1_MAP Latin-1 (ISO 8859-1) ESC ( B
27 GRAF_MAP DEC VT100 pseudographics ESC ( 0
28 IBMPC_MAP IBM code page 437 ESC ( U
29 USER_MAP User defined ESC ( K
32 In particular, ESC ( U is no longer "straight to font", since the font
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/
Dnxp,imx8mq-mipi-csi2.yaml30 - description: esc is the Rx Escape Clock. This must be the same escape
38 - const: esc
133 clock-names = "core", "esc", "ui";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/
Dgpio_oxnas.txt42 button-esc {
43 label = "ESC";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/
Dnwl-dsi.yaml76 - description: dsi esc reset line
83 - const: esc
192 reset-names = "byte", "dpi", "esc", "pclk";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/bridge/
Dnwl-dsi.yaml76 - description: dsi esc reset line
83 - const: esc
165 reset-names = "byte", "dpi", "esc", "pclk";

1234567891011