/src/usr.bin/crunch/crunchgen/ |
crunchgen.c | 678 char tempfname[MAXPATHLEN]; local in function:fillin_program_objs 682 (void)snprintf(tempfname, sizeof(tempfname), "/tmp/%sXXXXXX", confname); 683 if ((fd = mkstemp(tempfname)) < 0) { 684 perror(tempfname); 689 perror(tempfname); 703 makebin, tempfname, makeflags); 707 unlink(tempfname); 738 unlink(tempfname);
|
crunchgen.c | 678 char tempfname[MAXPATHLEN]; local in function:fillin_program_objs 682 (void)snprintf(tempfname, sizeof(tempfname), "/tmp/%sXXXXXX", confname); 683 if ((fd = mkstemp(tempfname)) < 0) { 684 perror(tempfname); 689 perror(tempfname); 703 makebin, tempfname, makeflags); 707 unlink(tempfname); 738 unlink(tempfname);
|