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

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_subr.c591 assert(dtp->dt_sprintf_buf != NULL);
593 buf = &dtp->dt_sprintf_buf[len = strlen(dtp->dt_sprintf_buf)];
H A Ddt_printf.c1517 if (dtp->dt_sprintf_buf != NULL)
1518 free(dtp->dt_sprintf_buf);
1520 if ((dtp->dt_sprintf_buf = malloc(size)) == NULL)
1523 bzero(dtp->dt_sprintf_buf, size);
1530 free(dtp->dt_sprintf_buf);
1553 if (system(dtp->dt_sprintf_buf) == -1)
1582 assert(strcmp(dtp->dt_sprintf_buf, DT_FREOPEN_RESTORE) == 0);
1599 filename = dtp->dt_sprintf_buf;
H A Ddt_impl.h335 char *dt_sprintf_buf; /* buffer for dtrace_sprintf() */ member in struct:dtrace_hdl

Completed in 75 milliseconds