HomeSort by: relevance | last modified time | path
    Searched defs:outcfname (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/crunch/crunchgen/
crunchgen.c 102 static char outmkname[MAXPATHLEN], outcfname[MAXPATHLEN], execfname[MAXPATHLEN]; variable in typeref:typename:char[][]
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);
    [all...]
crunchgen.c 102 static char outmkname[MAXPATHLEN], outcfname[MAXPATHLEN], execfname[MAXPATHLEN]; variable in typeref:typename:char[][]
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);
    [all...]

Completed in 21 milliseconds