Lines Matching refs:SEEK_CUR
80 if (fseek (fp, 0, SEEK_CUR) != 0) in do_test()
102 if (fseeko (fp, 0, SEEK_CUR) != 0) in do_test()
124 else if (lseek (fd, 0, SEEK_CUR) != 0) in do_test()
151 else if (lseek (fd, 0, SEEK_CUR) != 0) in do_test()
168 if (fseek (fp, -((int) sizeof (outstr) - 1), SEEK_CUR) != 0) in do_test()
178 else if (lseek (fd, 0, SEEK_CUR) != 0) in do_test()
195 if (fseeko (fp, -((int) sizeof (outstr) - 1), SEEK_CUR) != 0) in do_test()
205 else if (lseek (fd, 0, SEEK_CUR) != 0) in do_test()
232 else if (lseek (fd, 0, SEEK_CUR) != 0) in do_test()
259 else if (lseek (fd, 0, SEEK_CUR) != 0) in do_test()
320 if (fseek (fp, -(2 + 2 * (sizeof (outstr) - 1)), SEEK_CUR) != 0) in do_test()