Searched refs:ddop_open (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/bin/dd/
H A Ddd.h59 #define ddop_open(dir, a1, a2, ...) dir.ops->op_open(a1, a2, __VA_ARGS__) macro
H A Ddd.c183 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 87 milliseconds