Lines Matching defs:out
33 // replace chopped out USE_BLAH() sections with low-ascii characters
158 char *out, *outbuf = malloc(1024*1024);
162 if (!(out = outbuf)) return 1;
218 sprintf(out, "#ifdef FOR_%s\n#ifndef TT\n#define TT this.%s\n#endif\n",
220 out += strlen(out);
238 out += sprintf(out, "#define FLAG_%s (%s%s<<%d)\n",
243 out = stpcpy(out, "#endif\n\n");
248 out = outbuf;
249 while (*out) {
253 out += i;