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

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c1669 char selfbuf[40], restorebuf[40], *filename; local
1741 (void) snprintf(selfbuf, sizeof (selfbuf), "/dev/fd/%d", fileno(nfp));
1756 if (freopen(selfbuf, "aF", fp) == NULL) {

Completed in 107 milliseconds