Home
last modified time | relevance | path

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

/original-bsd/contrib/sort/
H A Dsort.c55 char toutpath[_POSIX_PATH_MAX]; variable
191 (void)snprintf(toutpath,
192 sizeof(toutpath), "%sstdout", _PATH_DEV);
193 outfile = outpath = toutpath;
203 (void)snprintf(toutpath, sizeof(toutpath), "%sXXXX", outpath);
204 outfile = mktemp(toutpath);
206 err(2, "%s", toutpath);
240 if (toutpath[0]) in cleanup()
241 (void)unlink(toutpath); in cleanup()
H A Dfsort.c30 extern char *toutpath;