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