Lines Matching defs:strcopy

206 #define strcpy(t,f)	strcopy(t,f)
249 strcopy(register char* s, register const char* t)
263 p = strcopy(buf, "proto: ");
273 p = strcopy(p, proto->file);
278 p = strcopy(p, "line ");
282 p = strcopy(p, proto->file);
286 p = strcopy(p, msg);
296 p = strcopy(p, "warning: ");
297 p = strcopy(p, msg);
301 p = strcopy(p, arg);
345 p = strcopy(p, "\n#line ");
347 p = strcopy(p, "\n# ");
367 op = strcopy(op, "\
429 op = strcopy(op, "\
467 op = strcopy(op - 1, proto->package);
872 op = strcopy(om, "/* ");
873 op = strcopy(op, im);
874 op = strcopy(op, " */\n");
884 op = strcopy(om, "#if defined(__STDC__) || defined(__STDPP__)\n");
885 op = strcopy(op, im);
886 op = strcopy(op, "\n#else\n");
897 op = strcopy(op + 1, "/**/");
912 op = strcopy(op, "\n#endif\n");
987 op = strcopy(op - 6, "__INLINE__");
1258 op = strcopy(op, "\
1284 op = strcopy(op, "undef __MANGLE__\n");
1286 op = strcopy(op, "#define __MANGLE__ __LINKAGE__");
1299 op = strcopy(op, "undef __MANGLE__\n");
1301 op = strcopy(op, "#define __MANGLE__ __LINKAGE__");
1328 v = strcopy(v, " argument actual/formal mismatch");
1432 op = strcopy(op, "int");
1435 op = strcopy(op, "int");
1437 op = strcopy(op, " int");
1495 if (op <= om) op = strcopy(op, "void");
1517 op = strcopy(om, " __PARAM__(");
1527 op = strcopy(op, "va_alist)) __OTORP__(va_dcl)\n{");
1594 proto->op = strcopy(op, " __OTORP__(");
1725 ko = strcopy(aom, " __PROTO__(");
1754 if (!(flags & TOKENS)) op = strcopy(op, "(...)");
1760 if (flags & DECLARE) op = strcopy(om, "()");
1761 else if (!(flags & TOKENS)) op = strcopy(om, "(__VARARG__)");
1764 op = strcopy(om, " __PROTO__(");
1814 op = strcopy(op, " __MANGLE__");
1817 op = strcopy(op - 1, proto->package);
1819 op = strcopy(op, "_DATA__");
1844 op = strcopy(op - 8, "__VA_START__");
1877 op = strcopy(op, " __OTORP__(");
1900 op = strcopy(op, " = ");
1902 op = strcopy(op, "va_arg(");
1907 else op = strcopy(op, "int ");
1908 if (group > 1) op = strcopy(op, ")()");
1926 op = strcopy(op, " = ");
1928 op = strcopy(op, "va_arg(");
1933 else op = strcopy(op, "int ");
1934 if (group > 1) op = strcopy(op, ")()");
1958 op = strcopy(op, ")");
2035 strcopy(m + 1, "(unsigned)");
2399 proto->op = strcopy(proto->op, MAGICDIR);
2401 proto->op = strcopy(proto->op, MAGICARG);
2413 proto->op = strcopy(proto->op, "\n%{\n" + !notice);
2414 proto->op = strcopy(proto->op, MAGICGEN);
2415 proto->op = strcopy(proto->op, "%}\n");
2421 proto->op = strcopy(proto->op, MAGICGEN);
2530 proto->op = strcopy(proto->op, "/* NOTE: some constructs may not have been converted */\n");