Home
last modified time | relevance | path

Searched defs:esc (Results 1 – 8 of 8) sorted by relevance

/linux/fs/
H A Dseq_file.c376 unsigned int flags, const char *esc) in seq_escape_mem()
441 char *mangle_path(char *s, const char *p, const char *esc) in mangle_path()
471 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path()
499 int seq_file_path(struct seq_file *m, struct file *file, const char *esc) in seq_file_path()
509 const struct path *root, const char *esc) in seq_path_root()
538 int seq_dentry(struct seq_file *m, struct dentry *dentry, const char *esc) in seq_dentry()
/linux/lib/
H A Dseq_buf.c312 int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc)
H A Dstring_helpers.c657 const char esc[] = "\f\n\r\t\v\a\e\\\""; in kstrdup_quotable() local
/linux/tools/arch/x86/include/asm/
H A Dinat.h91 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
/linux/arch/x86/include/asm/
H A Dinat.h91 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
/linux/fs/gfs2/
H A Dlops.c1008 u64 esc; in databuf_lo_scan_elements() local
/linux/drivers/bluetooth/
H A Dhci_h5.c543 const u8 delim = SLIP_DELIMITER, esc = SLIP_ESC; in h5_unslip_one_byte() local
/linux/arch/x86/kvm/
H A Demulate.c199 const struct escape *esc; member