| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | slip_common.h | 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 98 slip->esc = 0; in slip_proto_init()
|
| H A D | slip_common.c | 14 &slip->pos, &slip->esc); in slip_proto_read() 34 &slip->esc); in slip_proto_read()
|
| H A D | slirp_user.c | 67 pri->slip.esc = 0; in slirp_open()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | bootmenu.c | 82 enum bootmenu_key *key, int *esc) in bootmenu_autoboot_loop() argument 104 *esc = 1; in bootmenu_autoboot_loop() 133 enum bootmenu_key *key, int *esc) in bootmenu_loop() argument 144 switch (*esc) { in bootmenu_loop() 148 *esc = 1; in bootmenu_loop() 155 *esc = 2; in bootmenu_loop() 158 *esc = 0; in bootmenu_loop() 164 if (*esc == 2 && c == '1') { in bootmenu_loop() 165 *esc = 3; in bootmenu_loop() 170 *esc = 0; in bootmenu_loop() [all …]
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | slre.c | 245 int esc, old_data_size = r->data_size, op = ANYOF; in anyof() local 263 esc = get_escape_char(re); in anyof() 264 if ((esc & 0xff) == 0) { in anyof() 266 store_char_in_data(r, esc >> 8); in anyof() 268 store_char_in_data(r, esc); in anyof() 323 int op, esc, branch_start, last_op, fixup, cap_no, level; in compile() local 352 esc = get_escape_char(re); in compile() 353 if (esc & 0xff00) in compile() 354 emit(r, esc >> 8); in compile() 356 exact_one_char(r, esc); in compile()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | seq_file.c | 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() 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() 459 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path() argument 468 char *end = mangle_path(buf, p, esc); in seq_path() 487 int seq_file_path(struct seq_file *m, struct file *file, const char *esc) in seq_file_path() argument 489 return seq_path(m, &file->f_path, esc); in seq_file_path() 497 const struct path *root, const char *esc) in seq_path_root() argument 511 char *end = mangle_path(buf, p, esc); in seq_path_root() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/auxdisplay/ |
| H A D | charlcd.c | 356 char *esc = priv->esc_seq.buf + 2; in handle_lcd_special_code() local 360 switch (*esc) { in handle_lcd_special_code() 473 if (!strchr(esc, ';')) in handle_lcd_special_code() 476 esc++; in handle_lcd_special_code() 478 cgaddr = *(esc++) - '0'; in handle_lcd_special_code() 487 while (*esc && cgoffset < 8) { in handle_lcd_special_code() 492 half = hex_to_bin(*esc++); in handle_lcd_special_code() 518 if (parse_xy(esc, &priv->addr.x, &priv->addr.y)) in handle_lcd_special_code()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test-string_helpers.c | 286 test_string_escape_overflow(const char *in, int p, unsigned int flags, const char *esc, in test_string_escape_overflow() argument 291 q_real = string_escape_mem(in, p, NULL, 0, flags, esc); in test_string_escape_overflow() 299 unsigned int flags, const char *esc) in test_string_escape() argument 338 q_real = string_escape_mem(in, p, out_real, out_size, flags, esc); in test_string_escape() 343 test_string_escape_overflow(in, p, flags, esc, q_test, name); in test_string_escape()
|
| H A D | string_helpers.c | 574 const char esc[] = "\f\n\r\t\v\a\e\\\""; in kstrdup_quotable() local 580 dlen = string_escape_mem(src, slen, NULL, 0, flags, esc); in kstrdup_quotable() 585 WARN_ON(string_escape_mem(src, slen, dst, dlen, flags, esc) != dlen); in kstrdup_quotable()
|
| H A D | seq_buf.c | 270 int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc) argument 281 char *end = mangle_path(buf, p, esc);
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | seq_file.h | 107 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); 140 const struct path *root, const char *esc);
|
| H A D | seq_buf.h | 127 extern int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc);
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/ |
| H A D | inat.h | 82 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | inat.h | 82 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/exynos/ |
| H A D | exynos_dsim.txt | 26 - samsung,esc-clock-frequency: specifies DSI frequency in escape mode 85 samsung,esc-clock-frequency = <20000000>;
|
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | serial_mxc.c | 131 u32 esc; member 151 writel(0x2b, &base->esc); in _mxc_serial_init()
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/video/ |
| H A D | exynos_mipi_dsi.txt | 31 samsung,dsim-config-esc-clk: escape clock frequency for getting 73 samsung,dsim-config-esc-clk = <20000000>;
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libteam/libteam/ |
| H A D | 0001-team_basic_test.py-check-the-return-value.patch | 27 + except Exception as esc:
|
| /OK3568_Linux_fs/yocto/poky/bitbake/contrib/ |
| H A D | dump_cache.py | 79 except Exception as esc:
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-gxbb-p200.dts | 36 button-esc {
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/ |
| H A D | gpio_oxnas.txt | 42 button-esc {
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | rk3326-evb.dts | 48 esc-key { 50 label = "esc";
|
| /OK3568_Linux_fs/kernel/tools/scripts/ |
| H A D | utilities.mak | 126 shell-wordify = $(if $(findstring $(newline),$(1)),$(_sw-esc-nl),$(shell-sq)) 127 define _sw-esc-nl
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/ppp/ppp/ |
| H A D | CVE-2022-4603.patch | 41 pkt->esc = 0;
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | seq_file.rst | 242 seq_escape(struct seq_file *m, const char *s, const char *esc); 246 which is in the string esc will be represented in octal form in the output. 251 const char *esc); 253 const struct path *root, const char *esc) 255 Here, path indicates the file of interest, and esc is a set of characters
|