Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libpkg/common/
H A Ddstream.c99 static FILE *ds_pp; variable
820 if ((ds_pp = popen(cmd, fd ? "w" : "r")) == NULL) { in ds_ginit()
829 ds_fd = fileno(ds_pp); in ds_ginit()
846 if (ds_pp) { in ds_close()
847 (void) pclose(ds_pp); in ds_close()
848 ds_pp = 0; in ds_close()