Home
last modified time | relevance | path

Searched refs:esc (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/drivers/auxdisplay/
Dcharlcd.c378 char *esc = priv->esc_seq.buf + 2; in handle_lcd_special_code() local
382 switch (*esc) { in handle_lcd_special_code()
495 if (!strchr(esc, ';')) in handle_lcd_special_code()
498 esc++; in handle_lcd_special_code()
500 cgaddr = *(esc++) - '0'; in handle_lcd_special_code()
509 while (*esc && cgoffset < 8) { in handle_lcd_special_code()
511 if (*esc >= '0' && *esc <= '9') { in handle_lcd_special_code()
512 value |= (*esc - '0') << shift; in handle_lcd_special_code()
513 } else if (*esc >= 'A' && *esc <= 'F') { in handle_lcd_special_code()
514 value |= (*esc - 'A' + 10) << shift; in handle_lcd_special_code()
[all …]
/linux-4.19.296/fs/
Dseq_file.c378 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() argument
384 ret = string_escape_str(s, buf, size, ESCAPE_OCTAL, esc); in seq_escape()
425 char *mangle_path(char *s, const char *p, const char *esc) in mangle_path() argument
431 } else if (!strchr(esc, c)) { in mangle_path()
455 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path() argument
464 char *end = mangle_path(buf, p, esc); in seq_path()
483 int seq_file_path(struct seq_file *m, struct file *file, const char *esc) in seq_file_path() argument
485 return seq_path(m, &file->f_path, esc); in seq_file_path()
493 const struct path *root, const char *esc) in seq_path_root() argument
507 char *end = mangle_path(buf, p, esc); in seq_path_root()
[all …]
/linux-4.19.296/lib/
Dtest-string_helpers.c264 test_string_escape_overflow(const char *in, int p, unsigned int flags, const char *esc, in test_string_escape_overflow() argument
269 q_real = string_escape_mem(in, p, NULL, 0, flags, esc); in test_string_escape_overflow()
277 unsigned int flags, const char *esc) in test_string_escape() argument
316 q_real = string_escape_mem(in, p, out_real, out_size, flags, esc); in test_string_escape()
321 test_string_escape_overflow(in, p, flags, esc, q_test, name); in test_string_escape()
Dstring_helpers.c551 const char esc[] = "\f\n\r\t\v\a\e\\\""; in kstrdup_quotable() local
557 dlen = string_escape_mem(src, slen, NULL, 0, flags, esc); in kstrdup_quotable()
562 WARN_ON(string_escape_mem(src, slen, dst, dlen, flags, esc) != dlen); in kstrdup_quotable()
Dseq_buf.c269 int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc) argument
280 char *end = mangle_path(buf, p, esc);
/linux-4.19.296/include/linux/
Dseq_file.h108 char *mangle_path(char *s, const char *p, const char *esc);
129 void seq_escape(struct seq_file *m, const char *s, const char *esc);
139 const struct path *root, const char *esc);
Dseq_buf.h127 extern int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc);
/linux-4.19.296/fs/gfs2/
Dlops.c771 u64 esc; in databuf_lo_scan_elements() local
780 esc = be64_to_cpu(*ptr++); in databuf_lo_scan_elements()
795 if (esc) { in databuf_lo_scan_elements()
/linux-4.19.296/drivers/bluetooth/
Dhci_h5.c514 const u8 delim = SLIP_DELIMITER, esc = SLIP_ESC; in h5_unslip_one_byte() local
528 byte = &esc; in h5_unslip_one_byte()
/linux-4.19.296/
DMAINTAINERS6521 L: esc.storagedev@microsemi.com
9609 L: esc.storagedev@microsemi.com