OF_write
OF_write(stdout, &ch, 1);
OF_write(stdout, s, n);
OF_write(ofw_stdout, &ch, 1);
rv = OF_write(op->handle, pkt, sendlen);
int OF_write(int, void *, int);
OF_write(stdout, &ch, 1);
rv = OF_write(op->handle, pkt, sendlen);
int OF_write(int, void *, int);
OF_write(console_instance, buffer, strlen(buffer));
OF_write(console_instance, buf, len);
OF_write(console_instance, "\r", 1);
OF_write(ofw_stdout, &ch, 1);
OF_write(stdout, &ch, 1);
rv = OF_write(op->handle, pkt, sendlen);
int OF_write(int, void *, int);
promops.po_write = OF_write;
OF_write(stdout_node, str, n);
int OF_write(u_int handle, void *addr, int len);
OF_write(prom_stdout(), &ch, 1);
promops.po_write = OF_write;
OF_write(stdout, buf, len);
OF_write(stdout, &ch, 1);
(int(*)(int, void*, int))OF_write;
if (OF_write(of->sc_ihandle, buf, len) != len)
int OF_write(int, const void *, int);