Lines Matching refs:strcopy

236 #define strcpy(t,f)	strcopy(t,f)
279 strcopy(register char* s, register const char* t)
293 p = strcopy(buf, "proto: ");
303 p = strcopy(p, proto->file);
308 p = strcopy(p, "line ");
312 p = strcopy(p, proto->file);
316 p = strcopy(p, msg);
326 p = strcopy(p, "warning: ");
327 p = strcopy(p, msg);
331 p = strcopy(p, arg);
375 p = strcopy(p, "\n#line ");
377 p = strcopy(p, "\n# ");
397 op = strcopy(op, "\
459 op = strcopy(op, "\
497 op = strcopy(op - 1, proto->package);
902 op = strcopy(om, "/* ");
903 op = strcopy(op, im);
904 op = strcopy(op, " */\n");
914 op = strcopy(om, "#if defined(__STDC__) || defined(__STDPP__)\n");
915 op = strcopy(op, im);
916 op = strcopy(op, "\n#else\n");
927 op = strcopy(op + 1, "/**/");
942 op = strcopy(op, "\n#endif\n");
1017 op = strcopy(op - 6, "__INLINE__");
1288 op = strcopy(op, "\
1314 op = strcopy(op, "undef __MANGLE__\n");
1316 op = strcopy(op, "#define __MANGLE__ __LINKAGE__");
1329 op = strcopy(op, "undef __MANGLE__\n");
1331 op = strcopy(op, "#define __MANGLE__ __LINKAGE__");
1358 v = strcopy(v, " argument actual/formal mismatch");
1462 op = strcopy(op, "int");
1465 op = strcopy(op, "int");
1467 op = strcopy(op, " int");
1525 if (op <= om) op = strcopy(op, "void");
1547 op = strcopy(om, " __PARAM__(");
1557 op = strcopy(op, "va_alist)) __OTORP__(va_dcl)\n{");
1624 proto->op = strcopy(op, " __OTORP__(");
1755 ko = strcopy(aom, " __PROTO__(");
1784 if (!(flags & TOKENS)) op = strcopy(op, "(...)");
1790 if (flags & DECLARE) op = strcopy(om, "()");
1791 else if (!(flags & TOKENS)) op = strcopy(om, "(__VARARG__)");
1794 op = strcopy(om, " __PROTO__(");
1844 op = strcopy(op, " __MANGLE__");
1847 op = strcopy(op - 1, proto->package);
1849 op = strcopy(op, "_DATA__");
1874 op = strcopy(op - 8, "__VA_START__");
1907 op = strcopy(op, " __OTORP__(");
1930 op = strcopy(op, " = ");
1932 op = strcopy(op, "va_arg(");
1937 else op = strcopy(op, "int ");
1938 if (group > 1) op = strcopy(op, ")()");
1956 op = strcopy(op, " = ");
1958 op = strcopy(op, "va_arg(");
1963 else op = strcopy(op, "int ");
1964 if (group > 1) op = strcopy(op, ")()");
1988 op = strcopy(op, ")");
2065 strcopy(m + 1, "(unsigned)");
2457 proto->op = strcopy(proto->op, PRAGMADIR);
2459 proto->op = strcopy(proto->op, pragmas[0].name);
2471 proto->op = strcopy(proto->op, "\n%{\n" + !notice);
2472 proto->op = strcopy(proto->op, GENERATED);
2473 proto->op = strcopy(proto->op, "%}\n");
2479 proto->op = strcopy(proto->op, GENERATED);
2588 proto->op = strcopy(proto->op, "/* NOTE: some constructs may not have been converted */\n");