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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_impl.h423 #define DT_FREOPEN_RESTORE "." macro
H A Ddt_cc.c604 * an empty string into a sentinel string (DT_FREOPEN_RESTORE) that
608 if (strcmp(str, DT_FREOPEN_RESTORE) == 0) {
617 dnp->dn_ident->di_name, DT_FREOPEN_RESTORE);
621 str = DT_FREOPEN_RESTORE;
H A Ddt_printf.c1621 strcmp(pfd->pfd_prefix, DT_FREOPEN_RESTORE) == 0) {
1624 * DT_FREOPEN_RESTORE is via the empty freopen() string --
1627 assert(strcmp(dtp->dt_sprintf_buf, DT_FREOPEN_RESTORE) == 0);

Completed in 36 milliseconds