Lines Matching defs:toutpath
108 static char toutpath[MAXPATHLEN];
319 toutpath[0] = '\0'; /* path not used in this case */
320 outfile = outpath = toutpath;
332 (void)snprintf(toutpath, sizeof(toutpath), "%sXXXXXX",
334 if ((outfd = mkstemp(toutpath)) == -1)
335 err(2, "Cannot create temporary file `%s'", toutpath);
340 for (i = 0; sigtable[i]; ++i) /* always unlink toutpath */
342 outfile = toutpath;
344 err(2, "Cannot open temporary file `%s'", toutpath);
376 toutpath[0] = 0;
390 if (toutpath[0])
391 (void)unlink(toutpath);