Searched refs:xdotcf (Results 1 – 1 of 1) sorted by relevance
420 FILE *xdotcf; in xsdotc() local424 xdotcf = fopen("xs.c", "w"); in xsdotc()425 if (xdotcf == NULL) in xsdotc()427 fprintf(xdotcf, "char\txstr[] = {\n"); in xsdotc()438 fprintf(xdotcf, "\n"); in xsdotc()441 fprintf(xdotcf, "0x%02x,", c); in xsdotc()443 fprintf(xdotcf, "\n"); in xsdotc()446 fprintf(xdotcf, "};\n"); in xsdotc()447 ignore(fclose(xdotcf)); in xsdotc()