Searched refs:stdout_f (Results 1 – 1 of 1) sorted by relevance
133 FILE *stdout_f = NULL; in get_apple_array() local155 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()