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

  /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);

Completed in 95 milliseconds