Lines Matching refs:ASSERT_READ_LABEL
54 #define ASSERT_READ_LABEL(ptr, size, label) \ macro
667 ASSERT_READ_LABEL(&rbuf0[8], 1, i_label); in test_recvmmsg()
669 ASSERT_READ_LABEL(&rbuf1[7], 1, i_label); in test_recvmmsg()
711 ASSERT_READ_LABEL(&rbuf[8], 1, i_label); in test_recvmsg()
798 ASSERT_READ_LABEL(buf, strlen(buf) + 1, i_label); in test_ctime_r()
886 ASSERT_READ_LABEL(&last_fd, sizeof(last_fd), i_label); in test_dfsan_set_write_callback()
887 ASSERT_READ_LABEL(&last_buf, sizeof(&last_buf), j_label); // ptr in test_dfsan_set_write_callback()
888 ASSERT_READ_LABEL(last_buf, last_count, k_label); // content in test_dfsan_set_write_callback()
889 ASSERT_READ_LABEL(&last_buf[3], sizeof(last_buf[3]), k_label); // content in test_dfsan_set_write_callback()
890 ASSERT_READ_LABEL(&last_count, sizeof(last_count), m_label); in test_dfsan_set_write_callback()
1180 ASSERT_READ_LABEL(&in4, sizeof(in4), i_label); in test_inet_pton()
1190 ASSERT_READ_LABEL(((char *) &in6) + sizeof(in6) - 1, 1, j_label); in test_inet_pton()
1213 ASSERT_READ_LABEL(&ret, sizeof(ret), j_label); in test_localtime_r()
1260 ASSERT_READ_LABEL(&event, sizeof(event), i_label); in test_epoll_wait()
1693 ASSERT_READ_LABEL(&rem, 1, i_label); in test_nanosleep()
1740 ASSERT_READ_LABEL(((char *)&addr) + addrlen, 1, i_label); in test_getpeername()
1764 ASSERT_READ_LABEL(((char *)&addr) + addrlen, 1, i_label); in test_getsockname()
1837 ASSERT_READ_LABEL(buf, strlen(padded_expected), 0); in test_sprintf_chunk()
1848 ASSERT_READ_LABEL(buf, 4, 0); in test_sprintf_chunk()
1849 ASSERT_READ_LABEL(buf + 4, strlen(padded_expected) - 8, i_label); in test_sprintf_chunk()
1851 ASSERT_READ_LABEL(buf + (strlen(padded_expected) - 4), 4, 0); in test_sprintf_chunk()
1861 ASSERT_READ_LABEL(buf, sizeof(buf), 0); in test_sprintf()
1866 ASSERT_READ_LABEL(buf, sizeof(buf), 0); in test_sprintf()
1889 ASSERT_READ_LABEL(buf, 7, 0); in test_sprintf()
1890 ASSERT_READ_LABEL(buf + 7, 2, k_label); in test_sprintf()
1892 ASSERT_READ_LABEL(buf + 9, 9, 0); in test_sprintf()
1893 ASSERT_READ_LABEL(buf + 18, 1, i_label); in test_sprintf()
1895 ASSERT_READ_LABEL(buf + 19, 1, 0); in test_sprintf()
1896 ASSERT_READ_LABEL(buf + 20, 2, j_label); in test_sprintf()
1898 ASSERT_READ_LABEL(buf + 22, 15, 0); in test_sprintf()
1963 ASSERT_READ_LABEL(buf, 7, 0); in test_snprintf()
1964 ASSERT_READ_LABEL(buf + 7, 2, k_label); in test_snprintf()
1966 ASSERT_READ_LABEL(buf + 9, 4, 0); in test_snprintf()
1967 ASSERT_READ_LABEL(buf + 13, 4, i_label); in test_snprintf()
1969 ASSERT_READ_LABEL(buf + 17, 2, 0); in test_snprintf()