Searched refs:f2 (Results 1 – 1 of 1) sorted by relevance
24 FILE *f2 = popen ("echo test1", "r"); in do_test() local25 if (f2 == NULL) in do_test()31 if (f2 == NULL || f3 == NULL) in do_test()40 if (getline (&line, &len, f2) != 6) in do_test()51 if (getline (&line, &len, f2) != -1) in do_test()74 int ret = pclose (f2); in do_test()
Completed in 2 milliseconds