Searched refs:popen_stream (Results 1 – 1 of 1) sorted by relevance
126 FILE* popen_stream; in execute_and_get_output() local134 popen_stream = popen(tmp, "r"); in execute_and_get_output()135 if (popen_stream == NULL) { in execute_and_get_output()138 if (fgets(buf, (int)len, popen_stream) == NULL) { in execute_and_get_output()139 pclose(popen_stream); in execute_and_get_output()142 pclose(popen_stream); in execute_and_get_output()