Searched refs:Tmpfile (Results 1 – 4 of 4) sorted by relevance
193 if ((lfp = fopen(Tmpfile, "w")) == NULL) { in doarrow()194 fatal("cannot open %s\n", Tmpfile); in doarrow()226 notify(Tmpfile, rhost, sc->sc_args, 0); in doarrow()228 (void) unlink(Tmpfile); in doarrow()527 if ((tfp = fopen(Tmpfile, "w")) == NULL) { in dodcolon()552 notify(Tmpfile, NULL, sc->sc_args, lastmod); in dodcolon()554 (void) unlink(Tmpfile); in dodcolon()
34 char Tmpfile[] = "/tmp/rdistXXXXXX"; variable35 char *tmpname = &Tmpfile[5];279 mktemp(Tmpfile);
135 extern char Tmpfile[]; /* file name for logging changes */
1645 (void) unlink(Tmpfile); in cleanup()