mkstemp            59 anacron/runjob.c     fdout = mkstemp(template);
mkstemp           531 src/crontab.c  	if (-1 == (t = mkstemp(Filename))) {
mkstemp           771 src/crontab.c  	if ((fd = mkstemp(TempFilename)) == -1 || !(tmp = fdopen(fd, "w+"))) {
mkstemp           937 src/crontab.c  	if ((fd = mkstemp(TempFilename)) == -1 || !(tmp = fdopen(fd, "w"))) {