Lines Matching defs:outcfname
102 static char outmkname[MAXPATHLEN], outcfname[MAXPATHLEN], execfname[MAXPATHLEN];
163 *outmkname = *outcfname = *execfname = '\0';
176 case 'c': (void)estrlcpy(outcfname, optarg, sizeof(outcfname)); break;
213 if (!*outcfname)
214 (void)snprintf(outcfname, sizeof(outcfname), "%s.c", confname);
881 (void)snprintf(line, sizeof(line), "generating %s", outcfname);
884 if ((outcf = fopen(outcfname, "w")) == NULL) {
885 perror(outcfname);
892 outcfname, infilename, CRUNCH_VERSION);