Searched refs:res_data (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
H A D | quotactl04.c | 57 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 D | quotactl08.c | 69 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 D | quotactl01.c | 69 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 D | unicodeobject.c | 10073 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 19 milliseconds