HomeSort by: relevance | last modified time | path
    Searched refs:ddfops (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/dd/
dd_hostops.c 42 const struct ddfops ddfops_prog = {
dd_rumpops.c 39 const struct ddfops ddfops_prog = {
dd.h 40 struct ddfops { struct
86 struct ddfops const *ops; /* ops to use with fd */
dd.c 100 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 13 milliseconds