HomeSort by: relevance | last modified time | path
    Searched defs:toutpath (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/sort/
sort.c 108 static char toutpath[MAXPATHLEN]; variable in typeref:typename:char[]
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);
    [all...]
sort.c 108 static char toutpath[MAXPATHLEN]; variable in typeref:typename:char[]
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);
    [all...]

Completed in 23 milliseconds