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

/netbsd-6-1-5-RELEASE/usr.bin/sort/
H A Dsort.c108 static char toutpath[MAXPATHLEN]; variable
318 toutpath[0] = '\0'; /* path not used in this case */
319 outfile = outpath = toutpath;
331 (void)snprintf(toutpath, sizeof(toutpath), "%sXXXXXX",
333 if ((outfd = mkstemp(toutpath)) == -1)
334 err(2, "Cannot create temporary file `%s'", toutpath);
339 for (i = 0; sigtable[i]; ++i) /* always unlink toutpath */
341 outfile = toutpath;
343 err(2, "Cannot open temporary file `%s'", toutpath);
[all...]

Completed in 105 milliseconds