Home
last modified time | relevance | path

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

/openbsd-src/regress/lib/libpthread/stdfiles/
H A Dstdfiles.c18 int dup_stdout; in main() local
27 dup_stdout = dup(STDOUT_FILENO); in main()
34 dup_flags = fcntl(dup_stdout, F_GETFL); in main()
62 new_flags = fcntl(dup_stdout, F_GETFL); in main()
110 new_flags = fcntl(dup_stdout, F_GETFL); in main()
/openbsd-src/regress/lib/libc/orientation/
H A Dorientation_test.c48 FILE *dup_stdout = NULL; variable
55 fprintf(dup_stdout, in fail()
126 if ((dup_stdout = fdopen(fd, "w")) == NULL) in main()