Searched refs:getNam2 (Results 1 – 1 of 1) sorted by relevance
/kernel/liteos_a/testsuites/unittest/libc/sys/full/ |
D | sys_test_025.cpp | 40 struct group *getNam2 = nullptr; in TestCase0() local 47 INT32 ret = getgrgid_r(0, &getNam1, buf, len, &getNam2); in TestCase0() 50 ICUNIT_ASSERT_NOT_EQUAL(getNam2, nullptr, getNam2); in TestCase0() 51 ICUNIT_ASSERT_STRING_EQUAL(getNam2->gr_name, "root", getNam2->gr_name); in TestCase0() 52 ICUNIT_ASSERT_STRING_EQUAL(getNam2->gr_passwd, "x", getNam2->gr_passwd); in TestCase0() 53 ICUNIT_ASSERT_EQUAL(getNam2->gr_gid, 0, getNam2->gr_gid); in TestCase0() 81 struct group *getNam2 = nullptr; in TestCase1() local 86 INT32 ret = getgrgid_r(-1, &getNam1, buf, len, &getNam2); in TestCase1()
|