Searched refs:escape (Results 1 - 19 of 19) sorted by relevance

/linux-master/tools/scripts/
H A Dutilities.mak8 # nl-escape
10 # Usage: escape = $(call nl-escape[,escape])
16 nl-escape = $(if $(1),$(1),m822df3020w6a44id34bt574ctac44eb9f4n)
18 # escape-nl
20 # Usage: escaped-text = $(call escape-nl,text[,escape])
32 escape-nl = $(subst $(newline),$(call nl-escape,
[all...]
/linux-master/tools/testing/selftests/tc-testing/
H A DTdcResults.py111 from xml.sax.saxutils import escape namespace
115 xunit += '\t\t<testcase classname=\"{}\" '.format(escape(t.test_id))
116 xunit += 'name=\"{}\">\n'.format(escape(t.test_name))
122 xunit += '\t{}\n'.format(escape(step))
123 xunit += 'FAILURE: {}\n'.format(escape(t.failmsg))
126 xunit += '\t\t\t<error>\n{}\n'.format(escape(t.errormsg))
/linux-master/drivers/input/joystick/
H A Dspaceball.c54 int escape; member in struct:spaceball
132 * and end in 0x0d. It uses '^' as an escape for CR, XOFF and XON characters which
145 spaceball->escape = 0;
148 if (!spaceball->escape) {
149 spaceball->escape = 1;
152 spaceball->escape = 0;
157 if (spaceball->escape) {
158 spaceball->escape = 0;
163 if (spaceball->escape)
164 spaceball->escape
[all...]
/linux-master/tools/include/nolibc/
H A Dstdio.h218 char escape, lpref, c; local
225 written = ofs = escape = lpref = 0;
229 if (escape) {
230 /* we're in an escape sequence, ofs == 1 */
231 escape = 0;
286 /* long format prefix, maintain the escape */
289 escape = 1;
296 /* not an escape sequence */
298 /* flush pending data on escape or end */
299 escape
[all...]
/linux-master/drivers/input/serio/
H A Dps2mult.c42 bool escape; member in struct:ps2mult
243 if (psm->escape) {
244 psm->escape = false;
254 psm->escape = true;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c62 struct vmw_escape_header escape; member in struct:vmw_escape_video_flush
77 fill_escape(&cmd->escape, sizeof(cmd->flush));
100 struct vmw_escape_header escape; member in struct:__anon33
128 fill_escape(&cmds->escape, sizeof(*items) * (num_items + 1));
182 struct vmw_escape_header escape; member in struct:__anon36
201 fill_escape(&cmds->escape, sizeof(cmds->body));
/linux-master/arch/x86/tools/
H A Dgen-insn-attr-x86.awk21 eid = -1 # escape id
130 # escape opcode table
134 eid = escape[ref]
141 # AVX/escape opcode table
269 if ("escape" == $2) {
275 if (ref in escape)
276 semantic_error("Redefine escape (" ref ")")
277 escape[ref] = geid
279 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")"
321 # check coprocessor escape
[all...]
/linux-master/tools/arch/x86/tools/
H A Dgen-insn-attr-x86.awk21 eid = -1 # escape id
130 # escape opcode table
134 eid = escape[ref]
141 # AVX/escape opcode table
269 if ("escape" == $2) {
275 if (ref in escape)
276 semantic_error("Redefine escape (" ref ")")
277 escape[ref] = geid
279 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")"
321 # check coprocessor escape
[all...]
/linux-master/include/uapi/linux/
H A Diso_fs.h75 __u8 escape [ISODCL ( 89, 120)]; /* 856 */ member in struct:iso_supplementary_descriptor
/linux-master/drivers/media/cec/usb/pulse8/
H A Dpulse8-cec.c200 bool escape; member in struct:pulse8
372 pulse8->escape = true;
375 if (pulse8->escape) {
377 pulse8->escape = false;
/linux-master/fs/proc/
H A Dinternal.h151 bool escape);
H A Darray.c99 void proc_task_name(struct seq_file *m, struct task_struct *p, bool escape) argument
114 if (escape)
/linux-master/Documentation/
H A DMakefile29 LATEXOPTS = -interaction=batchmode -no-shell-escape
/linux-master/fs/isofs/
H A Dinode.c698 if (sec->escape[0] == 0x25 && sec->escape[1] == 0x2f) {
700 if (sec->escape[2] == 0x40)
702 else if (sec->escape[2] == 0x43)
704 else if (sec->escape[2] == 0x45)
/linux-master/include/pcmcia/
H A Dcistpl.h255 u_char escape; member in struct:cistpl_data_serv_t
/linux-master/fs/fat/
H A Dnamei_vfat.c512 int *longlen, int *outlen, int escape, int utf8,
533 if (escape && (*ip == ':')) {
511 xlate_to_uni(const unsigned char *name, int len, unsigned char *outname, int *longlen, int *outlen, int escape, int utf8, struct nls_table *nls) argument
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun6i_mipi_dsi.c319 enum sun6i_dsi_inst_escape escape)
323 SUN6I_DSI_INST_FUNC_ESCAPE_ENTRY(escape) |
314 sun6i_dsi_inst_setup(struct sun6i_dsi *dsi, enum sun6i_dsi_inst_id id, enum sun6i_dsi_inst_mode mode, bool clock, u8 data, enum sun6i_dsi_inst_packet packet, enum sun6i_dsi_inst_escape escape) argument
/linux-master/drivers/tty/
H A Dn_gsm.c291 bool escape; member in struct:gsm_mux
2999 gsm->escape = true;
3007 if (gsm->escape) {
3009 gsm->escape = false;
/linux-master/arch/x86/kvm/
H A Demulate.c202 const struct escape *esc;
222 struct escape { struct
4192 static const struct escape escape_d9 = { {
4213 static const struct escape escape_db = { {
4234 static const struct escape escape_dd = { {

Completed in 198 milliseconds