Searched refs:ddfops (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/bin/dd/
H A Ddd_hostops.c42 const struct ddfops ddfops_prog = {
H A Ddd_rumpops.c39 const struct ddfops ddfops_prog = {
H A Ddd.h40 struct ddfops { struct
86 struct ddfops const *ops; /* ops to use with fd */
H A Ddd.c100 static const struct ddfops ddfops_stdfd = {
112 extern const struct ddfops ddfops_prog;
172 const struct ddfops *prog_ops = &ddfops_stdfd;
174 const struct ddfops *prog_ops = &ddfops_prog;

Completed in 193 milliseconds