Searched refs:Tmpfile (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h137 extern char Tmpfile[]; /* file name for logging changes */
H A Ddocmd.c202 if ((lfp = fopen(Tmpfile, "w")) == NULL) {
203 fatal("cannot open %s\n", Tmpfile);
235 notify(Tmpfile, rhost, sc->sc_args, 0);
237 (void) unlink(Tmpfile);
546 if ((tfp = fopen(Tmpfile, "w")) == NULL) {
571 notify(Tmpfile, NULL, sc->sc_args, lastmod);
573 (void) unlink(Tmpfile);
H A Dmain.c34 char Tmpfile[] = "/tmp/rdistXXXXXX"; variable
35 char *tmpname = &Tmpfile[5];
279 mktemp(Tmpfile);
H A Dserver.c1652 (void) unlink(Tmpfile);

Completed in 72 milliseconds