Searched refs:dt_sprintf_buf (Results 1 – 3 of 3) sorted by relevance
1638 if (dtp->dt_sprintf_buf != NULL) in dtrace_sprintf()1639 free(dtp->dt_sprintf_buf); in dtrace_sprintf()1641 if ((dtp->dt_sprintf_buf = malloc(size)) == NULL) in dtrace_sprintf()1644 bzero(dtp->dt_sprintf_buf, size); in dtrace_sprintf()1651 free(dtp->dt_sprintf_buf); in dtrace_sprintf()1674 if (system(dtp->dt_sprintf_buf) == -1) in dtrace_system()1706 assert(strcmp(dtp->dt_sprintf_buf, DT_FREOPEN_RESTORE) == 0); in dtrace_freopen()1723 filename = dtp->dt_sprintf_buf; in dtrace_freopen()1809 assert(strcmp(dtp->dt_sprintf_buf, DT_FREOPEN_RESTORE) == 0); in dtrace_freopen()1833 if ((nfp = fopen(dtp->dt_sprintf_buf, "a")) == NULL) { in dtrace_freopen()[all …]
634 assert(dtp->dt_sprintf_buf != NULL); in dt_printf()636 buf = &dtp->dt_sprintf_buf[len = strlen(dtp->dt_sprintf_buf)]; in dt_printf()
348 char *dt_sprintf_buf; /* buffer for dtrace_sprintf() */ member