OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outpath
(Results
1 - 1
of
1
) 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
...]
Completed in 13 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025