Home
last modified time | relevance | path

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

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