Searched refs:ds_pp (Results 1 – 1 of 1) sorted by relevance
99 static FILE *ds_pp; variable820 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()