Lines Matching refs:outstr
736 char *str, *outstr, *orig, *var;
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++= sfx;
808 if (pfx) *outstr++= pfx;
809 strcpy(outstr,mdefs->variant[ndx]);
810 outstr+= strlen(mdefs->variant[ndx]);
811 if (sfx) *outstr++= sfx;
817 *outstr++= *str++;
820 *outstr++= '\0';