Home
last modified time | relevance | path

Searched refs:ddfops (Results 1 – 3 of 3) sorted by relevance

/system/core/toolbox/upstream-netbsd/bin/dd/
Ddd.h40 struct ddfops { struct
90 struct ddfops const *ops; /* ops to use with fd */
Ddd_hostops.c42 const struct ddfops ddfops_prog = {
Ddd.c94 static const struct ddfops ddfops_stdfd = {
106 extern const struct ddfops ddfops_prog;
152 const struct ddfops *prog_ops = &ddfops_stdfd; in setup()
154 const struct ddfops *prog_ops = &ddfops_prog; in setup()