Home
last modified time | relevance | path

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

/xnu-8796.141.3/tests/
H A Dtrial_experiments.c133 FILE *stdout_f = NULL; in get_apple_array() local
155 stdout_f = fopen(stdout_path, "r"); in get_apple_array()
156 T_WITH_ERRNO; T_ASSERT_NOTNULL(stdout_f, "open(%s)", stdout_path); in get_apple_array()
162 linelen = getline(line, &linecap, stdout_f); in get_apple_array()
169 ret = fclose(stdout_f); in get_apple_array()