Home
last modified time | relevance | path

Searched refs:send_stream (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_dump.c58 static FILE *send_stream = 0; variable
84 if ((outlen = fread(buf, len, 1, send_stream)) == 0) in ssread()
278 send_stream = fopen(filename, "r"); in zstream_do_dump()
279 if (send_stream == NULL) { in zstream_do_dump()
295 send_stream = stdin; in zstream_do_dump()
396 if (ferror(send_stream)) in zstream_do_dump()