OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ddop_open
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/dd/
dd.h
59
#define
ddop_open
(dir, a1, a2, ...) dir.ops->op_open(a1, a2, __VA_ARGS__)
macro
dd.c
183
in.fd =
ddop_open
(in, in.name, iflag, 0);
221
out.fd =
ddop_open
(out, out.name, O_RDWR | OFLAGS, DEFFILEMODE);
228
out.fd =
ddop_open
(out, out.name, O_WRONLY | OFLAGS,
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025