Home
last modified time | relevance | path

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

/stdio-common/
A Dtst-popen2.c15 FILE *f1 = fdopen (fd, "w"); in do_test() local
16 if (f1 == NULL) in do_test()
27 fprintf (f1, "1st popen failed: %m\n"); in do_test()
33 fprintf (f1, "2nd popen failed: %m\n"); in do_test()
42 fputs ("could not read line from 1st popen\n", f1); in do_test()
47 fprintf (f1, "read \"%s\"\n", line); in do_test()
53 fputs ("second getline did not return -1\n", f1); in do_test()
64 fprintf (f1, "read \"%s\"\n", line); in do_test()
70 fputs ("second getline did not return -1\n", f1); in do_test()
77 fprintf (f1, "1st pclose returned %d\n", ret); in do_test()
[all …]

Completed in 2 milliseconds