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

  /src/usr.bin/sort/
sort.c 121 char *outfile, *outpath = 0; local in function:main
185 outpath = optarg;
261 outpath = argv[argc-1];
318 if (!outpath) {
320 outfile = outpath = toutpath;
322 } else if (lstat(outpath, &st) == 0
330 if (access(outpath, W_OK))
331 err(2, "%s", outpath);
333 outpath);
346 outfile = outpath;
    [all...]
sort.c 121 char *outfile, *outpath = 0; local in function:main
185 outpath = optarg;
261 outpath = argv[argc-1];
318 if (!outpath) {
320 outfile = outpath = toutpath;
322 } else if (lstat(outpath, &st) == 0
330 if (access(outpath, W_OK))
331 err(2, "%s", outpath);
333 outpath);
346 outfile = outpath;
    [all...]
sort.c 121 char *outfile, *outpath = 0; local in function:main
185 outpath = optarg;
261 outpath = argv[argc-1];
318 if (!outpath) {
320 outfile = outpath = toutpath;
322 } else if (lstat(outpath, &st) == 0
330 if (access(outpath, W_OK))
331 err(2, "%s", outpath);
333 outpath);
346 outfile = outpath;
    [all...]

Completed in 37 milliseconds