Searched refs:pty (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dstruct-cpy-1.c21 static struct tty_driver pty; variable in typeref:struct:tty_driver
25 pty.t = zero_t;
26 pty.t.a = 1;
27 pty.t.b = 2;
28 pty.t.c = 3;
29 pty.t.d = 4;
37 if (pty.t.a != 1
38 || pty.t.b != 2
39 || pty.t.c != 3
40 || pty
[all...]

Completed in 37 milliseconds