Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/quotactl/
H A Dquotactl04.c57 void *res_data; member
143 if (memcmp(tc->res_data, tc->set_data, tc->sz)) { in verify_quota()
145 tst_res_hexd(TINFO, tc->res_data, tc->sz, "retval: "); in verify_quota()
H A Dquotactl08.c69 void *res_data; member
200 if (memcmp(tc->res_data, tc->set_data, tc->sz)) { in verify_quota()
202 tst_res_hexd(TINFO, tc->res_data, tc->sz, "retval: "); in verify_quota()
H A Dquotactl01.c69 void *res_data; member
200 if (memcmp(tc->res_data, tc->set_data, tc->sz)) { in verify_quota()
202 tst_res_hexd(TINFO, tc->res_data, tc->sz, "retval: "); in verify_quota()
/third_party/python/Objects/
H A Dunicodeobject.c10073 unsigned char *res_data = NULL, *sep_data = NULL; in _PyUnicode_JoinArray() local
10174 res_data = PyUnicode_1BYTE_DATA(res); in _PyUnicode_JoinArray()
10187 memcpy(res_data, in _PyUnicode_JoinArray()
10190 res_data += kind * seplen; in _PyUnicode_JoinArray()
10195 memcpy(res_data, in _PyUnicode_JoinArray()
10198 res_data += kind * itemlen; in _PyUnicode_JoinArray()
10201 assert(res_data == PyUnicode_1BYTE_DATA(res) in _PyUnicode_JoinArray()

Completed in 20 milliseconds