Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/shlr/spp/p/
H A Dspp.h323 static FILE *spp_pipe_fd = NULL; variable
328 spp_pipe_fd = popen (buf, "w"); in TAG_CALLBACK()
365 ret = fread (str + len, 1, 1023, spp_pipe_fd); in TAG_CALLBACK()
378 if (spp_pipe_fd) { in TAG_CALLBACK()
379 pclose (spp_pipe_fd); in TAG_CALLBACK()
381 spp_pipe_fd = NULL; in TAG_CALLBACK()
389 if (spp_pipe_fd) { in PUT_CALLBACK()
390 fprintf (spp_pipe_fd, "%s", buf); in PUT_CALLBACK()