Lines Matching defs:out
22 // replace chopped out USE_BLAH() sections with low-ascii characters
113 char *out, *outbuf = malloc(1024*1024);
117 if (!(out = outbuf)) return 1;
172 sprintf(out, "#ifdef FOR_%s\n#ifndef TT\n#define TT this.%s\n#endif\n",
174 out += strlen(out);
184 sprintf(out, "#define FLAG_%s (1%s<<%d)\n", flist->lopt->command,
187 } else sprintf(out, "#define FLAG_%s (FORCED_FLAG%s<<%d)\n",
199 sprintf(out, "#define FLAG_%c (1%s<<%d)\n", *aflist->command,
202 } else sprintf(out, "#define FLAG_%c (FORCED_FLAG%s<<%d)\n",
207 out += strlen(out);
209 out = stpcpy(out, "#endif\n\n");
214 out = outbuf;
215 while (*out) {
219 out += i;