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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_subr.c561 assert(dtp->dt_sprintf_buf != NULL);
563 buf = &dtp->dt_sprintf_buf[len = strlen(dtp->dt_sprintf_buf)];
H A Ddt_impl.h290 char *dt_sprintf_buf; /* buffer for dtrace_sprintf() */ member in struct:dtrace_hdl
H A Ddt_printf.c1562 if (dtp->dt_sprintf_buf != NULL)
1563 free(dtp->dt_sprintf_buf);
1565 if ((dtp->dt_sprintf_buf = malloc(size)) == NULL)
1568 bzero(dtp->dt_sprintf_buf, size);
1575 free(dtp->dt_sprintf_buf);
1598 if (system(dtp->dt_sprintf_buf) == -1)
1627 assert(strcmp(dtp->dt_sprintf_buf, DT_FREOPEN_RESTORE) == 0);
1644 filename = dtp->dt_sprintf_buf;

Completed in 24 milliseconds