Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vm/
H A Dtest_vm_no_pager_helper.c127 FILE* popen_stream; in execute_and_get_output() local
135 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()