template 46 anacron/runjob.c char template[PATH_MAX+1]; template 55 anacron/runjob.c len = snprintf(template, sizeof(template), "%s/$anacronXXXXXX", dir); template 56 anacron/runjob.c if (len >= sizeof(template)) template 59 anacron/runjob.c fdout = mkstemp(template); template 62 anacron/runjob.c fdin = open(template, O_RDONLY, S_IRUSR | S_IWUSR); template 65 anacron/runjob.c if (unlink(template)) die_e("Can't unlink temporary file");