Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/unittest/posix/src/fs/
H A Dposix_fs_func_test.c413 ret = fseek(fp, TEST_SEEK_SIZE, SEEK_SET);
417 ICUNIT_GOTO_EQUAL((int)off, TEST_SEEK_SIZE, (int)off, EXIT);
438 ret = fseek(fp, TEST_SEEK_SIZE, SEEK_END);
442 ICUNIT_GOTO_EQUAL((int)off, TEST_SEEK_SIZE, (int)off, EXIT);
463 ret = fseek(fp, TEST_SEEK_SIZE, SEEK_CUR);
467 ICUNIT_GOTO_EQUAL((int)off, TEST_SEEK_SIZE, (int)off, EXIT);
567 (void)fseek(fp, TEST_SEEK_SIZE, 5); /* 5, a wrong input */
596 ret = fseek(fp, TEST_SEEK_SIZE, SEEK_SET);
620 ret = fseek(fp, TEST_SEEK_SIZE, SEEK_SET);
623 ret = fseek(fp, TEST_SEEK_SIZE, SEEK_CU
[all...]
H A Dposix_fs_test.h77 #define TEST_SEEK_SIZE 10 /* 10, common data for test, no special meaning */ macro
/kernel/liteos_m/testsuites/unittest/xts/ipc/
H A Dxts_ipc.h59 #define TEST_SEEK_SIZE 12 macro
/kernel/liteos_m/testsuites/unittest/xts/ipc/cond/
H A Dpthread_cond_test.c184 ICUNIT_ASSERT_EQUAL(testInt, TEST_SEEK_SIZE, testInt);

Completed in 3 milliseconds