Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dslip_common.h17 int *esc) in slip_unesc()
89 int esc; member
/OK3568_Linux_fs/u-boot/cmd/
H A Dbootmenu.c82 enum bootmenu_key *key, int *esc) in bootmenu_autoboot_loop()
133 enum bootmenu_key *key, int *esc) in bootmenu_loop()
195 int esc = 0; in bootmenu_choice_entry() local
/OK3568_Linux_fs/kernel/fs/
H A Dseq_file.c371 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape()
429 char *mangle_path(char *s, const char *p, const char *esc) in mangle_path()
459 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path()
487 int seq_file_path(struct seq_file *m, struct file *file, const char *esc) in seq_file_path()
497 const struct path *root, const char *esc) in seq_path_root()
526 int seq_dentry(struct seq_file *m, struct dentry *dentry, const char *esc) in seq_dentry()
/OK3568_Linux_fs/kernel/lib/
H A Dtest-string_helpers.c286 test_string_escape_overflow(const char *in, int p, unsigned int flags, const char *esc, in test_string_escape_overflow()
299 unsigned int flags, const char *esc) in test_string_escape()
H A Dseq_buf.c270 int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc)
H A Dstring_helpers.c574 const char esc[] = "\f\n\r\t\v\a\e\\\""; in kstrdup_quotable() local
/OK3568_Linux_fs/u-boot/lib/
H A Dslre.c245 int esc, old_data_size = r->data_size, op = ANYOF; in anyof() local
323 int op, esc, branch_start, last_op, fixup, cap_no, level; in compile() local
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dinat.h82 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dinat.h82 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
/OK3568_Linux_fs/kernel/drivers/auxdisplay/
H A Dcharlcd.c356 char *esc = priv->esc_seq.buf + 2; in handle_lcd_special_code() local
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_mxc.c131 u32 esc; member
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_h5.c503 const u8 delim = SLIP_DELIMITER, esc = SLIP_ESC; in h5_unslip_one_byte() local
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dlops.c995 u64 esc; in databuf_lo_scan_elements() local
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c863 sox_bool esc = sox_false; /* Escape mode (\) is in effect. */ in strtoargv() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_main.c5337 woal_strsep(char **s, char delim, char esc)
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_main.c7405 char *woal_strsep(char **s, char delim, char esc)
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Demulate.c199 const struct escape *esc; member