Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dlibmalloc_apple_array.c136 FILE *stdout_f = NULL; in get_apple_array() local
158 stdout_f = fopen(stdout_path, "r"); in get_apple_array()
159 T_WITH_ERRNO; T_ASSERT_NOTNULL(stdout_f, "open(%s)", stdout_path); in get_apple_array()
165 linelen = getline(line, &linecap, stdout_f); in get_apple_array()
172 ret = fclose(stdout_f); in get_apple_array()