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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_subr.c644 assert(dtp->dt_sprintf_buf != NULL);
646 buf = &dtp->dt_sprintf_buf[len = VBDTCAST(int)strlen(dtp->dt_sprintf_buf)];
H A Ddt_printf.c1611 if (dtp->dt_sprintf_buf != NULL)
1612 free(dtp->dt_sprintf_buf);
1614 if ((dtp->dt_sprintf_buf = malloc(size)) == NULL)
1617 bzero(dtp->dt_sprintf_buf, size);
1624 free(dtp->dt_sprintf_buf);
1647 if (system(dtp->dt_sprintf_buf) == -1)
1680 assert(strcmp(dtp->dt_sprintf_buf, DT_FREOPEN_RESTORE) == 0);
1697 filename = dtp->dt_sprintf_buf;
H A Ddt_impl.h300 char *dt_sprintf_buf; /* buffer for dtrace_sprintf() */ member in struct:dtrace_hdl

Completed in 78 milliseconds