Home
last modified time | relevance | path

Searched refs:res_data (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl01.c102 void *res_data; member
199 if (memcmp(tc->res_data, tc->set_data, tc->sz)) { in verify_quota()
201 tst_res_hexd(TINFO, tc->res_data, tc->sz, "retval: "); in verify_quota()
/external/python/cpython3/Objects/
Dunicodeobject.c9927 unsigned char *res_data = NULL, *sep_data = NULL; in _PyUnicode_JoinArray() local
10028 res_data = PyUnicode_1BYTE_DATA(res); in _PyUnicode_JoinArray()
10041 memcpy(res_data, in _PyUnicode_JoinArray()
10044 res_data += kind * seplen; in _PyUnicode_JoinArray()
10049 memcpy(res_data, in _PyUnicode_JoinArray()
10052 res_data += kind * itemlen; in _PyUnicode_JoinArray()
10055 assert(res_data == PyUnicode_1BYTE_DATA(res) in _PyUnicode_JoinArray()