Searched refs:DT_FREOPEN_RESTORE (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_impl.h435 #define DT_FREOPEN_RESTORE "." macro
H A Ddt_cc.c622 * an empty string into a sentinel string (DT_FREOPEN_RESTORE) that
626 if (strcmp(str, DT_FREOPEN_RESTORE) == 0) {
635 dnp->dn_ident->di_name, DT_FREOPEN_RESTORE);
639 str = DT_FREOPEN_RESTORE;
H A Ddt_printf.c1674 strcmp(pfd->pfd_prefix, DT_FREOPEN_RESTORE) == 0) {
1677 * DT_FREOPEN_RESTORE is via the empty freopen() string --
1680 assert(strcmp(dtp->dt_sprintf_buf, DT_FREOPEN_RESTORE) == 0);

Completed in 45 milliseconds