Searched refs:outstr (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dmaprules.c736 char *str, *outstr, *orig, *var; local in function:XkbRF_SubstituteVars
774 outstr= name;
796 if (pfx) *outstr++= pfx;
797 strcpy(outstr,mdefs->layout[ndx]);
798 outstr+= strlen(mdefs->layout[ndx]);
799 if (sfx) *outstr++= sfx;
802 if (pfx) *outstr++= pfx;
803 strcpy(outstr,mdefs->model);
804 outstr+= strlen(mdefs->model);
805 if (sfx) *outstr
[all...]
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dmaprules.c755 char *str, *outstr, *orig, *var; local in function:XkbRF_SubstituteVars
794 outstr = name;
819 *outstr++ = pfx;
820 strcpy(outstr, mdefs->layout[ndx]);
821 outstr += strlen(mdefs->layout[ndx]);
823 *outstr++ = sfx;
827 *outstr++ = pfx;
828 strcpy(outstr, mdefs->model);
829 outstr += strlen(mdefs->model);
831 *outstr
[all...]
/xsrc/external/mit/libxkbfile/dist/src/
H A Dmaprules.c805 char *str, *outstr, *orig, *var; local in function:XkbRF_SubstituteVars
844 outstr = name;
869 *outstr++ = pfx;
870 strcpy(outstr, mdefs->layout[ndx]);
871 outstr += strlen(mdefs->layout[ndx]);
873 *outstr++ = sfx;
877 *outstr++ = pfx;
878 strcpy(outstr, mdefs->model);
879 outstr += strlen(mdefs->model);
881 *outstr
[all...]
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimThaiFlt.c361 unsigned char *outstr,
370 outstr - output string after input string has been applied the rules
371 num_insert_ch - number of insert_ch added to outstr.
377 out_ch = outstr;
380 strcpy((char *)outstr, (char *)instr);
436 unsigned char *outstr,
446 outch = outstr;
359 THAI_apply_write_rules(unsigned char * instr,unsigned char * outstr,unsigned char insert_ch,int * num_insert_ch) argument
434 THAI_apply_scm(unsigned char * instr,unsigned char * outstr,unsigned char spec_ch,int num_sp,unsigned char insert_ch) argument

Completed in 7 milliseconds