OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cloop2_pathname
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/vndcompress/
vnduncompress.c
64
const char *const
cloop2_pathname
= argv[0];
local in function:vnduncompress
68
const int cloop2_fd = open(
cloop2_pathname
, O_RDONLY);
70
err(1, "open(%s)",
cloop2_pathname
);
vndcompress.c
401
const char *const
cloop2_pathname
= argv[1];
local in function:compress_init
451
S->cloop2_fd = open(
cloop2_pathname
, oflags, 0777);
453
err(1, "open(%s)",
cloop2_pathname
);
Completed in 12 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025