Home
last modified time | relevance | path

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

/openbsd/src/regress/lib/libc/orientation/
Dorientation_test.c102 #define TEST_UNCHANGED(x) TEST_(x, ==) macro
134 TEST_UNCHANGED(fwide(f, 0)); in main()
137 TEST_UNCHANGED(feof(f)); in main()
138 TEST_UNCHANGED(ferror(f)); in main()
139 TEST_UNCHANGED(fileno(f)); in main()
140 TEST_UNCHANGED(clearerr(f)); in main()
143 TEST_UNCHANGED(fflush(f)); in main()
144 TEST_UNCHANGED(fpurge(f)); in main()
147 TEST_UNCHANGED(fgetpos(f, &pos)); in main()
148 TEST_UNCHANGED(fgetpos(f, &pos); fsetpos(f, &pos)); in main()
[all …]