Searched refs:stdout_file (Results 1 – 1 of 1) sorted by relevance
68 std::unique_ptr<FILE, int(*)(FILE*)> stdout_file( in main() local80 while (getline(&lineptr, &size, stdout_file.get()) >= 0) { in main()