Searched refs:popen_stream (Results 1 – 1 of 1) sorted by relevance
127 FILE* popen_stream; in execute_and_get_output() local135 popen_stream = popen(tmp, "r"); in execute_and_get_output()136 if (popen_stream == NULL) { in execute_and_get_output()139 if (fgets(buf, (int)len, popen_stream) == NULL) { in execute_and_get_output()140 pclose(popen_stream); in execute_and_get_output()143 pclose(popen_stream); in execute_and_get_output()