Home
last modified time | relevance | path

Searched refs:xdotcf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/xstr/
H A Dxstr.c406 FILE *xdotcf; in xsdotc() local
410 xdotcf = fopen("xs.c", "w"); in xsdotc()
411 if (xdotcf == NULL) in xsdotc()
413 (void) fprintf(xdotcf, "char\t%s[] = {\n", xname); in xsdotc()
424 (void) fprintf(xdotcf, "\n"); in xsdotc()
427 (void) fprintf(xdotcf, "0x%02x,", c); in xsdotc()
429 (void) fprintf(xdotcf, "\n"); in xsdotc()
432 (void) fprintf(xdotcf, "};\n"); in xsdotc()
433 (void) fclose(xdotcf); in xsdotc()