Lines Matching defs:tname
54 char *tname = METACONFTMP;
66 if ((tfp = fopen(tname, "w")) == NULL)
67 return (mdsyserror(ep, errno, tname));
77 (void) mdsyserror(ep, errno, tname);
82 if (meta_print_all(sp, tname, NULL, tfp, options, NULL, ep) != 0)
87 (void) mdsyserror(ep, errno, tname);
97 if (rename(tname, name) != 0) {
99 if ((tfp = fopen(tname, "r")) == NULL) {
117 (void) unlink(tname);
142 (void) unlink(tname);