| 7432 | } |
| 7433 | |
| 7434 | xo_ssize_t |
| 7435 | xo_open_instance_d (const char *name) |
| 7436 | { |
| 7437 | return xo_open_instance_hf(NULL, XOF_DTRT, name); |
| 7438 | } |
| 7439 | |
| 7440 | static int |
| 7441 | xo_do_close_instance (xo_handle_t *xop, const char *name) |
nothing calls this directly
no test coverage detected