Home
last modified time | relevance | path

Searched refs:aligned_cms_len (Results 1 – 3 of 3) sorted by relevance

/external/strace/tests-m32/
Dmsg_control.c98 const size_t aligned_cms_len = in test_scm_rights1() local
101 && aligned_cms_len + CMSG_LEN(0) <= msg_controllen) in test_scm_rights1()
134 if (aligned_cms_len < msg_controllen) in test_scm_rights1()
135 printf(", ... /* %p */", (void *) cmsg + aligned_cms_len); in test_scm_rights1()
151 const size_t aligned_cms_len[2] = { in test_scm_rights2() local
156 || aligned_cms_len[0] + CMSG_LEN(0) > msg_controllen in test_scm_rights2()
157 || aligned_cms_len[0] + aligned_cms_len[1] + CMSG_LEN(0) <= msg_controllen) in test_scm_rights2()
162 (void *) get_cmsghdr(page, msg_controllen) + aligned_cms_len[0] in test_scm_rights2()
170 const size_t msg_controllen1 = msg_controllen - aligned_cms_len[0]; in test_scm_rights2()
197 if (aligned_cms_len[1] < msg_controllen1) in test_scm_rights2()
[all …]
/external/strace/tests-mx32/
Dmsg_control.c98 const size_t aligned_cms_len = in test_scm_rights1() local
101 && aligned_cms_len + CMSG_LEN(0) <= msg_controllen) in test_scm_rights1()
134 if (aligned_cms_len < msg_controllen) in test_scm_rights1()
135 printf(", ... /* %p */", (void *) cmsg + aligned_cms_len); in test_scm_rights1()
151 const size_t aligned_cms_len[2] = { in test_scm_rights2() local
156 || aligned_cms_len[0] + CMSG_LEN(0) > msg_controllen in test_scm_rights2()
157 || aligned_cms_len[0] + aligned_cms_len[1] + CMSG_LEN(0) <= msg_controllen) in test_scm_rights2()
162 (void *) get_cmsghdr(page, msg_controllen) + aligned_cms_len[0] in test_scm_rights2()
170 const size_t msg_controllen1 = msg_controllen - aligned_cms_len[0]; in test_scm_rights2()
197 if (aligned_cms_len[1] < msg_controllen1) in test_scm_rights2()
[all …]
/external/strace/tests/
Dmsg_control.c98 const size_t aligned_cms_len = in test_scm_rights1() local
101 && aligned_cms_len + CMSG_LEN(0) <= msg_controllen) in test_scm_rights1()
134 if (aligned_cms_len < msg_controllen) in test_scm_rights1()
135 printf(", ... /* %p */", (void *) cmsg + aligned_cms_len); in test_scm_rights1()
151 const size_t aligned_cms_len[2] = { in test_scm_rights2() local
156 || aligned_cms_len[0] + CMSG_LEN(0) > msg_controllen in test_scm_rights2()
157 || aligned_cms_len[0] + aligned_cms_len[1] + CMSG_LEN(0) <= msg_controllen) in test_scm_rights2()
162 (void *) get_cmsghdr(page, msg_controllen) + aligned_cms_len[0] in test_scm_rights2()
170 const size_t msg_controllen1 = msg_controllen - aligned_cms_len[0]; in test_scm_rights2()
197 if (aligned_cms_len[1] < msg_controllen1) in test_scm_rights2()
[all …]